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@stereochro.me> (maintainer)

Approved by:	ports-secteam reliability fix blanket
This commit is contained in:
Kai Knoblich 2019-10-25 10:07:50 +00:00
parent 636182fd72
commit ba011963de
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2019Q4/; revision=515596
2 changed files with 9 additions and 4 deletions

View File

@ -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>

View File

@ -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