svn commit: r499982 - head/sysutils/py-execnet

Kubilay Kocak koobs at FreeBSD.org
Thu Apr 25 10:25:21 UTC 2019


Author: koobs
Date: Thu Apr 25 10:25:19 2019
New Revision: 499982
URL: https://svnweb.freebsd.org/changeset/ports/499982

Log:
  sysutils/py-execnet: Update to 1.6.0
  
  Changelog:
  
    https://github.com/pytest-dev/execnet/blob/v1.6.0/CHANGELOG.rst

Modified:
  head/sysutils/py-execnet/Makefile
  head/sysutils/py-execnet/distinfo

Modified: head/sysutils/py-execnet/Makefile
==============================================================================
--- head/sysutils/py-execnet/Makefile	Thu Apr 25 10:12:16 2019	(r499981)
+++ head/sysutils/py-execnet/Makefile	Thu Apr 25 10:25:19 2019	(r499982)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	execnet
-PORTVERSION=	1.4.1
+PORTVERSION=	1.6.0
 CATEGORIES=	sysutils python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,9 +15,14 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}apipkg>=1.4:devel/py-apipkg@${PY_FLAVOR}
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
 
-NO_ARCH=	yes
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+do-test:
+	@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest
 
 .include <bsd.port.mk>

Modified: head/sysutils/py-execnet/distinfo
==============================================================================
--- head/sysutils/py-execnet/distinfo	Thu Apr 25 10:12:16 2019	(r499981)
+++ head/sysutils/py-execnet/distinfo	Thu Apr 25 10:25:19 2019	(r499982)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1491399415
-SHA256 (execnet-1.4.1.tar.gz) = f66dd4a7519725a1b7e14ad9ae7d3df8e09b2da88062386e08e941cafc0ef3e6
-SIZE (execnet-1.4.1.tar.gz) = 171041
+TIMESTAMP = 1556187132
+SHA256 (execnet-1.6.0.tar.gz) = 752a3786f17416d491f833a29217dda3ea4a471fc5269c492eebcee8cc4772d3
+SIZE (execnet-1.6.0.tar.gz) = 169744


More information about the svn-ports-head mailing list