pkgsrc/net/py-ipaddress/Makefile

19 lines
566 B
Makefile

# $NetBSD: Makefile,v 1.8 2017/01/01 14:43:51 wiz Exp $
DISTNAME= ipaddress-1.0.17
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 36 # included in 3.3+
do-test:
cd ${WRKSRC} && ${PYTHONBIN} test_ipaddress.py
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"