pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-smartypants py-smartypants: convert to egg.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/49bc9e6b414a
branches:  trunk
changeset: 371510:49bc9e6b414a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 18:54:33 2022 +0000

description:
py-smartypants: convert to egg.mk

diffstat:

 textproc/py-smartypants/Makefile |  5 +++--
 textproc/py-smartypants/PLIST    |  7 +++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r 0bc93050dd47 -r 49bc9e6b414a textproc/py-smartypants/Makefile
--- a/textproc/py-smartypants/Makefile  Mon Jan 10 18:53:32 2022 +0000
+++ b/textproc/py-smartypants/Makefile  Mon Jan 10 18:54:33 2022 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2019/04/03 14:49:27 adam Exp $
+# $NetBSD: Makefile,v 1.2 2022/01/10 18:54:33 wiz Exp $
 
 DISTNAME=      smartypants-2.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    textproc python
 #MASTER_SITES= ${MASTER_SITE_PYPI:=s/smartypants/}
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=leohemsted/}
@@ -19,5 +20,5 @@
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} smartypants smartypants-${PYVERSSUFFIX} || ${TRUE}
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 0bc93050dd47 -r 49bc9e6b414a textproc/py-smartypants/PLIST
--- a/textproc/py-smartypants/PLIST     Mon Jan 10 18:53:32 2022 +0000
+++ b/textproc/py-smartypants/PLIST     Mon Jan 10 18:54:33 2022 +0000
@@ -1,6 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2019/04/03 14:49:27 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/01/10 18:54:33 wiz Exp $
 bin/smartypants-${PYVERSSUFFIX}
-${PYSITELIB}/${EGG_FILE}
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/smartypants.py
 ${PYSITELIB}/smartypants.pyc
 ${PYSITELIB}/smartypants.pyo



Home | Main Index | Thread Index | Old Index