summaryrefslogtreecommitdiff
path: root/net/py-ipaddress/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/py-ipaddress/Makefile')
-rw-r--r--net/py-ipaddress/Makefile9
1 files changed, 6 insertions, 3 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"