summaryrefslogtreecommitdiff
path: root/math/py-networkx/files/patch-setup.py
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2023-02-20 21:43:46 +0800
committerWen Heping <wen@FreeBSD.org>2023-02-20 21:46:35 +0800
commit57e2ed0db645eafadd8c289d2091212ea35432b2 (patch)
tree655a790c4a4d6ad6fba27dccba432205e8c94411 /math/py-networkx/files/patch-setup.py
parentjava/openjdk8: commit forgotten patch (diff)
math/py-networkx: Update to 3.0
Diffstat (limited to 'math/py-networkx/files/patch-setup.py')
-rw-r--r--math/py-networkx/files/patch-setup.py12
1 files changed, 6 insertions, 6 deletions
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,