py-portend: updated to 2.6
2.6 Package refresh. 2.5 Fix race condition in ``occupied`` and ``free``. 2.4 ``find_available_local_port`` now relies on ``socket.getaddrinfo`` to find a suitable address family.
This commit is contained in:
parent
5954cf72cb
commit
9d1bd350de
3 changed files with 10 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.5 2018/07/09 07:17:51 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2019/11/13 21:37:28 adam Exp $
|
||||
|
||||
DISTNAME= portend-2.3
|
||||
DISTNAME= portend-2.6
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=p/portend/}
|
||||
|
@ -14,11 +14,12 @@ DEPENDS+= ${PYPKGPREFIX}-tempora>=1.8:../../time/py-tempora
|
|||
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm
|
||||
TEST_DEPENDS+= ${PYPKGPREFIX}-test>=2.8:../../devel/py-test
|
||||
TEST_DEPENDS+= ${PYPKGPREFIX}-test-sugar-[0-9]*:../../devel/py-test-sugar
|
||||
# missing: pytest-black-multipy
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
do-test:
|
||||
cd ${WRKSRC} && py.test-${PYVERSSUFFIX} test_portend.py
|
||||
cd ${WRKSRC} && pytest-${PYVERSSUFFIX} test_portend.py
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2017/11/29 11:29:03 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.4 2019/11/13 21:37:28 adam Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/portend.py
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.4 2018/07/09 07:17:51 adam Exp $
|
||||
$NetBSD: distinfo,v 1.5 2019/11/13 21:37:28 adam Exp $
|
||||
|
||||
SHA1 (portend-2.3.tar.gz) = 1992bf210f11504e4d1b9668eeb8963c8f238666
|
||||
RMD160 (portend-2.3.tar.gz) = 9bbb0301bdcdc4f036e7475f8ae22f2eacffe8fa
|
||||
SHA512 (portend-2.3.tar.gz) = eb438c9967bd1540534bc9deb5bdb8b7ed41c7328aeee0c9376b00018ec6c07773c0d782efe3f460cf6e68bd4d899bceedf0c581dd29080cd3fe44a3a17b0004
|
||||
Size (portend-2.3.tar.gz) = 8585 bytes
|
||||
SHA1 (portend-2.6.tar.gz) = 52eb4eaac256ec077be357357659a11fa04a2e60
|
||||
RMD160 (portend-2.6.tar.gz) = 757276d2616c502f998f9f84e7e09150ce9beaa6
|
||||
SHA512 (portend-2.6.tar.gz) = 9e53c668ba9d0ddb2e92d9b4c97d2b8a4d858a6fc44123414ee3c8ac433f51f50a4773ee08f85bb134e49aeace2a17baffd32962d36df0b19b505a2c6634bf7e
|
||||
Size (portend-2.6.tar.gz) = 12295 bytes
|
||||
|
|
Loading…
Reference in a new issue