svn commit: r505004 - head/devel/py-pytest-xdist
Kubilay Kocak
koobs at FreeBSD.org
Mon Jun 24 06:18:14 UTC 2019
Author: koobs
Date: Mon Jun 24 06:18:13 2019
New Revision: 505004
URL: https://svnweb.freebsd.org/changeset/ports/505004
Log:
devel/py-pytest-xdist: Update to 1.29.0
Changelog:
https://github.com/pytest-dev/pytest-xdist/blob/v1.29.0/CHANGELOG.rst
Modified:
head/devel/py-pytest-xdist/Makefile
head/devel/py-pytest-xdist/distinfo
Modified: head/devel/py-pytest-xdist/Makefile
==============================================================================
--- head/devel/py-pytest-xdist/Makefile Mon Jun 24 05:59:31 2019 (r505003)
+++ head/devel/py-pytest-xdist/Makefile Mon Jun 24 06:18:13 2019 (r505004)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= pytest-xdist
-PORTVERSION= 1.28.0
+PORTVERSION= 1.29.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -22,6 +22,8 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}filelock>=0:sysut
USES= python
USE_PYTHON= autoplist concurrent distutils
+
+TEST_ENV= PYTHONPATH=${WRKSRC}/src
NO_ARCH= yes
Modified: head/devel/py-pytest-xdist/distinfo
==============================================================================
--- head/devel/py-pytest-xdist/distinfo Mon Jun 24 05:59:31 2019 (r505003)
+++ head/devel/py-pytest-xdist/distinfo Mon Jun 24 06:18:13 2019 (r505004)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1556192690
-SHA256 (pytest-xdist-1.28.0.tar.gz) = f83a485293e81fd57c8a5a85a3f12473a532c5ca7dec518857cbb72766bb526c
-SIZE (pytest-xdist-1.28.0.tar.gz) = 61486
+TIMESTAMP = 1561352686
+SHA256 (pytest-xdist-1.29.0.tar.gz) = 3489d91516d7847db5eaecff7a2e623dba68984835dbe6cedb05ae126c4fb17f
+SIZE (pytest-xdist-1.29.0.tar.gz) = 61788
More information about the svn-ports-all
mailing list