pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-filechunkio py-filechunkio: convert to egg.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/580b9daf4ef0
branches:  trunk
changeset: 371444:580b9daf4ef0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 09:08:13 2022 +0000

description:
py-filechunkio: convert to egg.mk

diffstat:

 devel/py-filechunkio/Makefile |  5 +++--
 devel/py-filechunkio/PLIST    |  7 +++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r 40ffab40e2b0 -r 580b9daf4ef0 devel/py-filechunkio/Makefile
--- a/devel/py-filechunkio/Makefile     Mon Jan 10 09:07:17 2022 +0000
+++ b/devel/py-filechunkio/Makefile     Mon Jan 10 09:08:13 2022 +0000
@@ -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 @@
 
 USE_LANGUAGES= # none
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 40ffab40e2b0 -r 580b9daf4ef0 devel/py-filechunkio/PLIST
--- a/devel/py-filechunkio/PLIST        Mon Jan 10 09:07:17 2022 +0000
+++ b/devel/py-filechunkio/PLIST        Mon Jan 10 09:08:13 2022 +0000
@@ -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