pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/gnatpython gnatpython: convert to egg.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ab942f2c4ecb
branches:  trunk
changeset: 371599:ab942f2c4ecb
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 22:10:10 2022 +0000

description:
gnatpython: convert to egg.mk

diffstat:

 devel/gnatpython/Makefile |  6 +++---
 devel/gnatpython/PLIST    |  3 +--
 2 files changed, 4 insertions(+), 5 deletions(-)

diffs (33 lines):

diff -r 713343c63f3c -r ab942f2c4ecb devel/gnatpython/Makefile
--- a/devel/gnatpython/Makefile Mon Jan 10 22:09:31 2022 +0000
+++ b/devel/gnatpython/Makefile Mon Jan 10 22:10:10 2022 +0000
@@ -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 @@
 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 -r 713343c63f3c -r ab942f2c4ecb devel/gnatpython/PLIST
--- a/devel/gnatpython/PLIST    Mon Jan 10 22:09:31 2022 +0000
+++ b/devel/gnatpython/PLIST    Mon Jan 10 22:10:10 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index