aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2023-02-20 13:43:46 +0000
committerWen Heping <wen@FreeBSD.org>2023-02-20 13:46:35 +0000
commit57e2ed0db645eafadd8c289d2091212ea35432b2 (patch)
tree655a790c4a4d6ad6fba27dccba432205e8c94411
parent27753529c1e5df3acbe6a4058b90295a2bb7d15d (diff)
downloadports-57e2ed0db645eafadd8c289d2091212ea35432b2.tar.gz
ports-57e2ed0db645eafadd8c289d2091212ea35432b2.zip
math/py-networkx: Update to 3.0
-rw-r--r--math/py-networkx/Makefile2
-rw-r--r--math/py-networkx/distinfo6
-rw-r--r--math/py-networkx/files/patch-setup.py12
3 files changed, 10 insertions, 10 deletions
diff --git a/math/py-networkx/Makefile b/math/py-networkx/Makefile
index ba441754a0fa..8da52b089fce 100644
--- a/math/py-networkx/Makefile
+++ b/math/py-networkx/Makefile
@@ -1,5 +1,5 @@
PORTNAME= networkx
-DISTVERSION= 2.8.8
+DISTVERSION= 3.0
PORTEPOCH= 1
CATEGORIES= math python
MASTER_SITES= PYPI
diff --git a/math/py-networkx/distinfo b/math/py-networkx/distinfo
index b3d6dce6780a..fcd55f26ca3f 100644
--- a/math/py-networkx/distinfo
+++ b/math/py-networkx/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1667943952
-SHA256 (networkx-2.8.8.tar.gz) = 230d388117af870fce5647a3c52401fcf753e94720e6ea6b4197a5355648885e
-SIZE (networkx-2.8.8.tar.gz) = 1960828
+TIMESTAMP = 1676889633
+SHA256 (networkx-3.0.tar.gz) = 9a9992345353618ae98339c2b63d8201c381c2944f38a2ab49cb45a4c667e412
+SIZE (networkx-3.0.tar.gz) = 1987075
diff --git a/math/py-networkx/files/patch-setup.py b/math/py-networkx/files/patch-setup.py
index 0837b32a446a..1d28af3e2856 100644
--- a/math/py-networkx/files/patch-setup.py
+++ b/math/py-networkx/files/patch-setup.py
@@ -1,6 +1,6 @@
---- setup.py.orig 2021-02-15 16:30:03 UTC
+--- setup.py.orig 2023-02-20 13:03:51 UTC
+++ setup.py
-@@ -64,36 +64,6 @@ packages = [
+@@ -92,36 +92,6 @@ packages = [
"networkx.utils",
]
@@ -34,12 +34,12 @@
-pp = os.path.join("examples", "javascript/force")
-data.append((dd, glob(os.path.join(pp, "*"))))
-
- # add the tests
+ # add the tests subpackage(s)
package_data = {
"networkx": ["tests/*.py"],
-@@ -169,7 +139,6 @@ if __name__ == "__main__":
- project_urls=release.project_urls,
- classifiers=release.classifiers,
+@@ -185,7 +155,6 @@ if __name__ == "__main__":
+ project_urls=project_urls,
+ classifiers=classifiers,
packages=packages,
- data_files=data,
package_data=package_data,