diff options
author | wiz <wiz@pkgsrc.org> | 2022-01-10 08:40:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-01-10 08:40:59 +0000 |
commit | e4a6b622c6ec3b9f7b4815b2ce8a948c5973dd48 (patch) | |
tree | 24b4003d0e4290bf3e7c2ac8ecde38f990dd78cc /net/py-IP/Makefile | |
parent | 4e71af91db783df568462938c1f73d87ca5fb2ab (diff) | |
download | pkgsrc-e4a6b622c6ec3b9f7b4815b2ce8a948c5973dd48.tar.gz |
py-IP: convert to egg.mk
Diffstat (limited to 'net/py-IP/Makefile')
-rw-r--r-- | net/py-IP/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net/py-IP/Makefile b/net/py-IP/Makefile index 3d04156d58d..00acf747b00 100644 --- a/net/py-IP/Makefile +++ b/net/py-IP/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2021/01/03 21:52:16 adam Exp $ +# $NetBSD: Makefile,v 1.25 2022/01/10 08:40:59 wiz Exp $ DISTNAME= IPy-1.01 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/IPy/IP/} +PKGREVISION= 1 CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=I/IPy/} @@ -12,8 +13,10 @@ LICENSE= modified-bsd USE_LANGUAGES= # none +EGG_NAME= IPy-1.1 + do-test: cd ${WRKSRC}/test && ${SETENV} ${TEST_ENV} ${PYTHONBIN} test_IPy.py -.include "../../lang/python/distutils.mk" +.include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |