Files
pkgsrc-ng/net/py-ipaddress/Makefile
2016-11-18 22:39:22 +01:00

20 lines
563 B
Makefile

# $NetBSD: Makefile,v 1.6 2016/07/09 13:04:00 wiz Exp $
DISTNAME= ipaddress-1.0.16
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES+= ${MASTER_SITE_PYPI:=i/ipaddress/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://pypi.python.org/pypi/ipaddress
COMMENT= Port of the python 3.3+ ipaddress module to 2.6 and 2.7
LICENSE= python-software-foundation
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # included in 3.3+
do-test:
cd ${WRKSRC} && ${PYTHONBIN} test_ipaddress.py
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"