pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/py-uniconvertor py-uniconvertor: convert to e...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/edaf263354b9
branches:  trunk
changeset: 371591:edaf263354b9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 21:59:16 2022 +0000

description:
py-uniconvertor: convert to egg.mk

diffstat:

 graphics/py-uniconvertor/Makefile |  7 +++----
 graphics/py-uniconvertor/PLIST    |  3 +--
 2 files changed, 4 insertions(+), 6 deletions(-)

diffs (38 lines):

diff -r d9802fbb2555 -r edaf263354b9 graphics/py-uniconvertor/Makefile
--- a/graphics/py-uniconvertor/Makefile Mon Jan 10 21:58:20 2022 +0000
+++ b/graphics/py-uniconvertor/Makefile Mon Jan 10 21:59:16 2022 +0000
@@ -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 @@
 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"
diff -r d9802fbb2555 -r edaf263354b9 graphics/py-uniconvertor/PLIST
--- a/graphics/py-uniconvertor/PLIST    Mon Jan 10 21:58:20 2022 +0000
+++ b/graphics/py-uniconvertor/PLIST    Mon Jan 10 21:59:16 2022 +0000
@@ -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