Sat Jan 1 17:32:50 2022 UTC ()
py-hg-fastimport: convert to egg.mk

Bump PKGREVISION.


(wiz)
diff -r1.15 -r1.16 pkgsrc/devel/py-hg-fastimport/Makefile
diff -r1.3 -r1.4 pkgsrc/devel/py-hg-fastimport/PLIST

cvs diff -r1.15 -r1.16 pkgsrc/devel/py-hg-fastimport/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-hg-fastimport/Makefile 2021/02/15 14:39:15 1.15
+++ pkgsrc/devel/py-hg-fastimport/Makefile 2022/01/01 17:32:50 1.16
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.15 2021/02/15 14:39:15 roy Exp $ 1# $NetBSD: Makefile,v 1.16 2022/01/01 17:32:50 wiz Exp $
2 2
3DISTNAME= hg-fastimport-0.1.1 3DISTNAME= hg-fastimport-0.1.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
 5PKGREVISION= 1
5CATEGORIES= devel 6CATEGORIES= devel
6MASTER_SITES= https://roy.marples.name/downloads/hg-fastimport/ 7MASTER_SITES= https://roy.marples.name/downloads/hg-fastimport/
7EXTRACT_SUFX= .tar.xz 8EXTRACT_SUFX= .tar.xz
8 9
9MAINTAINER= roy@NetBSD.org 10MAINTAINER= roy@NetBSD.org
10HOMEPAGE= https://mercurial.selenic.com/wiki/FastImportExtension 11HOMEPAGE= https://mercurial.selenic.com/wiki/FastImportExtension
11COMMENT= Mercurial extension for importing from a git fast-import stream 12COMMENT= Mercurial extension for importing from a git fast-import stream
12LICENSE= gnu-gpl-v2 13LICENSE= gnu-gpl-v2
13 14
14DEPENDS+= ${PYPKGPREFIX}-mercurial>=5.1:../../devel/py-mercurial 15DEPENDS+= ${PYPKGPREFIX}-mercurial>=5.1:../../devel/py-mercurial
15 16
16PY_PATCHPLIST= yes 17.include "../../lang/python/egg.mk"
17 
18.include "../../lang/python/distutils.mk" 
19.include "../../mk/bsd.pkg.mk" 18.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/devel/py-hg-fastimport/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/py-hg-fastimport/PLIST 2021/02/15 14:39:15 1.3
+++ pkgsrc/devel/py-hg-fastimport/PLIST 2022/01/01 17:32:50 1.4
@@ -1,15 +1,18 @@ @@ -1,15 +1,18 @@
1@comment $NetBSD: PLIST,v 1.3 2021/02/15 14:39:15 roy Exp $ 1@comment $NetBSD: PLIST,v 1.4 2022/01/01 17:32:50 wiz Exp $
2${PYSITELIB}/${EGG_FILE} 2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
 5${PYSITELIB}/${EGG_INFODIR}/top_level.txt
3${PYSITELIB}/hgext3rd/fastimport/__init__.py 6${PYSITELIB}/hgext3rd/fastimport/__init__.py
4${PYSITELIB}/hgext3rd/fastimport/__init__.pyc 7${PYSITELIB}/hgext3rd/fastimport/__init__.pyc
5${PYSITELIB}/hgext3rd/fastimport/__init__.pyo 8${PYSITELIB}/hgext3rd/fastimport/__init__.pyo
6${PYSITELIB}/hgext3rd/fastimport/hgechoprocessor.py 9${PYSITELIB}/hgext3rd/fastimport/hgechoprocessor.py
7${PYSITELIB}/hgext3rd/fastimport/hgechoprocessor.pyc 10${PYSITELIB}/hgext3rd/fastimport/hgechoprocessor.pyc
8${PYSITELIB}/hgext3rd/fastimport/hgechoprocessor.pyo 11${PYSITELIB}/hgext3rd/fastimport/hgechoprocessor.pyo
9${PYSITELIB}/hgext3rd/fastimport/hgimport.py 12${PYSITELIB}/hgext3rd/fastimport/hgimport.py
10${PYSITELIB}/hgext3rd/fastimport/hgimport.pyc 13${PYSITELIB}/hgext3rd/fastimport/hgimport.pyc
11${PYSITELIB}/hgext3rd/fastimport/hgimport.pyo 14${PYSITELIB}/hgext3rd/fastimport/hgimport.pyo
12${PYSITELIB}/hgext3rd/fastimport/vendor/python_fastimport/__init__.py 15${PYSITELIB}/hgext3rd/fastimport/vendor/python_fastimport/__init__.py
13${PYSITELIB}/hgext3rd/fastimport/vendor/python_fastimport/__init__.pyc 16${PYSITELIB}/hgext3rd/fastimport/vendor/python_fastimport/__init__.pyc
14${PYSITELIB}/hgext3rd/fastimport/vendor/python_fastimport/__init__.pyo 17${PYSITELIB}/hgext3rd/fastimport/vendor/python_fastimport/__init__.pyo
15${PYSITELIB}/hgext3rd/fastimport/vendor/python_fastimport/commands.py 18${PYSITELIB}/hgext3rd/fastimport/vendor/python_fastimport/commands.py