pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-portend 2.1.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7681d0c88873
branches:  trunk
changeset: 365548:7681d0c88873
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jul 19 17:23:09 2017 +0000

description:
2.1.2
Fix README rendering.

2.1.1
Restored use of ``portend.client_host`` during
    ``assert_free`` check on Windows, fixing check
    when the bind address is *ADDR_ANY.

2.1
Use tempora.timing.Timer from tempora 1.8, replacing
boilerplate code in occupied and free functions.

2.0
Removed ``portend._getaddrinfo`` and its usage in
    ``Checker.assert_free``.

Dropped support for Python 2.6.

diffstat:

 net/py-portend/Makefile |  12 ++++++++----
 net/py-portend/PLIST    |   3 +--
 net/py-portend/distinfo |  10 +++++-----
 3 files changed, 14 insertions(+), 11 deletions(-)

diffs (57 lines):

diff -r b9ea599552c7 -r 7681d0c88873 net/py-portend/Makefile
--- a/net/py-portend/Makefile   Wed Jul 19 17:06:49 2017 +0000
+++ b/net/py-portend/Makefile   Wed Jul 19 17:23:09 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2017/02/15 23:21:07 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2017/07/19 17:23:09 adam Exp $
 
-DISTNAME=      portend-1.8
+DISTNAME=      portend-2.1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/portend/}
@@ -10,10 +10,14 @@
 COMMENT=       TCP port monitoring utilities
 LICENSE=       mit
 
+DEPENDS+=      ${PYPKGPREFIX}-tempora>=1.8:../../time/py-tempora
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-test>=2.8:../../devel/py-test
+
 USE_LANGUAGES=         # none
 
-DEPENDS+=      ${PYPKGPREFIX}-tempora-[0-9]*:../../time/py-tempora
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+do-test:
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} py.test-${PYVERSSUFFIX}
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r b9ea599552c7 -r 7681d0c88873 net/py-portend/PLIST
--- a/net/py-portend/PLIST      Wed Jul 19 17:06:49 2017 +0000
+++ b/net/py-portend/PLIST      Wed Jul 19 17:23:09 2017 +0000
@@ -1,8 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1 2017/02/13 17:20:06 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/07/19 17:23:09 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
diff -r b9ea599552c7 -r 7681d0c88873 net/py-portend/distinfo
--- a/net/py-portend/distinfo   Wed Jul 19 17:06:49 2017 +0000
+++ b/net/py-portend/distinfo   Wed Jul 19 17:23:09 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/02/13 17:20:06 adam Exp $
+$NetBSD: distinfo,v 1.2 2017/07/19 17:23:09 adam Exp $
 
-SHA1 (portend-1.8.tar.gz) = 741349aa7accba1451b8e04d9d25c085375da814
-RMD160 (portend-1.8.tar.gz) = 878298477286393f472e914b1dc82845158d62e3
-SHA512 (portend-1.8.tar.gz) = 731b38de3ceab3bbbd6975f3d7fc543fa29251928139d3fa02c2391cbd99199302a80d5749ddaa3b31b61e396c0aef61c3b6e2b1b58dda5ea035ff7220319f97
-Size (portend-1.8.tar.gz) = 7418 bytes
+SHA1 (portend-2.1.2.tar.gz) = 826c75d83e85bdb1ea3b1ba3020ac5c6b9d9d8a5
+RMD160 (portend-2.1.2.tar.gz) = c99bc1f96555739d06705d2c437259a8d9df5014
+SHA512 (portend-2.1.2.tar.gz) = c3c81ba8aae8d29ef4eb953d6649c670111a73bf162e4ee9f5ab78e4785561bf1afd4b45b9f61a59c0735b787f2e9d512ee4518102d1fa089b70408e155be2d5
+Size (portend-2.1.2.tar.gz) = 7182 bytes



Home | Main Index | Thread Index | Old Index