pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f2c48e7385f1
branches:  trunk
changeset: 371449:f2c48e7385f1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 09:12:31 2022 +0000

description:
py-iowait: convert to egg.mk

diffstat:

 devel/py-iowait/Makefile |  5 +++--
 devel/py-iowait/PLIST    |  9 ++++++---
 2 files changed, 9 insertions(+), 5 deletions(-)

diffs (35 lines):

diff -r af2118179e09 -r f2c48e7385f1 devel/py-iowait/Makefile
--- a/devel/py-iowait/Makefile  Mon Jan 10 09:11:20 2022 +0000
+++ b/devel/py-iowait/Makefile  Mon Jan 10 09:12:31 2022 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2016/06/08 17:43:28 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2022/01/10 09:12:31 wiz Exp $
 
 DISTNAME=      iowait-0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/iowait/}
 
@@ -12,5 +13,5 @@
 
 USE_LANGUAGES= # none
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r af2118179e09 -r f2c48e7385f1 devel/py-iowait/PLIST
--- a/devel/py-iowait/PLIST     Mon Jan 10 09:11:20 2022 +0000
+++ b/devel/py-iowait/PLIST     Mon Jan 10 09:12:31 2022 +0000
@@ -1,5 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2014/05/13 12:32:29 imil Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/01/10 09:12:31 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}/iowait.py
 ${PYSITELIB}/iowait.pyc
 ${PYSITELIB}/iowait.pyo
-${PYSITELIB}/${EGG_FILE}
-${PYSITELIB}/iowait.py



Home | Main Index | Thread Index | Old Index