pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-hglib py-hglib: convert to egg.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7b06d179235d
branches:  trunk
changeset: 371546:7b06d179235d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 20:34:50 2022 +0000

description:
py-hglib: convert to egg.mk

diffstat:

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

diffs (38 lines):

diff -r b9e337fa10d1 -r 7b06d179235d devel/py-hglib/Makefile
--- a/devel/py-hglib/Makefile   Mon Jan 10 20:33:54 2022 +0000
+++ b/devel/py-hglib/Makefile   Mon Jan 10 20:34:50 2022 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2020/11/30 20:23:38 adam Exp $
+# $NetBSD: Makefile,v 1.10 2022/01/10 20:34:50 wiz Exp $
 
 DISTNAME=      python-hglib-2.6.2
 PKGNAME=       ${DISTNAME:S/python/${PYPKGPREFIX}/}
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/python-hglib/}
 
@@ -12,5 +13,5 @@
 
 USE_LANGUAGES= # none
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r b9e337fa10d1 -r 7b06d179235d devel/py-hglib/PLIST
--- a/devel/py-hglib/PLIST      Mon Jan 10 20:33:54 2022 +0000
+++ b/devel/py-hglib/PLIST      Mon Jan 10 20:34:50 2022 +0000
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2015/06/14 21:47:49 wiz Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.2 2022/01/10 20:34:50 wiz Exp $
 ${PYSITELIB}/hglib/__init__.py
 ${PYSITELIB}/hglib/__init__.pyc
 ${PYSITELIB}/hglib/__init__.pyo
@@ -21,3 +20,7 @@
 ${PYSITELIB}/hglib/util.py
 ${PYSITELIB}/hglib/util.pyc
 ${PYSITELIB}/hglib/util.pyo
+${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



Home | Main Index | Thread Index | Old Index