Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Mar 2016 09:35:59 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r410018 - head/devel/py-tox
Message-ID:  <201603030935.u239ZxTx078906@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603030935.u239ZxTx078906>