diff options
| author | wiz <wiz@pkgsrc.org> | 2022-01-10 22:10:10 +0000 |
|---|---|---|
| committer | wiz <wiz@pkgsrc.org> | 2022-01-10 22:10:10 +0000 |
| commit | 5ddf14ef3aa3dd2c4d8dddce6430252594c35bfc (patch) | |
| tree | 333026d985570891338cf158e8a2110e6a753faa /devel/gnatpython | |
| parent | 471766da9459496f8eeaf2f786020220e536c42d (diff) | |
| download | pkgsrc-5ddf14ef3aa3dd2c4d8dddce6430252594c35bfc.tar.gz | |
gnatpython: convert to egg.mk
Diffstat (limited to 'devel/gnatpython')
| -rw-r--r-- | devel/gnatpython/Makefile | 6 | ||||
| -rw-r--r-- | devel/gnatpython/PLIST | 3 |
2 files changed, 4 insertions, 5 deletions
diff --git a/devel/gnatpython/Makefile b/devel/gnatpython/Makefile index 00922b4d21b..5ffc11a00f9 100644 --- a/devel/gnatpython/Makefile +++ b/devel/gnatpython/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2020/12/04 20:45:09 nia Exp $ +# $NetBSD: Makefile,v 1.23 2022/01/10 22:10:10 wiz Exp $ DISTNAME= gnatpython-${SNAPSHOT} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= devel MASTER_SITES= http://downloads.dragonlace.net/src/ EXTRACT_SUFX= .tar.bz2 @@ -17,5 +17,5 @@ EGG_NAME= gnatpython-1.2 PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 20110912 .include "../../lang/python/application.mk" -.include "../../lang/python/distutils.mk" +.include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/gnatpython/PLIST b/devel/gnatpython/PLIST index cda5ac336e2..bc73bf46fb2 100644 --- a/devel/gnatpython/PLIST +++ b/devel/gnatpython/PLIST @@ -1,8 +1,7 @@ -@comment $NetBSD: PLIST,v 1.3 2012/04/08 20:21:44 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2022/01/10 22:10:10 wiz Exp $ bin/mainloop bin/opt-parser bin/rlimit -${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/gnatpython/__init__.py ${PYSITELIB}/gnatpython/__init__.pyc ${PYSITELIB}/gnatpython/__init__.pyo |
