Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 May 2026 00:46:26 +0000
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4f36acea7002 - main - devel/py-fastprogress: update 1.0.5=?utf-8?Q? =E2=86=92 1.1?=.5
Message-ID:  <69ffd562.440ca.ace6be7@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4f36acea7002f59a67fd39144fa394f0b8f1574a

commit 4f36acea7002f59a67fd39144fa394f0b8f1574a
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-05-10 00:41:36 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-05-10 00:46:18 +0000

    devel/py-fastprogress: update 1.0.5 → 1.1.5
---
 devel/py-fastprogress/Makefile                   | 9 +++++++--
 devel/py-fastprogress/distinfo                   | 6 +++---
 devel/py-fastprogress/files/patch-pyproject.toml | 9 +++++++++
 3 files changed, 19 insertions(+), 5 deletions(-)

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,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
 
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]


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69ffd562.440ca.ace6be7>