pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-progressbar2 py-progressbar2: update to 4.0.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/cab07699743c
branches: trunk
changeset: 371173:cab07699743c
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Jan 05 22:26:42 2022 +0000
description:
py-progressbar2: update to 4.0.0.
Updated to Python 3.10 including type hinting
diffstat:
devel/py-progressbar2/Makefile | 12 +++++++-----
devel/py-progressbar2/distinfo | 8 ++++----
2 files changed, 11 insertions(+), 9 deletions(-)
diffs (49 lines):
diff -r d644685c401d -r cab07699743c devel/py-progressbar2/Makefile
--- a/devel/py-progressbar2/Makefile Wed Jan 05 22:23:08 2022 +0000
+++ b/devel/py-progressbar2/Makefile Wed Jan 05 22:26:42 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2022/01/04 20:53:22 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2022/01/05 22:26:42 wiz Exp $
-DISTNAME= progressbar2-3.55.0
+DISTNAME= progressbar2-4.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/progressbar2/}
@@ -11,16 +10,19 @@
COMMENT= Text progress bar library for Python
LICENSE= modified-bsd
-DEPENDS+= ${PYPKGPREFIX}-six>=0:../../lang/py-six
-DEPENDS+= ${PYPKGPREFIX}-utils>=2.3.0:../../devel/py-utils
+DEPENDS+= ${PYPKGPREFIX}-utils>=3.0.0:../../devel/py-utils
TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun>=0.3.11:../../devel/py-freezegun
TEST_DEPENDS+= ${PYPKGPREFIX}-test>=4.6.9:../../devel/py-test
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=2.6.1:../../devel/py-test-cov
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-mypy-[0-9]*:../../devel/py-test-mypy
+TEST_DEPENDS+= ${PYPKGPREFIX}-flake8-[0-9]*:../../devel/py-flake8
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-utils
+TEST_ENV+= PYTHONPATH=${WRKSRC}/build/lib
+
do-test:
${LN} -f ${WRKSRC}/examples.py ${WRKSRC}/tests/examples.py
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
diff -r d644685c401d -r cab07699743c devel/py-progressbar2/distinfo
--- a/devel/py-progressbar2/distinfo Wed Jan 05 22:23:08 2022 +0000
+++ b/devel/py-progressbar2/distinfo Wed Jan 05 22:26:42 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/11/16 19:42:31 adam Exp $
+$NetBSD: distinfo,v 1.5 2022/01/05 22:26:42 wiz Exp $
-BLAKE2s (progressbar2-3.55.0.tar.gz) = fbd53b76dbe814814db05eb1440093320d04266e904bdf5b72223254a3ead1a9
-SHA512 (progressbar2-3.55.0.tar.gz) = 16dcdffeba6e9cb6696ac41c16701874c5f314432332d7ae2d898d1040e603c428240a8ca5718789d0d431750e2ae923a6f63fe75785213e80494bcc5825aab5
-Size (progressbar2-3.55.0.tar.gz) = 371356 bytes
+BLAKE2s (progressbar2-4.0.0.tar.gz) = 960687519eba11de25a19dfb9460f455ed5c51bab54d13c64a30db6c4eff660b
+SHA512 (progressbar2-4.0.0.tar.gz) = b9b9dabb3093e42bc6f40c0e284caae2d29ebfa450db379c214a5ae39e7ccb8c690655da21a44882d0b68f24d83f55a3342671087a25ada168bce9d236685666
+Size (progressbar2-4.0.0.tar.gz) = 663046 bytes
Home |
Main Index |
Thread Index |
Old Index