pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-piddle



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 10 20:41:39 UTC 2022

Modified Files:
        pkgsrc/graphics/py-piddle: Makefile PLIST

Log Message:
py-piddle: convert to egg.mk


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/graphics/py-piddle/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/py-piddle/PLIST

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

Modified files:

Index: pkgsrc/graphics/py-piddle/Makefile
diff -u pkgsrc/graphics/py-piddle/Makefile:1.25 pkgsrc/graphics/py-piddle/Makefile:1.26
--- pkgsrc/graphics/py-piddle/Makefile:1.25     Fri Mar 20 11:57:52 2020
+++ pkgsrc/graphics/py-piddle/Makefile  Mon Jan 10 20:41:39 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2020/03/20 11:57:52 nia Exp $
+# $NetBSD: Makefile,v 1.26 2022/01/10 20:41:39 wiz Exp $
 
 DISTNAME=      piddle-1.0.15
-PKGREVISION=   3
+PKGREVISION=   4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=piddle/}
@@ -14,5 +14,5 @@ USE_LANGUAGES=        # empty
 
 PYTHON_VERSIONS_ACCEPTED=      27
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/py-piddle/PLIST
diff -u pkgsrc/graphics/py-piddle/PLIST:1.6 pkgsrc/graphics/py-piddle/PLIST:1.7
--- pkgsrc/graphics/py-piddle/PLIST:1.6 Sun Apr  8 20:21:49 2012
+++ pkgsrc/graphics/py-piddle/PLIST     Mon Jan 10 20:41:39 2022
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2012/04/08 20:21:49 wiz Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.7 2022/01/10 20:41:39 wiz Exp $
 ${PYSITELIB}/piddle/PixMapWrapper.py
 ${PYSITELIB}/piddle/PixMapWrapper.pyc
 ${PYSITELIB}/piddle/PixMapWrapper.pyo



Home | Main Index | Thread Index | Old Index