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 80A161A923A for ; Sat, 22 Jan 2022 15:44:49 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A060A84EF4; Sat, 22 Jan 2022 15:44:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D8E0884E85 for ; Sat, 22 Jan 2022 15:44:47 +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 HGM4nxXcfsIR for ; Sat, 22 Jan 2022 15:44:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5E5DC84E7C for ; Sat, 22 Jan 2022 15:44:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5954BFB24; Sat, 22 Jan 2022 15:44:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1642866287185540" MIME-Version: 1.0 Date: Sat, 22 Jan 2022 15:44:47 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/converters/py-yenc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220122154447.5954BFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1642866287185540 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:44:47 UTC 2022 Modified Files: pkgsrc/converters/py-yenc: Makefile PLIST Log Message: py-yenc: convert to egg.mk. Some cleanups while I'm here. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/converters/py-yenc/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/converters/py-yenc/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1642866287185540 Content-Disposition: inline Content-Length: 1521 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/converters/py-yenc/Makefile diff -u pkgsrc/converters/py-yenc/Makefile:1.9 pkgsrc/converters/py-yenc/Makefile:1.10 --- pkgsrc/converters/py-yenc/Makefile:1.9 Sun Jan 26 17:30:52 2020 +++ pkgsrc/converters/py-yenc/Makefile Sat Jan 22 15:44:47 2022 @@ -1,15 +1,11 @@ -# $NetBSD: Makefile,v 1.9 2020/01/26 17:30:52 rillig Exp $ - -DISTNAME= yenc-${DISTVERSION} -DISTVERSION= 0.4.0 +# $NetBSD: Makefile,v 1.10 2022/01/22 15:44:47 wiz Exp $ +DISTNAME= yenc-0.4.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -REPLACE_PYTHON= *.py -CATEGORIES= devel +PKGREVISION= 1 +CATEGORIES= converters MASTER_SITES= http://www.golug.it/pub/yenc/ -PYDISTUTILSPKG= yes - MAINTAINER= pkgsrc128@fastmail.us HOMEPAGE= https://www.golug.it/yenc.html COMMENT= Python module for yenc decoding module in C @@ -17,5 +13,5 @@ LICENSE= gnu-lgpl-v2.1 PYTHON_VERSIONS_ACCEPTED= 27 # as of 0.4.0 -.include "../../lang/python/extension.mk" +.include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/converters/py-yenc/PLIST diff -u pkgsrc/converters/py-yenc/PLIST:1.1 pkgsrc/converters/py-yenc/PLIST:1.2 --- pkgsrc/converters/py-yenc/PLIST:1.1 Sun Jan 3 21:02:29 2016 +++ pkgsrc/converters/py-yenc/PLIST Sat Jan 22 15:44:47 2022 @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.1 2016/01/03 21:02:29 bsiegert Exp $ +@comment $NetBSD: PLIST,v 1.2 2022/01/22 15:44:47 wiz Exp $ ${PYSITELIB}/_yenc.so +${PYSITELIB}/${EGG_INFODIR} ${PYSITELIB}/yenc.py ${PYSITELIB}/yenc.pyc ${PYSITELIB}/yenc.pyo --_----------=_1642866287185540--