diff --git a/devel/py-fastprogress/Makefile b/devel/py-fastprogress/Makefile index b429bbcf22e7..73b82d09aca6 100644 --- a/devel/py-fastprogress/Makefile +++ b/devel/py-fastprogress/Makefile @@ -1,19 +1,24 @@ PORTNAME= fastprogress -DISTVERSION= 1.0.5 +DISTVERSION= 1.1.5 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Nested progress with plotting options 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 .include diff --git a/devel/py-fastprogress/distinfo b/devel/py-fastprogress/distinfo index daf1e0427bd7..20a11b3be7c6 100644 --- a/devel/py-fastprogress/distinfo +++ b/devel/py-fastprogress/distinfo @@ -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 diff --git a/devel/py-fastprogress/files/patch-pyproject.toml b/devel/py-fastprogress/files/patch-pyproject.toml new file mode 100644 index 000000000000..ee6fcb8dd48c --- /dev/null +++ b/devel/py-fastprogress/files/patch-pyproject.toml @@ -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]