Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.0.0 30 Jun 2023 07:00:41 |
Po-Chuan Hsieh (sunpoet) |
www/py-webtest: Move www/py-WebTest to www/py-webtest
- Use lowercase PORTNAME and path
- Bump PORTREVISION of dependent ports for dependency change
- While I'm here, fix py-zope.testbrowser
error in zope.testbrowser setup command: 'install_requires' must be a string or
list of strings containing valid project/version requirement specifiers;
Expected end or semicolon (after name and no valid version specifier)
pytz > dev
^
*** Error code 1
Stop.
make: stopped in /usr/ports/devel/py-zope.testbrowser |
3.0.0 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
3.0.0 05 Jun 2023 18:47:24 |
Po-Chuan Hsieh (sunpoet) |
www/py-WebTest: Update to 3.0.0
- Change MASTER_SITES from GitHub to PYPI
- Update WWW
- Take maintainership
Changes: https://github.com/Pylons/webtest/blob/main/CHANGELOG.rst
https://docs.pylonsproject.org/projects/webtest/en/latest/changelog.html |
2.0.32 03 Jun 2023 19:05:01 |
Carlo Strub (cs) |
www/py-WebTest: Back to @ports |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.0.32 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.0.32 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
2.0.32 29 Apr 2021 14:24:50 |
Po-Chuan Hsieh (sunpoet) |
www/py-WebTest: Add NO_ARCH
Approved by: portmgr (blanket) |
2.0.32 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.0.32 24 Dec 2020 09:21:28 |
antoine |
soupsieve 2.0.1 is only compatible with python 3.6+ |
2.0.32 09 Oct 2018 21:23:36 |
cs |
Update to 2.0.32 |
2.0.29 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
2.0.29 30 Apr 2018 19:03:43 |
cs |
Update to 2.0.29 |
2.0.23 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
2.0.23 03 Jan 2017 18:12:13 |
mat |
Never set WRKSRC when using USE_GITHUB.
If you want to set WRKSRC, set GH_PROJECT instead.
- The GitHub URLs are case insensitive, but the distribution files you
get out of them are not.
- If the repository was renamed, the old URL will still work, but the
distribution name will be ith the new name.
Sponsored by: Absolight |
2.0.23 03 Aug 2016 20:49:21 |
cs |
Update to 2.0.23 |
2.0.21 17 Apr 2016 17:58:02 |
cs |
Update to 2.0.21 |
2.0.20 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
2.0.20 20 Feb 2016 14:37:48 |
cs |
- Update to 2.0.20
- Move to Github |
2.0.14 18 Oct 2014 13:18:19 |
rm |
Convert to USES=python
Approved by: portmgr (blanket) |
2.0.14 10 Mar 2014 18:01:09 |
bapt |
Convert www to USES=zip |
2.0.14 31 Jan 2014 19:47:28 |
cs |
Update to 2.0.14 |
2.0.10 03 Dec 2013 20:19:05 |
cs |
- Update to 2.0.10
- Support staging |
2.0.4 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
2.0.4 28 Jun 2013 04:30:04 |
cs |
Update to 2.0.4 |
2.0.3 09 Jun 2013 21:25:54 |
cs |
Add run depends
PR: ports/179079
Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com>
Approved by: maintainer (myself) |
2.0.3 26 Mar 2013 20:37:45 |
cs |
Update to 2.0.3 |
2.0.2 24 Mar 2013 17:32:27 |
cs |
Update to 2.0.2
PR: ports/177022
Submitted by: William Grzybowski <william88@gmail.com>
Approved by: maintainer |
1.4.0 07 Nov 2012 14:06:59 |
cs |
- Update to 1.4.0
- Cleanup Makefile header
Feature safe: yes |
1.3.6 31 Aug 2012 13:47:20 |
cs |
- Update to 1.3.6
- tidy pkg-descr |
1.3.4 19 May 2012 07:59:37 |
cs |
Update to 1.3.4 |
1.3.3 21 Dec 2011 10:11:58 |
cs |
Update to 1.3.3
Submitted by: wen@ (via mail)
Approved by: wen@ (co-mentor, implicit) |
1.3.1 09 Oct 2011 14:27:03 |
cs |
Update to 1.3.1
Approved by: glarkin@ (mentor) |
1.2.3 15 Sep 2011 12:33:27 |
cs |
Change maintainer address to my FreeBSD address
Approved by: wen@ (mentor) |
1.2.3 01 Apr 2011 02:40:55 |
glarkin |
- Updated to 1.2.3
Changes:
https://bitbucket.org/ianb/webtest/changeset/5860980bf8c1#chg-docs/news.txt
PR: ports/155725
Submitted by: C-S <c-s@c-s.li> (maintainer) |
1.2.2 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.2.2 20 Sep 2010 06:28:54 |
wen |
- Update to 1.2.2
- Pass maintainership to submitter
PR: ports/150603
Submitted by: C-S <c-s@c-s.li> |
1.2.1 26 May 2010 08:31:01 |
wen |
- Update to 1.2.1
- Reset maintainer |
1.2 30 May 2009 21:01:06 |
miwi |
- Update to 1.2 (make python 2.6.2 safe)
PR: 134865
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) |
1.1 27 Feb 2009 15:37:21 |
miwi |
py-WebTest is a helper to test WSGI applications, it wraps
any WSGI application and makes it easy to send test requests
to that application, without starting up an HTTP server.
It provides convenient full-stack testing of applications
written with any WSGI-compatible framework.
WWW: http://pythonpaste.org/webtest/
PR: ports/132045
Submitted by: Wen Heping <wenheping at gmail.com> |