pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-cooldict py-cooldict: convert to egg.mk
details: https://anonhg.NetBSD.org/pkgsrc/rev/6387532adaa9
branches: trunk
changeset: 371436:6387532adaa9
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Jan 10 08:57:42 2022 +0000
description:
py-cooldict: convert to egg.mk
diffstat:
devel/py-cooldict/Makefile | 7 +++++--
devel/py-cooldict/PLIST | 8 ++++++--
2 files changed, 11 insertions(+), 4 deletions(-)
diffs (37 lines):
diff -r 2c1078f3ac3b -r 6387532adaa9 devel/py-cooldict/Makefile
--- a/devel/py-cooldict/Makefile Mon Jan 10 08:56:27 2022 +0000
+++ b/devel/py-cooldict/Makefile Mon Jan 10 08:57:42 2022 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2020/09/29 02:32:13 khorben Exp $
+# $NetBSD: Makefile,v 1.2 2022/01/10 08:57:42 wiz Exp $
DISTNAME= cooldict-1.04
PKGNAME= ${PYPKGPREFIX}-cooldict-1.4
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=c/cooldict/}
@@ -10,5 +11,7 @@
COMMENT= Some useful dict-like structures
LICENSE= 2-clause-bsd
-.include "../../lang/python/distutils.mk"
+EGG_NAME= cooldict-1.4
+
+.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 2c1078f3ac3b -r 6387532adaa9 devel/py-cooldict/PLIST
--- a/devel/py-cooldict/PLIST Mon Jan 10 08:56:27 2022 +0000
+++ b/devel/py-cooldict/PLIST Mon Jan 10 08:57:42 2022 +0000
@@ -1,5 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2020/09/29 02:32:13 khorben Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.2 2022/01/10 08:57:42 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/cooldict.py
${PYSITELIB}/cooldict.pyc
${PYSITELIB}/cooldict.pyo
Home |
Main Index |
Thread Index |
Old Index