pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-hg-fastimport



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jan  1 17:32:50 UTC 2022

Modified Files:
        pkgsrc/devel/py-hg-fastimport: Makefile PLIST

Log Message:
py-hg-fastimport: convert to egg.mk

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-hg-fastimport/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-hg-fastimport/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-hg-fastimport/Makefile
diff -u pkgsrc/devel/py-hg-fastimport/Makefile:1.15 pkgsrc/devel/py-hg-fastimport/Makefile:1.16
--- pkgsrc/devel/py-hg-fastimport/Makefile:1.15 Mon Feb 15 14:39:15 2021
+++ pkgsrc/devel/py-hg-fastimport/Makefile      Sat Jan  1 17:32:50 2022
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2021/02/15 14:39:15 roy Exp $
+# $NetBSD: Makefile,v 1.16 2022/01/01 17:32:50 wiz Exp $
 
 DISTNAME=      hg-fastimport-0.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  https://roy.marples.name/downloads/hg-fastimport/
 EXTRACT_SUFX=  .tar.xz
@@ -13,7 +14,5 @@ LICENSE=      gnu-gpl-v2
 
 DEPENDS+=      ${PYPKGPREFIX}-mercurial>=5.1:../../devel/py-mercurial
 
-PY_PATCHPLIST=                 yes
-
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-hg-fastimport/PLIST
diff -u pkgsrc/devel/py-hg-fastimport/PLIST:1.3 pkgsrc/devel/py-hg-fastimport/PLIST:1.4
--- pkgsrc/devel/py-hg-fastimport/PLIST:1.3     Mon Feb 15 14:39:15 2021
+++ pkgsrc/devel/py-hg-fastimport/PLIST Sat Jan  1 17:32:50 2022
@@ -1,5 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2021/02/15 14:39:15 roy Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.4 2022/01/01 17:32:50 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/hgext3rd/fastimport/__init__.py
 ${PYSITELIB}/hgext3rd/fastimport/__init__.pyc
 ${PYSITELIB}/hgext3rd/fastimport/__init__.pyo



Home | Main Index | Thread Index | Old Index