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

Kubilay Kocak koobs at FreeBSD.org
Thu Mar 3 09:36:01 UTC 2016


Author: koobs
Date: Thu Mar  3 09:35:59 2016
New Revision: 410018
URL: https://svnweb.freebsd.org/changeset/ports/410018

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

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

Modified: head/devel/py-tox/Makefile
==============================================================================
--- head/devel/py-tox/Makefile	Thu Mar  3 09:13:32 2016	(r410017)
+++ head/devel/py-tox/Makefile	Thu Mar  3 09:35:59 2016	(r410018)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tox
-PORTVERSION=	2.1.1
+PORTVERSION=	2.3.1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -22,12 +22,9 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tox
 		${PYTHON_PKGNAMEPREFIX}pytest-timeout>0:${PORTSDIR}/devel/py-pytest-timeout
 
 USES=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 
-OPTIONS_DEFINE=	PYTEST
-PYTEST_DESC=	Include the pytest test runner
-
-PYTEST_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:${PORTSDIR}/devel/py-pytest
+NO_ARCH=	yes
 
 .include <bsd.port.pre.mk>
 

Modified: head/devel/py-tox/distinfo
==============================================================================
--- head/devel/py-tox/distinfo	Thu Mar  3 09:13:32 2016	(r410017)
+++ head/devel/py-tox/distinfo	Thu Mar  3 09:35:59 2016	(r410018)
@@ -1,2 +1,2 @@
-SHA256 (tox-2.1.1.tar.gz) = a03aa022a1f6f82cc21732af0ed48217a3c16873b98e16be22baa7cea74e1eef
-SIZE (tox-2.1.1.tar.gz) = 102170
+SHA256 (tox-2.3.1.tar.gz) = bf7fcc140863820700d3ccd65b33820ba747b61c5fe4e2b91bb8c64cb21a47ee
+SIZE (tox-2.3.1.tar.gz) = 106447


More information about the svn-ports-all mailing list