Received: by mail.netbsd.org (Postfix, from userid 605) id 02ECC8502E; Thu, 11 Jan 2024 10:06:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 319F984E79 for ; Thu, 11 Jan 2024 10:06:44 +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 LPM-6dfQU5aG for ; Thu, 11 Jan 2024 10:06:43 +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 81AB084CD8 for ; Thu, 11 Jan 2024 10:06:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 73178FA42; Thu, 11 Jan 2024 10:06:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1704967603247030" MIME-Version: 1.0 Date: Thu, 11 Jan 2024 10:06:43 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-rlp To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240111100643.73178FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1704967603247030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Jan 11 10:06:43 UTC 2024 Modified Files: pkgsrc/devel/py-rlp: Makefile PLIST distinfo Removed Files: pkgsrc/devel/py-rlp/patches: patch-setup.py Log Message: py-rlp: updated to 4.0.0 pyrlp v4.0.0 (2023-11-29) Features repr() now returns an evaluatable string, like MyRLPObj(my_int_field=1, my_str_field="a_str") Internal Changes - for pyrlp Contributors Convert .format strings to f-strings Add autoflake linting and move config to pyproject.toml To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-rlp/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-rlp/PLIST cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-rlp/distinfo cvs rdiff -u -r1.2 -r0 pkgsrc/devel/py-rlp/patches/patch-setup.py Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1704967603247030 Content-Disposition: inline Content-Length: 3335 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-rlp/Makefile diff -u pkgsrc/devel/py-rlp/Makefile:1.15 pkgsrc/devel/py-rlp/Makefile:1.16 --- pkgsrc/devel/py-rlp/Makefile:1.15 Tue Jul 4 10:24:38 2023 +++ pkgsrc/devel/py-rlp/Makefile Thu Jan 11 10:06:43 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2023/07/04 10:24:38 adam Exp $ +# $NetBSD: Makefile,v 1.16 2024/01/11 10:06:43 adam Exp $ -DISTNAME= rlp-3.0.0 +DISTNAME= rlp-4.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=r/rlp/} @@ -10,17 +10,15 @@ HOMEPAGE= https://github.com/ethereum/py COMMENT= Package for Recursive Length Prefix encoding and decoding LICENSE= mit +TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools +TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel DEPENDS+= ${PYPKGPREFIX}-eth-utils>=2.0.0:../../finance/py-eth-utils TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=5.19.0:../../devel/py-hypothesis -TEST_DEPENDS+= ${PYPKGPREFIX}-test>=5.4.3:../../devel/py-test -TEST_DEPENDS+= ${PYPKGPREFIX}-tox>=2.9.1:../../devel/py-tox +TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist>=2.4.0:../../devel/py-test-xdist USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 -do-test: - cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests - -.include "../../lang/python/egg.mk" +.include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/py-rlp/PLIST diff -u pkgsrc/devel/py-rlp/PLIST:1.1 pkgsrc/devel/py-rlp/PLIST:1.2 --- pkgsrc/devel/py-rlp/PLIST:1.1 Tue Sep 29 00:18:53 2020 +++ pkgsrc/devel/py-rlp/PLIST Thu Jan 11 10:06:43 2024 @@ -1,10 +1,9 @@ -@comment $NetBSD: PLIST,v 1.1 2020/09/29 00:18:53 khorben Exp $ -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/not-zip-safe -${PYSITELIB}/${EGG_INFODIR}/requires.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt +@comment $NetBSD: PLIST,v 1.2 2024/01/11 10:06:43 adam Exp $ +${PYSITELIB}/${WHEEL_INFODIR}/LICENSE +${PYSITELIB}/${WHEEL_INFODIR}/METADATA +${PYSITELIB}/${WHEEL_INFODIR}/RECORD +${PYSITELIB}/${WHEEL_INFODIR}/WHEEL +${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt ${PYSITELIB}/rlp/__init__.py ${PYSITELIB}/rlp/__init__.pyc ${PYSITELIB}/rlp/__init__.pyo Index: pkgsrc/devel/py-rlp/distinfo diff -u pkgsrc/devel/py-rlp/distinfo:1.6 pkgsrc/devel/py-rlp/distinfo:1.7 --- pkgsrc/devel/py-rlp/distinfo:1.6 Tue Jul 12 07:28:27 2022 +++ pkgsrc/devel/py-rlp/distinfo Thu Jan 11 10:06:43 2024 @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.6 2022/07/12 07:28:27 adam Exp $ +$NetBSD: distinfo,v 1.7 2024/01/11 10:06:43 adam Exp $ -BLAKE2s (rlp-3.0.0.tar.gz) = ba394d4c62f6671f9ffec7a96ca5778f6fb77945214a6b24690235c9fee0ddd6 -SHA512 (rlp-3.0.0.tar.gz) = f3f9027f08137cba31e651d5b438cfb296e0697ad36bd9296ef9c2d2a8e43178172cf528cafca4b6ad90714df08f02620a0349031149b349e943282198d70ea6 -Size (rlp-3.0.0.tar.gz) = 40017 bytes -SHA1 (patch-setup.py) = 1ba58bd23c970f404370b901510a52c92a9fd678 +BLAKE2s (rlp-4.0.0.tar.gz) = cd6c2bcff600b37706a28532e22cf47754036040b5d56ec8fb252106b3e19cb1 +SHA512 (rlp-4.0.0.tar.gz) = 655b767d6a84cce27c47ec6fde21fc4625413a7f6b19992c3eee8d3b77e18ca84de343f3a4fc5eb5d33903439dc3725cef92a91fecf9655da40759930312505a +Size (rlp-4.0.0.tar.gz) = 34057 bytes --_----------=_1704967603247030--