update to py-ipaddress 1.0.16

enable tests (some failing, but maybe a problem with the tests)
This commit is contained in:
sthen 2016-01-06 10:56:36 +00:00
parent 79bbda564b
commit c036b00684
2 changed files with 9 additions and 7 deletions

View File

@ -1,12 +1,11 @@
# $OpenBSD: Makefile,v 1.2 2015/09/29 10:52:29 sthen Exp $
# $OpenBSD: Makefile,v 1.3 2016/01/06 10:56:36 sthen Exp $
COMMENT = Python 3.3's ipaddress for Python 2.6 and 2.7
COMMENT = Python 3.3's ipaddress for Python 2.6 and 2.7#'
MODPY_EGG_VERSION = 1.0.7
MODPY_EGG_VERSION = 1.0.16
DISTNAME = ipaddress-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = net
REVISION = 0
HOMEPAGE = https://github.com/phihag/ipaddress
@ -17,6 +16,9 @@ MODPY_PI = Yes
MODULES = lang/python
MODPY_SETUPTOOLS = Yes
NO_TEST = Yes
TEST_DEPENDS = devel/py-nose
do-test:
cd ${WRKSRC}; nosetests
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (ipaddress-1.0.7.tar.gz) = LJnp6uotrL5AOLO+dy7GUPW09MjMR5w3BLgWc9loSdc=
SIZE (ipaddress-1.0.7.tar.gz) = 15126
SHA256 (ipaddress-1.0.16.tar.gz) = WjGCsyKnBlJcRigspvBk0noCz/vUSfn0dBbx3JaqcbA=
SIZE (ipaddress-1.0.16.tar.gz) = 31765