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 51D081A9239 for ; Mon, 10 Jan 2022 19:44:50 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 73FB084E7B; Mon, 10 Jan 2022 19:44:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id ADFCA84E6D for ; Mon, 10 Jan 2022 19:44:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id sqgbItbG9wOm for ; Mon, 10 Jan 2022 19:44:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 035F084D91 for ; Mon, 10 Jan 2022 19:44:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 01316FB24; Mon, 10 Jan 2022 19:44:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1641843887136250" MIME-Version: 1.0 Date: Mon, 10 Jan 2022 19:44:47 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/inputmethod/py-zinnia To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220110194448.01316FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1641843887136250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Jan 10 19:44:47 UTC 2022 Modified Files: pkgsrc/inputmethod/py-zinnia: Makefile PLIST Log Message: py-zinnia: convert to egg.mk To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/inputmethod/py-zinnia/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/inputmethod/py-zinnia/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1641843887136250 Content-Disposition: inline Content-Length: 1336 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/inputmethod/py-zinnia/Makefile diff -u pkgsrc/inputmethod/py-zinnia/Makefile:1.12 pkgsrc/inputmethod/py-zinnia/Makefile:1.13 --- pkgsrc/inputmethod/py-zinnia/Makefile:1.12 Mon Sep 2 13:19:44 2019 +++ pkgsrc/inputmethod/py-zinnia/Makefile Mon Jan 10 19:44:47 2022 @@ -1,5 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2019/09/02 13:19:44 adam Exp $ +# $NetBSD: Makefile,v 1.13 2022/01/10 19:44:47 wiz Exp $ +PKGREVISION= 1 .include "../../inputmethod/zinnia/Makefile.common" PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -17,5 +18,5 @@ EGG_NAME= zinnia_python-0.0.0 BUILDLINK_API_DEPENDS.zinnia+= zinnia>=${PKGVERSION_NOREV} .include "../../inputmethod/zinnia/buildlink3.mk" -.include "../../lang/python/distutils.mk" +.include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/inputmethod/py-zinnia/PLIST diff -u pkgsrc/inputmethod/py-zinnia/PLIST:1.3 pkgsrc/inputmethod/py-zinnia/PLIST:1.4 --- pkgsrc/inputmethod/py-zinnia/PLIST:1.3 Sun Apr 8 20:21:49 2012 +++ pkgsrc/inputmethod/py-zinnia/PLIST Mon Jan 10 19:44:47 2022 @@ -1,6 +1,5 @@ -@comment $NetBSD: PLIST,v 1.3 2012/04/08 20:21:49 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2022/01/10 19:44:47 wiz Exp $ ${PYSITELIB}/_zinnia.so ${PYSITELIB}/zinnia.py ${PYSITELIB}/zinnia.pyc ${PYSITELIB}/zinnia.pyo -${PYSITELIB}/${EGG_FILE} --_----------=_1641843887136250--