pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/gnatpython



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 10 22:10:10 UTC 2022

Modified Files:
        pkgsrc/devel/gnatpython: Makefile PLIST

Log Message:
gnatpython: convert to egg.mk


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/gnatpython/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/gnatpython/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/gnatpython/Makefile
diff -u pkgsrc/devel/gnatpython/Makefile:1.22 pkgsrc/devel/gnatpython/Makefile:1.23
--- pkgsrc/devel/gnatpython/Makefile:1.22       Fri Dec  4 20:45:09 2020
+++ pkgsrc/devel/gnatpython/Makefile    Mon Jan 10 22:10:10 2022
@@ -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"

Index: pkgsrc/devel/gnatpython/PLIST
diff -u pkgsrc/devel/gnatpython/PLIST:1.3 pkgsrc/devel/gnatpython/PLIST:1.4
--- pkgsrc/devel/gnatpython/PLIST:1.3   Sun Apr  8 20:21:44 2012
+++ pkgsrc/devel/gnatpython/PLIST       Mon Jan 10 22:10:10 2022
@@ -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