Received: by mail.netbsd.org (Postfix, from userid 605) id E056284ECF; Thu, 4 Jan 2024 22:42:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1EEFB84E9E for ; Thu, 4 Jan 2024 22:42:53 +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 9UTv2-ZeJoEQ for ; Thu, 4 Jan 2024 22:42:52 +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 7A06984E53 for ; Thu, 4 Jan 2024 22:42:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 70962FA42; Thu, 4 Jan 2024 22:42:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1704408172283380" MIME-Version: 1.0 Date: Thu, 4 Jan 2024 22:42:52 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-progressbar2 To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240104224252.70962FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1704408172283380 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Jan 4 22:42:52 UTC 2024 Modified Files: pkgsrc/devel/py-progressbar2: Makefile PLIST distinfo Log Message: py-progressbar2: updated to 4.3.2 v4.3.2 disabling run-command until it is properly finished v4.3.1 fixed typeerror on Windows excluded docs from install added readthedocs configuration file To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-progressbar2/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-progressbar2/PLIST cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-progressbar2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1704408172283380 Content-Disposition: inline Content-Length: 3111 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-progressbar2/Makefile diff -u pkgsrc/devel/py-progressbar2/Makefile:1.10 pkgsrc/devel/py-progressbar2/Makefile:1.11 --- pkgsrc/devel/py-progressbar2/Makefile:1.10 Wed Dec 20 18:52:12 2023 +++ pkgsrc/devel/py-progressbar2/Makefile Thu Jan 4 22:42:52 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2023/12/20 18:52:12 nros Exp $ +# $NetBSD: Makefile,v 1.11 2024/01/04 22:42:52 adam Exp $ -DISTNAME= progressbar2-4.3.0 +DISTNAME= progressbar2-4.3.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/progressbar2/} @@ -24,10 +24,6 @@ USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 -post-install: - cd ${DESTDIR}${PREFIX}/bin && \ - ${MV} cli-name cli-name-${PYVERSSUFFIX} || ${TRUE} - TEST_ENV+= PYTHONPATH=${WRKSRC}/build/lib do-test: Index: pkgsrc/devel/py-progressbar2/PLIST diff -u pkgsrc/devel/py-progressbar2/PLIST:1.3 pkgsrc/devel/py-progressbar2/PLIST:1.4 --- pkgsrc/devel/py-progressbar2/PLIST:1.3 Mon Dec 18 05:48:47 2023 +++ pkgsrc/devel/py-progressbar2/PLIST Thu Jan 4 22:42:52 2024 @@ -1,20 +1,9 @@ -@comment $NetBSD: PLIST,v 1.3 2023/12/18 05:48:47 adam Exp $ -bin/cli-name-${PYVERSSUFFIX} +@comment $NetBSD: PLIST,v 1.4 2024/01/04 22:42:52 adam Exp $ ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE ${PYSITELIB}/${WHEEL_INFODIR}/METADATA ${PYSITELIB}/${WHEEL_INFODIR}/RECORD ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL -${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt -${PYSITELIB}/docs/_theme/LICENSE -${PYSITELIB}/docs/_theme/flask_theme_support.py -${PYSITELIB}/docs/_theme/flask_theme_support.pyc -${PYSITELIB}/docs/_theme/flask_theme_support.pyo -${PYSITELIB}/docs/_theme/wolph/layout.html -${PYSITELIB}/docs/_theme/wolph/relations.html -${PYSITELIB}/docs/_theme/wolph/static/flasky.css_t -${PYSITELIB}/docs/_theme/wolph/static/small_flask.css -${PYSITELIB}/docs/_theme/wolph/theme.conf ${PYSITELIB}/progressbar/__about__.py ${PYSITELIB}/progressbar/__about__.pyc ${PYSITELIB}/progressbar/__about__.pyo Index: pkgsrc/devel/py-progressbar2/distinfo diff -u pkgsrc/devel/py-progressbar2/distinfo:1.8 pkgsrc/devel/py-progressbar2/distinfo:1.9 --- pkgsrc/devel/py-progressbar2/distinfo:1.8 Mon Dec 18 05:48:47 2023 +++ pkgsrc/devel/py-progressbar2/distinfo Thu Jan 4 22:42:52 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2023/12/18 05:48:47 adam Exp $ +$NetBSD: distinfo,v 1.9 2024/01/04 22:42:52 adam Exp $ -BLAKE2s (progressbar2-4.3.0.tar.gz) = 31911a4fd16cc84ef7fb39f656f80803302d7e3faeef01d01e5c49b7984e30d9 -SHA512 (progressbar2-4.3.0.tar.gz) = 7cb5a2e474131ca96d7ab997ebb53defa63cb208faf0e6ed6da670386c6ef5da088c90efbc373f4dd9528196b7f7a29b529db52bdd9cf03e2175225e3f13b08a -Size (progressbar2-4.3.0.tar.gz) = 91964 bytes +BLAKE2s (progressbar2-4.3.2.tar.gz) = 77f7f858dcd9066bc42f666413bcbd918e274f07c0d0b4739b9a15e88e655858 +SHA512 (progressbar2-4.3.2.tar.gz) = d885a8b568149acf7a2cb5e5698f8677ee777c11a907f187c70c4ff4b52c656c40439ac8af00b652e5ddd4325721863c66b9f1a1b9a95d84f5fe081f94e4e0bf +Size (progressbar2-4.3.2.tar.gz) = 92504 bytes --_----------=_1704408172283380--