pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/fileobj fileobj: convert to egg.mk
details: https://anonhg.NetBSD.org/pkgsrc/rev/e14f2329b351
branches: trunk
changeset: 371409:e14f2329b351
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Jan 10 08:15:33 2022 +0000
description:
fileobj: convert to egg.mk
diffstat:
editors/fileobj/Makefile | 6 +++---
editors/fileobj/PLIST | 7 +++++--
2 files changed, 8 insertions(+), 5 deletions(-)
diffs (35 lines):
diff -r 0fcb14297c41 -r e14f2329b351 editors/fileobj/Makefile
--- a/editors/fileobj/Makefile Mon Jan 10 08:14:30 2022 +0000
+++ b/editors/fileobj/Makefile Mon Jan 10 08:15:33 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2021/10/10 12:54:45 tkusumi Exp $
+# $NetBSD: Makefile,v 1.13 2022/01/10 08:15:33 wiz Exp $
DISTNAME= fileobj-0.7.106
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= editors python
MASTER_SITES= ${MASTER_SITE_GITHUB:=kusumi/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -19,5 +19,5 @@
cd ${DESTDIR}${PREFIX}/bin && \
${MV} fileobj fileobj-${PYVERSSUFFIX} || ${TRUE}
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 0fcb14297c41 -r e14f2329b351 editors/fileobj/PLIST
--- a/editors/fileobj/PLIST Mon Jan 10 08:14:30 2022 +0000
+++ b/editors/fileobj/PLIST Mon Jan 10 08:15:33 2022 +0000
@@ -1,6 +1,9 @@
-@comment $NetBSD: PLIST,v 1.4 2021/09/05 16:39:35 tkusumi Exp $
+@comment $NetBSD: PLIST,v 1.5 2022/01/10 08:15:33 wiz Exp $
bin/fileobj-${PYVERSSUFFIX}
-${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/fileobj/__init__.py
${PYSITELIB}/fileobj/__init__.pyc
${PYSITELIB}/fileobj/__init__.pyo
Home |
Main Index |
Thread Index |
Old Index