svn commit: r515596 - branches/2019Q4/net/py-portend
Kai Knoblich
kai at FreeBSD.org
Fri Oct 25 10:07:51 UTC 2019
Author: kai
Date: Fri Oct 25 10:07:50 2019
New Revision: 515596
URL: https://svnweb.freebsd.org/changeset/ports/515596
Log:
MFH: r515592
net/py-portend: Update to 2.5
* While I'm here: Add "do-test" target to make future QA easier.
Changelog:
* Fix race condition in "free()" and "occupied()" methods.
PR: 241368
Submitted by: Keith Gaughan <k at stereochro.me> (maintainer)
Approved by: ports-secteam reliability fix blanket
Modified:
branches/2019Q4/net/py-portend/Makefile
branches/2019Q4/net/py-portend/distinfo
Directory Properties:
branches/2019Q4/ (props changed)
Modified: branches/2019Q4/net/py-portend/Makefile
==============================================================================
--- branches/2019Q4/net/py-portend/Makefile Fri Oct 25 10:04:38 2019 (r515595)
+++ branches/2019Q4/net/py-portend/Makefile Fri Oct 25 10:07:50 2019 (r515596)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= portend
-PORTVERSION= 2.4
+PORTVERSION= 2.5
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,10 +14,15 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.15.0:devel/py-setuptools_scm@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tempora>=1.8:devel/py-tempora@${PY_FLAVOR}
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.5:devel/py-pytest@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
+
+# Ignore non-compulsory dependencies (flake8, etc.) from pytest.ini via "-o"
+do-test:
+ @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -rs -v -o addopts=''
.include <bsd.port.mk>
Modified: branches/2019Q4/net/py-portend/distinfo
==============================================================================
--- branches/2019Q4/net/py-portend/distinfo Fri Oct 25 10:04:38 2019 (r515595)
+++ branches/2019Q4/net/py-portend/distinfo Fri Oct 25 10:07:50 2019 (r515596)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1560136780
-SHA256 (portend-2.4.tar.gz) = 507e1f76eb6deec0cc15045d1140a07874f44d02eec021e8fd383557d99fe93d
-SIZE (portend-2.4.tar.gz) = 11846
+TIMESTAMP = 1571548268
+SHA256 (portend-2.5.tar.gz) = 19dc27bfb3c72471bd30a235a4d5fbefef8a7e31cab367744b5d87a205e7bfd9
+SIZE (portend-2.5.tar.gz) = 12237
More information about the svn-ports-all
mailing list