summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc/py-alive-progress/Makefile5
-rw-r--r--misc/py-alive-progress/distinfo6
-rw-r--r--misc/py-alive-progress/files/patch-setup.py6
3 files changed, 8 insertions, 9 deletions
diff --git a/misc/py-alive-progress/Makefile b/misc/py-alive-progress/Makefile
index 987e389f7d80..242e71132a03 100644
--- a/misc/py-alive-progress/Makefile
+++ b/misc/py-alive-progress/Makefile
@@ -1,6 +1,5 @@
PORTNAME= alive-progress
-PORTVERSION= 3.1.5
-PORTREVISION= 1
+PORTVERSION= 3.2.0
CATEGORIES= misc
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -17,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLA
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}about-time>=4.2.1:devel/py-about-time@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}grapheme>=0.6.0<0.6.0_99:textproc/py-grapheme@${PY_FLAVOR}
-USES= python
+USES= python:3.9+
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
diff --git a/misc/py-alive-progress/distinfo b/misc/py-alive-progress/distinfo
index 1285c99e1775..a087c20cdd3d 100644
--- a/misc/py-alive-progress/distinfo
+++ b/misc/py-alive-progress/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1699774584
-SHA256 (alive-progress-3.1.5.tar.gz) = 42e399a66c8150dc507602dff7b7953f105ef11faf97ddaa6d27b1cbf45c4c98
-SIZE (alive-progress-3.1.5.tar.gz) = 111891
+TIMESTAMP = 1729994336
+SHA256 (alive-progress-3.2.0.tar.gz) = ede29d046ff454fe56b941f686f89dd9389430c4a5b7658e445cb0b80e0e4deb
+SIZE (alive-progress-3.2.0.tar.gz) = 113231
diff --git a/misc/py-alive-progress/files/patch-setup.py b/misc/py-alive-progress/files/patch-setup.py
index 2c013587ef34..7086a9125888 100644
--- a/misc/py-alive-progress/files/patch-setup.py
+++ b/misc/py-alive-progress/files/patch-setup.py
@@ -1,10 +1,10 @@
---- setup.py.orig 2022-12-22 05:23:53 UTC
+--- setup.py.orig 2024-10-26 04:20:04 UTC
+++ setup.py
-@@ -55,7 +55,6 @@ setup(
+@@ -57,7 +57,6 @@ setup(
'multi-threaded REPL alive animated visual feedback simple live efficient monitor '
'stats elapsed time throughput'.split(),
packages=find_packages(exclude=['tests*']),
- data_files=[('', ['LICENSE'])],
- python_requires='>=3.7, <4',
+ python_requires='>=3.9, <4',
install_requires=['about_time==4.2.1', 'grapheme==0.6.0'],
)