mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
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) MFH: 2019Q4 (blanket: reliability fix)
This commit is contained in:
parent
fcd74ab799
commit
e8bb24321d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=515592
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user