summaryrefslogtreecommitdiff
path: root/devel/gnatpython
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2012-02-03 13:15:39 +0000
committerobache <obache@pkgsrc.org>2012-02-03 13:15:39 +0000
commit0356bf96be8afc653ceb7ad2e0f23927f103a9f2 (patch)
treec22427eba6a627f007a4ebec9dac79cbd91c411f /devel/gnatpython
parent5c1783c098a08daa75b0bb550f3aa44568e16954 (diff)
downloadpkgsrc-0356bf96be8afc653ceb7ad2e0f23927f103a9f2.tar.gz
distutils pkg, so switch to use distutuils.mk, then register egg-info.
Bump PKGREVISION.
Diffstat (limited to 'devel/gnatpython')
-rw-r--r--devel/gnatpython/Makefile9
-rw-r--r--devel/gnatpython/PLIST3
2 files changed, 8 insertions, 4 deletions
diff --git a/devel/gnatpython/Makefile b/devel/gnatpython/Makefile
index 9ce1a21d28e..dd85ba701c0 100644
--- a/devel/gnatpython/Makefile
+++ b/devel/gnatpython/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2011/10/06 22:15:21 marino Exp $
+# $NetBSD: Makefile,v 1.4 2012/02/03 13:15:39 obache Exp $
#
DISTNAME= gnatpython-${SNAPSHOT}
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://downloads.dragonlace.net/src/ \
http://dragonlace.mirrors.ada.cx/src/
@@ -14,9 +15,11 @@ LICENSE= gnu-gpl-v3
SNAPSHOT= 20110912
PKG_DESTDIR_SUPPORT= user-destdir
-PYDISTUTILSPKG= yes
+
PYTHON_VERSIONS_ACCEPTED= 27 26 # uses "with ... as"
+EGG_NAME= gnatpython-1.2
+
.include "../../lang/python/application.mk"
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/gnatpython/PLIST b/devel/gnatpython/PLIST
index b2fc1c15235..d91ff99ac5b 100644
--- a/devel/gnatpython/PLIST
+++ b/devel/gnatpython/PLIST
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2011/02/01 20:44:47 drochner Exp $
+@comment $NetBSD: PLIST,v 1.2 2012/02/03 13:15:39 obache Exp $
bin/mainloop
bin/opt-parser
bin/rlimit
+${PLIST.eggfile}${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/gnatpython/__init__.py
${PYSITELIB}/gnatpython/__init__.pyc
${PYSITELIB}/gnatpython/__init__.pyo