pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters/py27-cairosvg py27-cairosvg: convert to egg.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5531ac939a8a
branches:  trunk
changeset: 371432:5531ac939a8a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 08:53:14 2022 +0000

description:
py27-cairosvg: convert to egg.mk

diffstat:

 converters/py27-cairosvg/Makefile |  5 +++--
 converters/py27-cairosvg/PLIST    |  3 +--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r 5552412827ea -r 5531ac939a8a converters/py27-cairosvg/Makefile
--- a/converters/py27-cairosvg/Makefile Mon Jan 10 08:52:16 2022 +0000
+++ b/converters/py27-cairosvg/Makefile Mon Jan 10 08:53:14 2022 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2018/03/26 00:33:40 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2022/01/10 08:53:14 wiz Exp $
 
 DISTNAME=      CairoSVG-1.0.22
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
+PKGREVISION=   1
 CATEGORIES=    converters graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=C/CairoSVG/}
 
@@ -21,5 +22,5 @@
        ${MV} ${DESTDIR}${PREFIX}/bin/cairosvg \
                ${DESTDIR}${PREFIX}/bin/cairosvg${PYVERSSUFFIX} || ${TRUE}
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 5552412827ea -r 5531ac939a8a converters/py27-cairosvg/PLIST
--- a/converters/py27-cairosvg/PLIST    Mon Jan 10 08:52:16 2022 +0000
+++ b/converters/py27-cairosvg/PLIST    Mon Jan 10 08:53:14 2022 +0000
@@ -1,6 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1 2018/03/26 00:33:40 joerg Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/01/10 08:53:14 wiz Exp $
 bin/cairosvg${PYVERSSUFFIX}
-${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/cairosvg/__init__.py
 ${PYSITELIB}/cairosvg/__init__.pyc
 ${PYSITELIB}/cairosvg/__init__.pyo



Home | Main Index | Thread Index | Old Index