Received: by mail.netbsd.org (Postfix, from userid 605) id 8A4BE84F97; Wed, 20 Jul 2022 08:33:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C2FB784F2F for ; Wed, 20 Jul 2022 08:33:12 +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 aHNPFWnz83Xw for ; Wed, 20 Jul 2022 08:33:12 +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 1AD1784D37 for ; Wed, 20 Jul 2022 08:33:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 149C9FB1A; Wed, 20 Jul 2022 08:33:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165830599263190" MIME-Version: 1.0 Date: Wed, 20 Jul 2022 08:33:12 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-requirements-parser To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220720083312.149C9FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165830599263190 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Jul 20 08:33:12 UTC 2022 Modified Files: pkgsrc/devel/py-requirements-parser: Makefile PLIST distinfo Log Message: py-requirements-parser: updated to 0.5.0 v0.5.0 (2022-01-20) Feature Support all documented options in requirements files v0.4.0 (2022-01-18) Feature Library is now typed according to PEP561 (0e1bb6a) v0.3.1 (2021-12-17) Fix Readthedocs config (ac1e7fb) v0.3.0 (2021-12-17) Feature Added some typing (169ff6e) Removed Python 2 code (82f9473) Fix Removed version from init To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-requirements-parser/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-requirements-parser/PLIST \ pkgsrc/devel/py-requirements-parser/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165830599263190 Content-Disposition: inline Content-Length: 3574 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-requirements-parser/Makefile diff -u pkgsrc/devel/py-requirements-parser/Makefile:1.2 pkgsrc/devel/py-requirements-parser/Makefile:1.3 --- pkgsrc/devel/py-requirements-parser/Makefile:1.2 Tue Jan 4 20:53:36 2022 +++ pkgsrc/devel/py-requirements-parser/Makefile Wed Jul 20 08:33:11 2022 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2022/01/04 20:53:36 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2022/07/20 08:33:11 adam Exp $ -DISTNAME= requirements-parser-0.2.0 +DISTNAME= requirements-parser-0.5.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=r/requirements-parser/} @@ -11,7 +10,11 @@ HOMEPAGE= https://github.com/davidfische COMMENT= Parses Pip requirement files LICENSE= 2-clause-bsd -TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose +DEPENDS+= ${PYPKGPREFIX}-types-setuptools>=57.0.0:../../devel/py-types-setuptools + +USE_LANGUAGES= # none + +PYTHON_VERSIONS_INCOMPATIBLE= 27 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/py-requirements-parser/PLIST diff -u pkgsrc/devel/py-requirements-parser/PLIST:1.1 pkgsrc/devel/py-requirements-parser/PLIST:1.2 --- pkgsrc/devel/py-requirements-parser/PLIST:1.1 Tue Dec 7 18:03:07 2021 +++ pkgsrc/devel/py-requirements-parser/PLIST Wed Jul 20 08:33:11 2022 @@ -1,4 +1,9 @@ -@comment $NetBSD: PLIST,v 1.1 2021/12/07 18:03:07 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2022/07/20 08:33:11 adam Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/requirements/__init__.py ${PYSITELIB}/requirements/__init__.pyc ${PYSITELIB}/requirements/__init__.pyo @@ -8,13 +13,10 @@ ${PYSITELIB}/requirements/fragment.pyo ${PYSITELIB}/requirements/parser.py ${PYSITELIB}/requirements/parser.pyc ${PYSITELIB}/requirements/parser.pyo +${PYSITELIB}/requirements/py.typed ${PYSITELIB}/requirements/requirement.py ${PYSITELIB}/requirements/requirement.pyc ${PYSITELIB}/requirements/requirement.pyo ${PYSITELIB}/requirements/vcs.py ${PYSITELIB}/requirements/vcs.pyc ${PYSITELIB}/requirements/vcs.pyo -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt Index: pkgsrc/devel/py-requirements-parser/distinfo diff -u pkgsrc/devel/py-requirements-parser/distinfo:1.1 pkgsrc/devel/py-requirements-parser/distinfo:1.2 --- pkgsrc/devel/py-requirements-parser/distinfo:1.1 Tue Dec 7 18:03:07 2021 +++ pkgsrc/devel/py-requirements-parser/distinfo Wed Jul 20 08:33:11 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2021/12/07 18:03:07 wiz Exp $ +$NetBSD: distinfo,v 1.2 2022/07/20 08:33:11 adam Exp $ -BLAKE2s (requirements-parser-0.2.0.tar.gz) = 1cc80db095483c64f42b8a583eb3f225396e4355a6126b51b2827234af77cf06 -SHA512 (requirements-parser-0.2.0.tar.gz) = 3275df037428c2e5884f75b0921835608e4c56705d4d7230ce6f7599e3752adfbc55f8deb4c3e11ab73680f5ad8de9f12e1e9827c494023ff1944a134c90a652 -Size (requirements-parser-0.2.0.tar.gz) = 6269 bytes +BLAKE2s (requirements-parser-0.5.0.tar.gz) = 76b320f1e0fcaa49eeb4816ad6c4410b9071297658b9ffb82d3643e6a1d4d2e4 +SHA512 (requirements-parser-0.5.0.tar.gz) = a3bed4f26efb738cf09933770d11ccbe0c2d2b64936865979a8071b3478f26fb6f9780459d316eb5aa907eecf089b0e92fb1bb945b108b9ef71fee74b564a763 +Size (requirements-parser-0.5.0.tar.gz) = 11523 bytes --_----------=_165830599263190--