pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-sk1libs



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 10 20:47:42 UTC 2022

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/graphics/py-sk1libs/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/py-sk1libs/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-sk1libs/Makefile
diff -u pkgsrc/graphics/py-sk1libs/Makefile:1.19 pkgsrc/graphics/py-sk1libs/Makefile:1.20
--- pkgsrc/graphics/py-sk1libs/Makefile:1.19    Mon Sep  2 13:20:18 2019
+++ pkgsrc/graphics/py-sk1libs/Makefile Mon Jan 10 20:47:42 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2019/09/02 13:20:18 adam Exp $
+# $NetBSD: Makefile,v 1.20 2022/01/10 20:47:42 wiz Exp $
 
 DISTNAME=      sk1libs-0.9.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   5
+PKGREVISION=   6
 CATEGORIES=    graphics python
 MASTER_SITES=  http://uniconvertor.googlecode.com/files/
 
@@ -17,5 +17,5 @@ PYTHON_VERSIONS_ACCEPTED=     27 # not yet p
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../mk/jpeg.buildlink3.mk"
 .include "../../graphics/lcms/buildlink3.mk"
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/py-sk1libs/PLIST
diff -u pkgsrc/graphics/py-sk1libs/PLIST:1.2 pkgsrc/graphics/py-sk1libs/PLIST:1.3
--- pkgsrc/graphics/py-sk1libs/PLIST:1.2        Sun Jan 19 22:15:13 2014
+++ pkgsrc/graphics/py-sk1libs/PLIST    Mon Jan 10 20:47:42 2022
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2014/01/19 22:15:13 wiz Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.3 2022/01/10 20:47:42 wiz Exp $
 ${PYSITELIB}/sk1libs/__init__.py
 ${PYSITELIB}/sk1libs/__init__.pyc
 ${PYSITELIB}/sk1libs/__init__.pyo



Home | Main Index | Thread Index | Old Index