Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 Jun 2026 06:28:30 +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: 8ef8c7c0b0cd - main - devel/py-fastnumbers: update 5=?utf-8?Q?=2E1.0 =E2=86=92?= 5.1.1
Message-ID:  <6a26610e.3af79.51bda983@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=8ef8c7c0b0cd156b7fb86ef4150da58badb51bf9

commit 8ef8c7c0b0cd156b7fb86ef4150da58badb51bf9
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-06-08 02:03:26 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-06-08 06:28:12 +0000

    devel/py-fastnumbers: update 5.1.0 → 5.1.1
---
 devel/py-fastnumbers/Makefile                   |  5 ++++-
 devel/py-fastnumbers/distinfo                   |  6 +++---
 devel/py-fastnumbers/files/patch-pyproject.toml | 11 +++++++++++
 3 files changed, 18 insertions(+), 4 deletions(-)

diff --git a/devel/py-fastnumbers/Makefile b/devel/py-fastnumbers/Makefile
index 27acb883709d..e27aa650f971 100644
--- a/devel/py-fastnumbers/Makefile
+++ b/devel/py-fastnumbers/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	fastnumbers
-DISTVERSION=	5.1.0
+DISTVERSION=	5.1.1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,6 +12,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PY_SETUPTOOLS} \
+		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=7.0:devel/py-setuptools-scm@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis@${PY_FLAVOR}
 
@@ -23,4 +24,6 @@ TEST_ENV=	${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/fastnumbers/fastnumbers*.so
 
+# tests as of 5.1.1: 1845 passed, 1 skipped in 12.23s
+
 .include <bsd.port.mk>
diff --git a/devel/py-fastnumbers/distinfo b/devel/py-fastnumbers/distinfo
index 15a814ef3119..e9c40b9b851c 100644
--- a/devel/py-fastnumbers/distinfo
+++ b/devel/py-fastnumbers/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1703361816
-SHA256 (fastnumbers-5.1.0.tar.gz) = e092d33f8b95c3171a2fb34e579efe0c54b0290dd7f96ffaa2762437601d90a7
-SIZE (fastnumbers-5.1.0.tar.gz) = 191358
+TIMESTAMP = 1780882921
+SHA256 (fastnumbers-5.1.1.tar.gz) = 183fa021cdc052edaeede5c23e3086461deb7562b567614edf71b29515f5fa4b
+SIZE (fastnumbers-5.1.1.tar.gz) = 193827
diff --git a/devel/py-fastnumbers/files/patch-pyproject.toml b/devel/py-fastnumbers/files/patch-pyproject.toml
new file mode 100644
index 000000000000..e589b3ba5805
--- /dev/null
+++ b/devel/py-fastnumbers/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
+-- Relax setuptools requirement for older setuptools compatibility.
+
+--- pyproject.toml.orig	2024-12-15 06:48:07 UTC
++++ pyproject.toml
+@@ -1,5 +1,5 @@
+ [build-system]
+-requires = ["setuptools>=64", "setuptools-scm>=8.0"]
++requires = ["setuptools", "setuptools-scm>=8.0"]
+ 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?6a26610e.3af79.51bda983>