diff options
author | koobs <koobs@FreeBSD.org> | 2013-07-07 15:37:19 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2013-07-07 15:37:19 +0800 |
commit | 5561adcaf359d25ae6140c015a561dddf6e4dd90 (patch) | |
tree | f5b48a050487de929c606dc30f9b557a64c2039b | |
parent | c7cbacb5d848d3b7c9d233436dcf605c0aeb942f (diff) | |
download | freebsd-ports-gnome-5561adcaf359d25ae6140c015a561dddf6e4dd90.tar.gz freebsd-ports-gnome-5561adcaf359d25ae6140c015a561dddf6e4dd90.tar.zst freebsd-ports-gnome-5561adcaf359d25ae6140c015a561dddf6e4dd90.zip |
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
-rw-r--r-- | devel/py-tox/Makefile | 11 | ||||
-rw-r--r-- | devel/py-tox/distinfo | 4 |
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/py-tox/Makefile b/devel/py-tox/Makefile index 7c22b98b92cd..226f3dcc3bf1 100644 --- a/devel/py-tox/Makefile +++ b/devel/py-tox/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tox -PORTVERSION= 1.4.3 +PORTVERSION= 1.5.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,17 +10,16 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org COMMENT= Python virtualenv-based automation of test activities -LICENSE= GPLv2 GPLv3 -LICENSE_COMB= dual +LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}virtualenv>=1.8.4:${PORTSDIR}/devel/py-virtualenv \ - ${PYTHON_PKGNAMEPREFIX}pylib>=1.4.12:${PORTSDIR}/devel/py-pylib +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}virtualenv>=1.9.1:${PORTSDIR}/devel/py-virtualenv \ + ${PYTHON_PKGNAMEPREFIX}pylib>=1.4.15:${PORTSDIR}/devel/py-pylib USE_PYTHON= yes USE_PYDISTUTILS= easy_install OPTIONS_DEFINE= PYTEST -PYTEST_DESC= Include the Pytest test runner +PYTEST_DESC= Include the pytest test runner OPTIONSFILE?= ${PORT_DBDIR}/py-${PORTNAME}/options .include <bsd.port.options.mk> diff --git a/devel/py-tox/distinfo b/devel/py-tox/distinfo index c266ef352b8a..df0d05af0669 100644 --- a/devel/py-tox/distinfo +++ b/devel/py-tox/distinfo @@ -1,2 +1,2 @@ -SHA256 (tox-1.4.3.tar.gz) = b998d809d954fd9c30476a56bbbbf20a1a5adaa3e4cc5eb052c7051a682b2021 -SIZE (tox-1.4.3.tar.gz) = 71661 +SHA256 (tox-1.5.0.tar.gz) = 0cde6be977c57289551bf316871b888ad78f94edca8972374a68a9d1bfcd5226 +SIZE (tox-1.5.0.tar.gz) = 73866 |