pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-filechunkio
Module Name: pkgsrc
Committed By: wiz
Date: Mon Jan 10 09:08:13 UTC 2022
Modified Files:
pkgsrc/devel/py-filechunkio: Makefile PLIST
Log Message:
py-filechunkio: convert to egg.mk
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-filechunkio/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-filechunkio/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-filechunkio/Makefile
diff -u pkgsrc/devel/py-filechunkio/Makefile:1.7 pkgsrc/devel/py-filechunkio/Makefile:1.8
--- pkgsrc/devel/py-filechunkio/Makefile:1.7 Thu May 18 06:53:48 2017
+++ pkgsrc/devel/py-filechunkio/Makefile Mon Jan 10 09:08:13 2022
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2017/05/18 06:53:48 adam Exp $
+# $NetBSD: Makefile,v 1.8 2022/01/10 09:08:13 wiz Exp $
DISTNAME= filechunkio-1.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=f/filechunkio/}
@@ -12,5 +13,5 @@ LICENSE= mit
USE_LANGUAGES= # none
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-filechunkio/PLIST
diff -u pkgsrc/devel/py-filechunkio/PLIST:1.2 pkgsrc/devel/py-filechunkio/PLIST:1.3
--- pkgsrc/devel/py-filechunkio/PLIST:1.2 Sun Nov 11 21:28:04 2012
+++ pkgsrc/devel/py-filechunkio/PLIST Mon Jan 10 09:08:13 2022
@@ -1,5 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2012/11/11 21:28:04 jakllsch Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.3 2022/01/10 09:08:13 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}/filechunkio/__init__.py
${PYSITELIB}/filechunkio/__init__.pyc
${PYSITELIB}/filechunkio/__init__.pyo
Home |
Main Index |
Thread Index |
Old Index