Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id BDA861A923A for ; Sat, 22 Jan 2022 15:43:05 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id EE9FD84EEE; Sat, 22 Jan 2022 15:43:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 360A684E85 for ; Sat, 22 Jan 2022 15:43:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id v6bEkqiSDZZJ for ; Sat, 22 Jan 2022 15:43:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id AD33384E7C for ; Sat, 22 Jan 2022 15:43:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A83AAFB24; Sat, 22 Jan 2022 15:43:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1642866183297770" MIME-Version: 1.0 Date: Sat, 22 Jan 2022 15:43:03 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/converters/py-zhCodecs To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220122154303.A83AAFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1642866183297770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1642866183297770 Content-Disposition: inline Content-Length: 1608 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1642866183297770--