diff options
author | wiz <wiz@pkgsrc.org> | 2015-11-17 11:53:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-11-17 11:53:43 +0000 |
commit | aef609b76e91cd7cdfdda5516fb5d4389c7746fe (patch) | |
tree | c0afa02764971260b50416f411b2be041cf3f2b5 /net | |
parent | 5a5e4f7cc9f5b092675e7d79ee452b3eb9ed8338 (diff) | |
download | pkgsrc-aef609b76e91cd7cdfdda5516fb5d4389c7746fe.tar.gz |
Update py-ipaddress to 1.0.15.
All tests pass. Changes not found.
Diffstat (limited to 'net')
-rw-r--r-- | net/py-ipaddress/Makefile | 9 | ||||
-rw-r--r-- | net/py-ipaddress/distinfo | 10 |
2 files changed, 11 insertions, 8 deletions
diff --git a/net/py-ipaddress/Makefile b/net/py-ipaddress/Makefile index 82a34511fdb..6f7e8aa18e4 100644 --- a/net/py-ipaddress/Makefile +++ b/net/py-ipaddress/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2015/08/06 08:09:47 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2015/11/17 11:53:43 wiz Exp $ -DISTNAME= ipaddress-1.0.14 +DISTNAME= ipaddress-1.0.15 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python -MASTER_SITES+= https://pypi.python.org/packages/source/i/ipaddress/ +MASTER_SITES+= ${MASTER_SITE_PYPI:=i/ipaddress/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://pypi.python.org/pypi/ipaddress @@ -12,5 +12,8 @@ LICENSE= python-software-foundation PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # included in 3.3+ +do-test: + cd ${WRKSRC} && ${PYTHONBIN} test_ipaddress.py + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/py-ipaddress/distinfo b/net/py-ipaddress/distinfo index f393f514431..41fa756f826 100644 --- a/net/py-ipaddress/distinfo +++ b/net/py-ipaddress/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2015/11/04 00:35:30 agc Exp $ +$NetBSD: distinfo,v 1.4 2015/11/17 11:53:43 wiz Exp $ -SHA1 (ipaddress-1.0.14.tar.gz) = aec832c6a54f5a92f8c92c589f475e959b5dedca -RMD160 (ipaddress-1.0.14.tar.gz) = 1dbdfe44939d9ee9e1b3327b43d01f09cd952a94 -SHA512 (ipaddress-1.0.14.tar.gz) = fb33b484ca435f4e8817c735a1084f2fa749abca4643a10be644003fdb73cc9205fc28f484ef96d2db90e8b27d8a238d1d7cf20140f7942e39be12c7524e8d6f -Size (ipaddress-1.0.14.tar.gz) = 30429 bytes +SHA1 (ipaddress-1.0.15.tar.gz) = e62404f45a42e19040b9ca73e54bd76e800fb56d +RMD160 (ipaddress-1.0.15.tar.gz) = a4acf62809b4e829e4ec48710568b61a5c406763 +SHA512 (ipaddress-1.0.15.tar.gz) = 6cb53a2689da356b9f853bca564ca41b9d9c5700dd3c46c6f2937f2f7f97f955f3e351700494fdd2f20d6333f5feb2e5cb2d957eb4c626cc2c28cc3521fca0a1 +Size (ipaddress-1.0.15.tar.gz) = 30438 bytes |