pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-uniconvertor



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 10 21:59:16 UTC 2022

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/graphics/py-uniconvertor/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/py-uniconvertor/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-uniconvertor/Makefile
diff -u pkgsrc/graphics/py-uniconvertor/Makefile:1.17 pkgsrc/graphics/py-uniconvertor/Makefile:1.18
--- pkgsrc/graphics/py-uniconvertor/Makefile:1.17       Sat Nov  2 22:38:03 2019
+++ pkgsrc/graphics/py-uniconvertor/Makefile    Mon Jan 10 21:59:16 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2019/11/02 22:38:03 rillig Exp $
+# $NetBSD: Makefile,v 1.18 2022/01/10 21:59:16 wiz Exp $
 
 DISTNAME=      uniconvertor-1.1.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    graphics python
 MASTER_SITES=  http://uniconvertor.googlecode.com/files/
 
@@ -14,11 +14,10 @@ LICENSE=    gnu-lgpl-v2 AND gnu-gpl-v2
 DEPENDS+=      ${PYPKGPREFIX}-sk1libs-[0-9]*:../../graphics/py-sk1libs
 
 USE_LANGUAGES=                 c
-PYDISTUTILSPKG=                        yes
 PYTHON_SELF_CONFLICT=          yes
 PYTHON_VERSIONS_ACCEPTED=      27 # py-sk1libs
 REPLACE_PYTHON+=               src/__init__.py
 
 .include "../../lang/python/application.mk"
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/py-uniconvertor/PLIST
diff -u pkgsrc/graphics/py-uniconvertor/PLIST:1.2 pkgsrc/graphics/py-uniconvertor/PLIST:1.3
--- pkgsrc/graphics/py-uniconvertor/PLIST:1.2   Sun Jan 19 22:18:53 2014
+++ pkgsrc/graphics/py-uniconvertor/PLIST       Mon Jan 10 21:59:16 2022
@@ -1,6 +1,5 @@
-@comment $NetBSD: PLIST,v 1.2 2014/01/19 22:18:53 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/01/10 21:59:16 wiz Exp $
 bin/uniconvertor
-${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/uniconvertor/COPYRIGHTS
 ${PYSITELIB}/uniconvertor/GNU_GPL_v2
 ${PYSITELIB}/uniconvertor/GNU_LGPL_v2



Home | Main Index | Thread Index | Old Index