pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-progressbar2



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.

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



Home | Main Index | Thread Index | Old Index