devel/py-fastprogress: update 1.0.5 → 1.1.5

This commit is contained in:
Yuri Victorovich
2026-05-09 17:41:36 -07:00
parent 8dc69c1e01
commit 4f36acea70
3 changed files with 19 additions and 5 deletions
+7 -2
View File
@@ -1,5 +1,5 @@
PORTNAME= fastprogress
DISTVERSION= 1.0.5
DISTVERSION= 1.1.5
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,8 +11,13 @@ WWW= https://github.com/fastai/fastprogress
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fastcore>=1.10.0:devel/py-fastcore@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}python-fasthtml>=0.12.34:www/py-python-fasthtml@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
USE_PYTHON= pep517 autoplist
NO_ARCH= yes
+3 -3
View File
@@ -1,3 +1,3 @@
TIMESTAMP = 1777560226
SHA256 (fastprogress-1.0.5.tar.gz) = 58ca16a981f0292804d905f2e0042ad608d788bf6cbe6ab96b71ec4b20453aef
SIZE (fastprogress-1.0.5.tar.gz) = 16385
TIMESTAMP = 1777847312
SHA256 (fastprogress-1.1.5.tar.gz) = ae6fd1ff50ed37cbdf11e5796eead440e7a95eb061d2969e1092e10b10f2a144
SIZE (fastprogress-1.1.5.tar.gz) = 15804
@@ -0,0 +1,9 @@
--- pyproject.toml.orig 2026-05-01 06:04:20 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = ["setuptools>=64"]
+requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[project]