pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-hglib



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 10 20:34:50 UTC 2022

Modified Files:
        pkgsrc/devel/py-hglib: Makefile PLIST

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


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-hglib/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-hglib/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-hglib/Makefile
diff -u pkgsrc/devel/py-hglib/Makefile:1.9 pkgsrc/devel/py-hglib/Makefile:1.10
--- pkgsrc/devel/py-hglib/Makefile:1.9  Mon Nov 30 20:23:38 2020
+++ pkgsrc/devel/py-hglib/Makefile      Mon Jan 10 20:34:50 2022
@@ -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 @@ LICENSE=      mit
 
 USE_LANGUAGES= # none
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-hglib/PLIST
diff -u pkgsrc/devel/py-hglib/PLIST:1.1 pkgsrc/devel/py-hglib/PLIST:1.2
--- pkgsrc/devel/py-hglib/PLIST:1.1     Sun Jun 14 21:47:49 2015
+++ pkgsrc/devel/py-hglib/PLIST Mon Jan 10 20:34:50 2022
@@ -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/templates.pyo
 ${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