pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-cooldict



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 10 08:57:42 UTC 2022

Modified Files:
        pkgsrc/devel/py-cooldict: Makefile PLIST

Log Message:
py-cooldict: convert to egg.mk


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-cooldict/Makefile \
    pkgsrc/devel/py-cooldict/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-cooldict/Makefile
diff -u pkgsrc/devel/py-cooldict/Makefile:1.1 pkgsrc/devel/py-cooldict/Makefile:1.2
--- pkgsrc/devel/py-cooldict/Makefile:1.1       Tue Sep 29 02:32:13 2020
+++ pkgsrc/devel/py-cooldict/Makefile   Mon Jan 10 08:57:42 2022
@@ -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 @@ HOMEPAGE=     https://github.com/zardus/cool
 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"
Index: pkgsrc/devel/py-cooldict/PLIST
diff -u pkgsrc/devel/py-cooldict/PLIST:1.1 pkgsrc/devel/py-cooldict/PLIST:1.2
--- pkgsrc/devel/py-cooldict/PLIST:1.1  Tue Sep 29 02:32:13 2020
+++ pkgsrc/devel/py-cooldict/PLIST      Mon Jan 10 08:57:42 2022
@@ -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