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 198C21A9239 for ; Sun, 2 Jan 2022 11:29:54 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 18B5384EE4; Sun, 2 Jan 2022 11:29:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4B2D284EC4 for ; Sun, 2 Jan 2022 11:29:52 +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 fHGXMaFvXNsS for ; Sun, 2 Jan 2022 11:29:51 +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 8C64984CEF for ; Sun, 2 Jan 2022 11:29:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 80171FAEC; Sun, 2 Jan 2022 11:29:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164112299198460" MIME-Version: 1.0 Date: Sun, 2 Jan 2022 11:29:51 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/www/py-curl To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20220102112951.80171FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164112299198460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sun Jan 2 11:29:51 UTC 2022 Modified Files: pkgsrc/www/py-curl: Makefile PLIST Log Message: py-curl: Use egg.mk to fix packaging Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 pkgsrc/www/py-curl/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/py-curl/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_164112299198460 Content-Disposition: inline Content-Length: 1306 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-curl/Makefile diff -u pkgsrc/www/py-curl/Makefile:1.77 pkgsrc/www/py-curl/Makefile:1.78 --- pkgsrc/www/py-curl/Makefile:1.77 Wed Dec 8 16:06:59 2021 +++ pkgsrc/www/py-curl/Makefile Sun Jan 2 11:29:51 2022 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.77 2021/12/08 16:06:59 adam Exp $ +# $NetBSD: Makefile,v 1.78 2022/01/02 11:29:51 ryoon Exp $ DISTNAME= pycurl-7.44.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pycurl/} Index: pkgsrc/www/py-curl/PLIST diff -u pkgsrc/www/py-curl/PLIST:1.17 pkgsrc/www/py-curl/PLIST:1.18 --- pkgsrc/www/py-curl/PLIST:1.17 Wed Aug 25 09:01:07 2021 +++ pkgsrc/www/py-curl/PLIST Sun Jan 2 11:29:51 2022 @@ -1,8 +1,11 @@ -@comment $NetBSD: PLIST,v 1.17 2021/08/25 09:01:07 adam Exp $ -${PYSITELIB}/${EGG_FILE} +@comment $NetBSD: PLIST,v 1.18 2022/01/02 11:29:51 ryoon Exp $ ${PYSITELIB}/curl/__init__.py ${PYSITELIB}/curl/__init__.pyc ${PYSITELIB}/curl/__init__.pyo +${PYSITELIB}/${EGG_FILE}/PKG-INFO +${PYSITELIB}/${EGG_FILE}/SOURCES.txt +${PYSITELIB}/${EGG_FILE}/dependency_links.txt +${PYSITELIB}/${EGG_FILE}/top_level.txt ${PYSITELIB}/pycurl.so share/doc/pycurl${PYVERSSUFFIX}/AUTHORS share/doc/pycurl${PYVERSSUFFIX}/COPYING-LGPL --_----------=_164112299198460--