pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/converters/py-zhCodecs py-zhCodecs: convert to egg.mk
details: https://anonhg.NetBSD.org/pkgsrc/rev/708638949f9b
branches: trunk
changeset: 372271:708638949f9b
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Jan 22 15:43:03 2022 +0000
description:
py-zhCodecs: convert to egg.mk
diffstat:
converters/py-zhCodecs/Makefile | 10 +++++-----
converters/py-zhCodecs/PLIST | 3 ++-
2 files changed, 7 insertions(+), 6 deletions(-)
diffs (40 lines):
diff -r 183967af2bd4 -r 708638949f9b converters/py-zhCodecs/Makefile
--- a/converters/py-zhCodecs/Makefile Sat Jan 22 15:41:19 2022 +0000
+++ b/converters/py-zhCodecs/Makefile Sat Jan 22 15:43:03 2022 +0000
@@ -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 @@
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"
diff -r 183967af2bd4 -r 708638949f9b converters/py-zhCodecs/PLIST
--- a/converters/py-zhCodecs/PLIST Sat Jan 22 15:41:19 2022 +0000
+++ b/converters/py-zhCodecs/PLIST Sat Jan 22 15:43:03 2022 +0000
@@ -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