Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Mar 2026 09:08:07 +0000
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 776a5b11fb88 - main - math/py-networkx: Update to 3.6
Message-ID:  <69bd0e77.47784.58c0683c@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by wen:

URL: https://cgit.FreeBSD.org/ports/commit/?id=776a5b11fb8845aee3517d5d58bc0cc5ef28479c

commit 776a5b11fb8845aee3517d5d58bc0cc5ef28479c
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2026-03-20 08:41:58 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2026-03-20 09:08:00 +0000

    math/py-networkx: Update to 3.6
---
 math/py-networkx/Makefile                   |  3 +--
 math/py-networkx/distinfo                   |  6 +++---
 math/py-networkx/files/patch-pyproject.toml | 21 +++++++++++++++++++++
 3 files changed, 25 insertions(+), 5 deletions(-)

diff --git a/math/py-networkx/Makefile b/math/py-networkx/Makefile
index 368f5c22ae7b..8bdb35bcaa16 100644
--- a/math/py-networkx/Makefile
+++ b/math/py-networkx/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	networkx
-DISTVERSION=	3.5
-PORTREVISION=	3
+DISTVERSION=	3.6
 PORTEPOCH=	2
 CATEGORIES=	math python
 MASTER_SITES=	PYPI
diff --git a/math/py-networkx/distinfo b/math/py-networkx/distinfo
index 75ba9bbe277d..a90f27ffadf8 100644
--- a/math/py-networkx/distinfo
+++ b/math/py-networkx/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1749718775
-SHA256 (networkx-3.5.tar.gz) = d4c6f9cf81f52d69230866796b82afbccdec3db7ae4fbd1b65ea750feed50037
-SIZE (networkx-3.5.tar.gz) = 2471065
+TIMESTAMP = 1773995222
+SHA256 (networkx-3.6.tar.gz) = 285276002ad1f7f7da0f7b42f004bcba70d381e936559166363707fdad3d72ad
+SIZE (networkx-3.6.tar.gz) = 2511464
diff --git a/math/py-networkx/files/patch-pyproject.toml b/math/py-networkx/files/patch-pyproject.toml
new file mode 100644
index 000000000000..9929f81b1aa6
--- /dev/null
+++ b/math/py-networkx/files/patch-pyproject.toml
@@ -0,0 +1,21 @@
+--- pyproject.toml.orig	2026-03-20 08:36:15 UTC
++++ pyproject.toml
+@@ -1,6 +1,6 @@ build-backend = 'setuptools.build_meta'
+ [build-system]
+ build-backend = 'setuptools.build_meta'
+-requires = ['setuptools>=77.0.3']
++requires = ['setuptools>=63']
+ 
+ [project]
+ name = 'networkx'
+@@ -17,8 +17,8 @@ keywords = [
+     'discrete mathematics',
+     'math',
+ ]
+-license = "BSD-3-Clause"
+-license-files = ["LICENSE.txt"]
++license = {text="BSD-3-Clause"}
++#license-files = ["LICENSE.txt"]
+ classifiers = [
+     'Development Status :: 5 - Production/Stable',
+     'Intended Audience :: Developers',


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69bd0e77.47784.58c0683c>