pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/fileobj
Module Name: pkgsrc
Committed By: wiz
Date: Mon Jan 10 08:15:33 UTC 2022
Modified Files:
pkgsrc/editors/fileobj: Makefile PLIST
Log Message:
fileobj: convert to egg.mk
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/editors/fileobj/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/editors/fileobj/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/editors/fileobj/Makefile
diff -u pkgsrc/editors/fileobj/Makefile:1.12 pkgsrc/editors/fileobj/Makefile:1.13
--- pkgsrc/editors/fileobj/Makefile:1.12 Sun Oct 10 12:54:45 2021
+++ pkgsrc/editors/fileobj/Makefile Mon Jan 10 08:15:33 2022
@@ -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 @@ post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} fileobj fileobj-${PYVERSSUFFIX} || ${TRUE}
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/editors/fileobj/PLIST
diff -u pkgsrc/editors/fileobj/PLIST:1.4 pkgsrc/editors/fileobj/PLIST:1.5
--- pkgsrc/editors/fileobj/PLIST:1.4 Sun Sep 5 16:39:35 2021
+++ pkgsrc/editors/fileobj/PLIST Mon Jan 10 08:15:33 2022
@@ -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