Mon Jan 10 08:57:42 2022 UTC ()
py-cooldict: convert to egg.mk


(wiz)
diff -r1.1 -r1.2 pkgsrc/devel/py-cooldict/Makefile
diff -r1.1 -r1.2 pkgsrc/devel/py-cooldict/PLIST

cvs diff -r1.1 -r1.2 pkgsrc/devel/py-cooldict/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-cooldict/Makefile 2020/09/29 02:32:13 1.1
+++ pkgsrc/devel/py-cooldict/Makefile 2022/01/10 08:57:42 1.2
@@ -1,14 +1,17 @@ @@ -1,14 +1,17 @@
1# $NetBSD: Makefile,v 1.1 2020/09/29 02:32:13 khorben Exp $ 1# $NetBSD: Makefile,v 1.2 2022/01/10 08:57:42 wiz Exp $
2 2
3DISTNAME= cooldict-1.04 3DISTNAME= cooldict-1.04
4PKGNAME= ${PYPKGPREFIX}-cooldict-1.4 4PKGNAME= ${PYPKGPREFIX}-cooldict-1.4
 5PKGREVISION= 1
5CATEGORIES= devel 6CATEGORIES= devel
6MASTER_SITES= ${MASTER_SITE_PYPI:=c/cooldict/} 7MASTER_SITES= ${MASTER_SITE_PYPI:=c/cooldict/}
7 8
8MAINTAINER= khorben@defora.org 9MAINTAINER= khorben@defora.org
9HOMEPAGE= https://github.com/zardus/cooldict 10HOMEPAGE= https://github.com/zardus/cooldict
10COMMENT= Some useful dict-like structures 11COMMENT= Some useful dict-like structures
11LICENSE= 2-clause-bsd 12LICENSE= 2-clause-bsd
12 13
13.include "../../lang/python/distutils.mk" 14EGG_NAME= cooldict-1.4
 15
 16.include "../../lang/python/egg.mk"
14.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/devel/py-cooldict/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/py-cooldict/PLIST 2020/09/29 02:32:13 1.1
+++ pkgsrc/devel/py-cooldict/PLIST 2022/01/10 08:57:42 1.2
@@ -1,5 +1,9 @@ @@ -1,5 +1,9 @@
1@comment $NetBSD: PLIST,v 1.1 2020/09/29 02:32:13 khorben Exp $ 1@comment $NetBSD: PLIST,v 1.2 2022/01/10 08:57:42 wiz Exp $
2${PYSITELIB}/${EGG_FILE} 2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
 5${PYSITELIB}/${EGG_INFODIR}/requires.txt
 6${PYSITELIB}/${EGG_INFODIR}/top_level.txt
3${PYSITELIB}/cooldict.py 7${PYSITELIB}/cooldict.py
4${PYSITELIB}/cooldict.pyc 8${PYSITELIB}/cooldict.pyc
5${PYSITELIB}/cooldict.pyo 9${PYSITELIB}/cooldict.pyo