pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[.joined/pkgsrc/trunk]: .joined/pkgsrc/devel/py-hg-fastimport py-hg-fastimpor...
details: https://anonhg.NetBSD.org/.joined/pkgsrc/rev/ba9360e65d84
branches: trunk
changeset: 370913:ba9360e65d84
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Jan 01 17:32:50 2022 +0000
description:
py-hg-fastimport: convert to egg.mk
Bump PKGREVISION.
diffstat:
devel/py-hg-fastimport/Makefile | 7 +++----
devel/py-hg-fastimport/PLIST | 7 +++++--
2 files changed, 8 insertions(+), 6 deletions(-)
diffs (36 lines):
diff -r 114ee2a2796c -r ba9360e65d84 devel/py-hg-fastimport/Makefile
--- a/devel/py-hg-fastimport/Makefile Sat Jan 01 17:31:36 2022 +0000
+++ b/devel/py-hg-fastimport/Makefile Sat Jan 01 17:32:50 2022 +0000
@@ -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 @@
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"
diff -r 114ee2a2796c -r ba9360e65d84 devel/py-hg-fastimport/PLIST
--- a/devel/py-hg-fastimport/PLIST Sat Jan 01 17:31:36 2022 +0000
+++ b/devel/py-hg-fastimport/PLIST Sat Jan 01 17:32:50 2022 +0000
@@ -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