pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/converters/py-zhCodecs
Module Name: pkgsrc
Committed By: wiz
Date: Sat Jan 22 15:43:03 UTC 2022
Modified Files:
pkgsrc/converters/py-zhCodecs: Makefile PLIST
Log Message:
py-zhCodecs: convert to egg.mk
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/converters/py-zhCodecs/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/converters/py-zhCodecs/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/converters/py-zhCodecs/Makefile
diff -u pkgsrc/converters/py-zhCodecs/Makefile:1.28 pkgsrc/converters/py-zhCodecs/Makefile:1.29
--- pkgsrc/converters/py-zhCodecs/Makefile:1.28 Wed Apr 21 08:51:16 2021
+++ pkgsrc/converters/py-zhCodecs/Makefile Sat Jan 22 15:43:03 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.28 2021/04/21 08:51:16 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2022/01/22 15:43:03 wiz Exp $
DISTNAME= ChineseCodecs1.2.0
PKGNAME= ${PYPKGPREFIX}-zhCodecs-1.2.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= converters devel python
MASTER_SITES= # ftp://ftp.shellhung.org/pub/OpenBSD/packages/chinese/
@@ -11,12 +11,12 @@ HOMEPAGE= https://sourceforge.net/projec
COMMENT= Python Unicode codecs for Chinese charsets
WRKSRC= ${WRKDIR}/${DISTNAME}/Python
-PYDISTUTILSPKG= # defined
PYTHON_VERSIONS_ACCEPTED= 27
+EGG_NAME= ChineseCodecs-1.1.0
post-extract:
- @${CHMOD} 711 ${WRKSRC}/chinesetw
+ ${CHMOD} 711 ${WRKSRC}/chinesetw
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/converters/py-zhCodecs/PLIST
diff -u pkgsrc/converters/py-zhCodecs/PLIST:1.3 pkgsrc/converters/py-zhCodecs/PLIST:1.4
--- pkgsrc/converters/py-zhCodecs/PLIST:1.3 Sun Jun 14 17:39:10 2009
+++ pkgsrc/converters/py-zhCodecs/PLIST Sat Jan 22 15:43:03 2022
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.3 2009/06/14 17:39:10 joerg Exp $
+@comment $NetBSD: PLIST,v 1.4 2022/01/22 15:43:03 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}
${PYSITELIB}/big5_tw.py
${PYSITELIB}/big5_tw.pyc
${PYSITELIB}/big5_tw.pyo
Home |
Main Index |
Thread Index |
Old Index