Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Nov 2025 00:06:17 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 62437b6a13ab - main - math/py-altgraph: Update to 0.17.5
Message-ID:  <692b8a79.efaf.6f488931@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=62437b6a13abd913323800f357b366dc4569842b

commit 62437b6a13abd913323800f357b366dc4569842b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-11-29 23:43:51 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-11-29 23:43:51 +0000

    math/py-altgraph: Update to 0.17.5
    
    - Convert to USE_PYTHON=pep517
    
    Changes:        https://github.com/ronaldoussoren/altgraph/blob/master/doc/changelog.rst
                    https://altgraph.readthedocs.io/en/latest/changelog.html
---
 math/py-altgraph/Makefile | 8 +++++---
 math/py-altgraph/distinfo | 6 +++---
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/math/py-altgraph/Makefile b/math/py-altgraph/Makefile
index 4a764dd24deb..fbd12f453542 100644
--- a/math/py-altgraph/Makefile
+++ b/math/py-altgraph/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	altgraph
-PORTVERSION=	0.17.4
-PORTREVISION=	1
+PORTVERSION=	0.17.5
 CATEGORIES=	math python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,8 +12,11 @@ WWW=		https://altgraph.readthedocs.io/en/latest/ \
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+
 USES=		python
-USE_PYTHON=	autoplist concurrent distutils unittest
+USE_PYTHON=	autoplist concurrent pep517 unittest
 
 NO_ARCH=	yes
 
diff --git a/math/py-altgraph/distinfo b/math/py-altgraph/distinfo
index f3a8245c8a7b..119092672f50 100644
--- a/math/py-altgraph/distinfo
+++ b/math/py-altgraph/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1696002170
-SHA256 (altgraph-0.17.4.tar.gz) = 1b5afbb98f6c4dcadb2e2ae6ab9fa994bbb8c1d75f4fa96d340f9437ae454406
-SIZE (altgraph-0.17.4.tar.gz) = 48418
+TIMESTAMP = 1763854462
+SHA256 (altgraph-0.17.5.tar.gz) = c87b395dd12fabde9c99573a9749d67da8d29ef9de0125c7f536699b4a9bc9e7
+SIZE (altgraph-0.17.5.tar.gz) = 48428


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?692b8a79.efaf.6f488931>