pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-mulpyplexer py-mulpyplexer: convert to egg.mk
details: https://anonhg.NetBSD.org/pkgsrc/rev/572d2e6095f9
branches: trunk
changeset: 371505:572d2e6095f9
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Jan 10 18:48:23 2022 +0000
description:
py-mulpyplexer: convert to egg.mk
diffstat:
devel/py-mulpyplexer/Makefile | 7 +++++--
devel/py-mulpyplexer/PLIST | 7 +++++--
2 files changed, 10 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 7c85856ce88e -r 572d2e6095f9 devel/py-mulpyplexer/Makefile
--- a/devel/py-mulpyplexer/Makefile Mon Jan 10 18:46:54 2022 +0000
+++ b/devel/py-mulpyplexer/Makefile Mon Jan 10 18:48:23 2022 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2020/08/18 20:20:08 riastradh Exp $
+# $NetBSD: Makefile,v 1.2 2022/01/10 18:48:23 wiz Exp $
DISTNAME= mulpyplexer-0.08
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=m/mulpyplexer/}
@@ -10,5 +11,7 @@
COMMENT= Python module to multiplex interactions with lists of objects
LICENSE= 2-clause-bsd
-.include "../../lang/python/distutils.mk"
+EGG_NAME= mulpyplexer-0.8
+
+.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 7c85856ce88e -r 572d2e6095f9 devel/py-mulpyplexer/PLIST
--- a/devel/py-mulpyplexer/PLIST Mon Jan 10 18:46:54 2022 +0000
+++ b/devel/py-mulpyplexer/PLIST Mon Jan 10 18:48:23 2022 +0000
@@ -1,5 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2020/08/18 20:20:08 riastradh Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.2 2022/01/10 18:48:23 wiz Exp $
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/mulpyplexer.py
${PYSITELIB}/mulpyplexer.pyc
${PYSITELIB}/mulpyplexer.pyo
Home |
Main Index |
Thread Index |
Old Index