From 57e2ed0db645eafadd8c289d2091212ea35432b2 Mon Sep 17 00:00:00 2001 From: Wen Heping Date: Mon, 20 Feb 2023 21:43:46 +0800 Subject: math/py-networkx: Update to 3.0 --- math/py-networkx/files/patch-setup.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'math/py-networkx/files/patch-setup.py') 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, -- cgit v1.2.3