Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
14 Jul 2020 07:59:28
3.12.1

|
antoine  |
Unbreak bulk -a |
24 May 2019 09:44:06
3.12.1

|
koobs  |
devel/py-tox: Update to 3.12.1
Changelog:
https://tox.readthedocs.io/en/latest/changelog.html#v3-12-1-2019-05-23 |
18 May 2019 08:07:14
3.11.1

|
koobs  |
devel/py-tox: Update to 3.11.1
Changelog:
https://tox.readthedocs.io/en/latest/changelog.html#v3-11-1-2019-05-16 |
14 May 2019 13:40:46
3.10.0

|
koobs  |
devel/py-tox: Update to 3.10.0
Changelog:
https://tox.readthedocs.io/en/latest/changelog.html#v3-10-0-2019-05-13 |
10 Apr 2019 06:18:32
3.0.0_1

|
antoine  |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
13 Jul 2018 06:55:33
3.0.0

|
mat  |
Remove dependencies on lang/python.
Fix where appropriate.
Sponsored by: Absolight |
09 Jun 2018 07:26:05
3.0.0

|
koobs  |
devel/py-tox: Update to 3.0.0
Changelog:
https://tox.readthedocs.io/en/latest/changelog.html
PR: 227862
Submitted by: Kai <freebsd_ports k-worx org> |
30 Nov 2017 15:50:34
2.3.1

|
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 ) |
10 Jun 2017 02:37:12
2.3.1

|
woodsb02  |
[NEW] devel/py3-tox: Add Python 3.x version of this port
PR: 219833 |
29 Oct 2016 17:37:24
2.3.1

|
lwhsu  |
- Remove depending on argparse, all Python versions in ports tree have it as
built-in
PR: 213879
Submitted by: lwhsu
Approved by: koobs (maintainer) |
01 Apr 2016 14:00:57
2.3.1

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
03 Mar 2016 09:35:59
2.3.1

|
koobs  |
devel/py-tox: Update to 2.3.1
- Update PORTVERSION and distinfo checksum (2.3.1)
- Remove PYTEST option (unecessary)
- Enable "concurrent" Python installation
- Enable NO_ARCH (architecture independent)
Changes:
https://tox.readthedocs.org/en/latest/changelog.html |
29 Oct 2015 09:34:05
2.1.1

|
koobs  |
devel/py-tox: Update to 2.1.1
- Update PORTVERSION and distinfo checksum (2.1.1)
- Update COMMENT to match upstream (setup.py:description=)
- Update RUN_DEPENDS
- Add TEST_DEPENDS
- Rename test target since the framework supports TEST_DEPENDS et al.
Changes:
https://tox.readthedocs.org/en/latest/changelog.html |
11 Feb 2015 13:11:56
1.7.2_1

|
koobs  |
devel/py-pylib: Rename to devel/py-py
- Rename py-pylib to py-py to match upstream (PyPi) name [1]
- Update to 1.4.26
- Remove DISTNAME override, no longer necessary
- Update COMMENT
Accordingly:
- Update MOVED
- Update dependents
While I'm here:
- Sort USE_PYTHON values
- Canonicalize regression-test invocations
- Make TEST_DEPENDS explicit
[1] https://pypi.python.org/pypi/py/1.4.26 |
20 Oct 2014 16:04:14
1.7.2

|
mva  |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
15 Jul 2014 09:59:46
1.7.2

|
koobs  |
devel/py-tox: Update to 1.7.2
- Update to 1.7.2
- Add LICENSE_FILE
Changes:
* http://tox.readthedocs.org/en/latest/changelog.html |
23 Jun 2014 13:01:28
1.7.1

|
koobs  |
devel/py-tox: Update to 1.7.1
- Update to 1.7.1
- Deprecate OPTIONSFILE override |
10 Feb 2014 09:55:19
1.7.0

|
koobs  |
devel/py-tox: Update to 1.7.0 & modernise
- Update to 1.7.0
- Align RUN_DEPENDS min versions to upstream
- Deprecate easy_install target
- Use OPTIONS helpers
- Remove now unecessary setup.py patch
- Reformat pkg-descr
Changes: http://tox.readthedocs.org/en/latest/changelog.html |
30 Nov 2013 11:19:35
1.6.1

|
koobs  |
devel/py-tox: Use PYTHON_VER (x.y) not PYTHON_REL (xyz) for version check |
30 Nov 2013 05:26:53
1.6.1

|
koobs  |
devel/py-tox: Only depend on py-argparse with Python 2.6, 3.0 and 3.1
The argparse module is part of the standard library in 2.7 and 3.2 onward.
Until this change, argparse has been incorrectly depended on for users
running Python 2.7.
- Update conditional expression in RUN_DEPENDS for argparse
While I'm here:
- Enable STAGE support
- Enable AUTOPLIST, remove pkg-plist accordingly |
20 Sep 2013 17:13:47
1.6.1

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
07 Sep 2013 01:11:49
1.6.1

|
koobs  |
devel/py-tox: Add missing pkg-plist entry
- Add missing %%PYEASYINSTALL_EGG%%/vendor/ directory in pkg-plist
Reported by: Ports-QAT |
07 Sep 2013 00:36:05
1.6.1

|
koobs  |
devel/py-tox: Update to 1.6.1
- Update 1.6.1
- Update pkg-plist
Changes:
http://tox.readthedocs.org/en/latest/changelog.html |
07 Jul 2013 07:37:19
1.5.0

|
koobs  |
devel/py-tox: Update to 1.5.0, Update LICENSE (MIT)
- Update to 1.5.0
- Update LICENSE (MIT)
- Update minimum versions in RUN_DEPENDS
- Tweak PYTEST option description
Changes: http://tox.readthedocs.org/en/latest/changelog.html
portlint: OK - looks fine.
porttest: OK - 9-STABLE amd64, clang
testport: OK - poudriere, all versions/archs
unittest: OK - 142 passed, 3 skipped in 24.36 seconds |
28 Apr 2013 13:31:22
1.4.3

|
koobs  |
devel/py-tox: Update to 1.4.3
- Update virtualenv and pylib minimum versions in RUN_DEPENDS
- Remove USE_ZIP, this version reverted to using .tar.gz
- Allow OPTIONSFILE to be overriden
- Add regression-test: target
- pkg-descr: Tab->space for WWW:
- Whitespace alignment
- Update pkg-plist
Changes: http://testrun.org/tox/latest/changelog.html
Approved by: eadler (mentor) |
09 Feb 2013 14:50:27
1.4.2

|
koobs  |
Update MAINTAINER address for all my ports. While I'm here,
standardise and canonicalise Makefile header format and contents.
Approved by: eadler (mentor) |
30 Jul 2012 12:03:36
1.4.2
|
mva  |
Tox as is a generic virtualenv management and test command line tool you
can use for:
* checking your package installs correctly with different Python
versions and interpreters
* running your tests in each of the environments, configuring your test
tool of choice
* acting as a frontend to Continuous Integration servers, greatly
reducing boilerplate and merging CI and shell-based testing.
WWW: http://tox.testrun.org/
PR: ports/170022
Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> |