svn commit: r322420 - head/devel/py-tox

Kubilay Kocak koobs at FreeBSD.org
Sun Jul 7 07:37:20 UTC 2013


Author: koobs
Date: Sun Jul  7 07:37:19 2013
New Revision: 322420
URL: http://svnweb.freebsd.org/changeset/ports/322420

Log:
  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

Modified:
  head/devel/py-tox/Makefile
  head/devel/py-tox/distinfo

Modified: head/devel/py-tox/Makefile
==============================================================================
--- head/devel/py-tox/Makefile	Sun Jul  7 06:36:27 2013	(r322419)
+++ head/devel/py-tox/Makefile	Sun Jul  7 07:37:19 2013	(r322420)
@@ -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 at 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>

Modified: head/devel/py-tox/distinfo
==============================================================================
--- head/devel/py-tox/distinfo	Sun Jul  7 06:36:27 2013	(r322419)
+++ head/devel/py-tox/distinfo	Sun Jul  7 07:37:19 2013	(r322420)
@@ -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


More information about the svn-ports-all mailing list