Received: by mail.netbsd.org (Postfix, from userid 605) id ECAB284D88; Wed, 9 Sep 2020 08:16:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7349884D87 for ; Wed, 9 Sep 2020 08:16:32 +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 HbtOxA-xMPsC for ; Wed, 9 Sep 2020 08:16:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C005A84D55 for ; Wed, 9 Sep 2020 08:16:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B92EBFB28; Wed, 9 Sep 2020 08:16:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1599639391264840" MIME-Version: 1.0 Date: Wed, 9 Sep 2020 08:16:31 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/www/py-curl To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20200909081631.B92EBFB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1599639391264840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Wed Sep 9 08:16:31 UTC 2020 Modified Files: pkgsrc/www/py-curl: Makefile PLIST Log Message: py-curl: Re-adjust PLIST after py-setuptools-50.2.0 update PKGREVISION++ Noticed by , thanks! To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 pkgsrc/www/py-curl/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/py-curl/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1599639391264840 Content-Disposition: inline Content-Length: 1381 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.72 pkgsrc/www/py-curl/Makefile:1.73 --- pkgsrc/www/py-curl/Makefile:1.72 Thu Sep 3 11:32:57 2020 +++ pkgsrc/www/py-curl/Makefile Wed Sep 9 08:16:31 2020 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.72 2020/09/03 11:32:57 leot Exp $ +# $NetBSD: Makefile,v 1.73 2020/09/09 08:16:31 leot Exp $ DISTNAME= pycurl-7.43.0.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} +PKGREVISION= 1 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pycurl/} Index: pkgsrc/www/py-curl/PLIST diff -u pkgsrc/www/py-curl/PLIST:1.15 pkgsrc/www/py-curl/PLIST:1.16 --- pkgsrc/www/py-curl/PLIST:1.15 Thu Sep 3 11:32:57 2020 +++ pkgsrc/www/py-curl/PLIST Wed Sep 9 08:16:31 2020 @@ -1,12 +1,8 @@ -@comment $NetBSD: PLIST,v 1.15 2020/09/03 11:32:57 leot Exp $ +@comment $NetBSD: PLIST,v 1.16 2020/09/09 08:16:31 leot Exp $ ${PYSITELIB}/curl/__init__.py ${PYSITELIB}/curl/__init__.pyc ${PYSITELIB}/curl/__init__.pyo -${PLIST.py2x}${PYSITELIB}/${EGG_FILE} -${PLIST.py3x}${PYSITELIB}/${EGG_FILE}/PKG-INFO -${PLIST.py3x}${PYSITELIB}/${EGG_FILE}/SOURCES.txt -${PLIST.py3x}${PYSITELIB}/${EGG_FILE}/dependency_links.txt -${PLIST.py3x}${PYSITELIB}/${EGG_FILE}/top_level.txt +${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/pycurl.so share/doc/pycurl${PYVERSSUFFIX}/AUTHORS share/doc/pycurl${PYVERSSUFFIX}/COPYING-LGPL --_----------=_1599639391264840--