Sat Jan 22 15:43:03 2022 UTC ()
py-zhCodecs: convert to egg.mk


(wiz)
diff -r1.28 -r1.29 pkgsrc/converters/py-zhCodecs/Makefile
diff -r1.3 -r1.4 pkgsrc/converters/py-zhCodecs/PLIST

cvs diff -r1.28 -r1.29 pkgsrc/converters/py-zhCodecs/Makefile (expand / switch to unified diff)

--- pkgsrc/converters/py-zhCodecs/Makefile 2021/04/21 08:51:16 1.28
+++ pkgsrc/converters/py-zhCodecs/Makefile 2022/01/22 15:43:03 1.29
@@ -1,22 +1,22 @@ @@ -1,22 +1,22 @@
1# $NetBSD: Makefile,v 1.28 2021/04/21 08:51:16 wiz Exp $ 1# $NetBSD: Makefile,v 1.29 2022/01/22 15:43:03 wiz Exp $
2 2
3DISTNAME= ChineseCodecs1.2.0 3DISTNAME= ChineseCodecs1.2.0
4PKGNAME= ${PYPKGPREFIX}-zhCodecs-1.2.0 4PKGNAME= ${PYPKGPREFIX}-zhCodecs-1.2.0
5PKGREVISION= 1 5PKGREVISION= 2
6CATEGORIES= converters devel python 6CATEGORIES= converters devel python
7MASTER_SITES= # ftp://ftp.shellhung.org/pub/OpenBSD/packages/chinese/ 7MASTER_SITES= # ftp://ftp.shellhung.org/pub/OpenBSD/packages/chinese/
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://sourceforge.net/projects/python-codecs/ 10HOMEPAGE= https://sourceforge.net/projects/python-codecs/
11COMMENT= Python Unicode codecs for Chinese charsets 11COMMENT= Python Unicode codecs for Chinese charsets
12 12
13WRKSRC= ${WRKDIR}/${DISTNAME}/Python 13WRKSRC= ${WRKDIR}/${DISTNAME}/Python
14PYDISTUTILSPKG= # defined 
15 14
16PYTHON_VERSIONS_ACCEPTED= 27 15PYTHON_VERSIONS_ACCEPTED= 27
 16EGG_NAME= ChineseCodecs-1.1.0
17 17
18post-extract: 18post-extract:
19 @${CHMOD} 711 ${WRKSRC}/chinesetw 19 ${CHMOD} 711 ${WRKSRC}/chinesetw
20 20
21.include "../../lang/python/extension.mk" 21.include "../../lang/python/egg.mk"
22.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/converters/py-zhCodecs/PLIST (expand / switch to unified diff)

--- pkgsrc/converters/py-zhCodecs/PLIST 2009/06/14 17:39:10 1.3
+++ pkgsrc/converters/py-zhCodecs/PLIST 2022/01/22 15:43:03 1.4
@@ -1,14 +1,15 @@ @@ -1,14 +1,15 @@
1@comment $NetBSD: PLIST,v 1.3 2009/06/14 17:39:10 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.4 2022/01/22 15:43:03 wiz Exp $
 2${PYSITELIB}/${EGG_INFODIR}
2${PYSITELIB}/big5_tw.py 3${PYSITELIB}/big5_tw.py
3${PYSITELIB}/big5_tw.pyc 4${PYSITELIB}/big5_tw.pyc
4${PYSITELIB}/big5_tw.pyo 5${PYSITELIB}/big5_tw.pyo
5${PYSITELIB}/chinesecn/__init__.py 6${PYSITELIB}/chinesecn/__init__.py
6${PYSITELIB}/chinesecn/__init__.pyc 7${PYSITELIB}/chinesecn/__init__.pyc
7${PYSITELIB}/chinesecn/__init__.pyo 8${PYSITELIB}/chinesecn/__init__.pyo
8${PYSITELIB}/chinesecn/euc_gb23122utf.py 9${PYSITELIB}/chinesecn/euc_gb23122utf.py
9${PYSITELIB}/chinesecn/euc_gb23122utf.pyc 10${PYSITELIB}/chinesecn/euc_gb23122utf.pyc
10${PYSITELIB}/chinesecn/euc_gb23122utf.pyo 11${PYSITELIB}/chinesecn/euc_gb23122utf.pyo
11${PYSITELIB}/chinesecn/utf2euc_gb2312.py 12${PYSITELIB}/chinesecn/utf2euc_gb2312.py
12${PYSITELIB}/chinesecn/utf2euc_gb2312.pyc 13${PYSITELIB}/chinesecn/utf2euc_gb2312.pyc
13${PYSITELIB}/chinesecn/utf2euc_gb2312.pyo 14${PYSITELIB}/chinesecn/utf2euc_gb2312.pyo
14${PYSITELIB}/chinesetw/__init__.py 15${PYSITELIB}/chinesetw/__init__.py