pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/py-networkx/patches
Module Name: pkgsrc
Committed By: adam
Date: Wed Sep 25 07:25:24 UTC 2019
Added Files:
pkgsrc/math/py-networkx/patches: patch-setup.py
Log Message:
py-networkx: fix building; Python 2.7 is not supported
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.3 pkgsrc/math/py-networkx/patches/patch-setup.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/math/py-networkx/patches/patch-setup.py
diff -u /dev/null pkgsrc/math/py-networkx/patches/patch-setup.py:1.3
--- /dev/null Wed Sep 25 07:25:24 2019
+++ pkgsrc/math/py-networkx/patches/patch-setup.py Wed Sep 25 07:25:24 2019
@@ -0,0 +1,14 @@
+$NetBSD: patch-setup.py,v 1.3 2019/09/25 07:25:24 adam Exp $
+
+Skip examples, as they make a conflict between Python versions.
+
+--- setup.py.orig 2019-04-09 06:14:52.000000000 +0000
++++ setup.py
+@@ -155,7 +155,6 @@ if __name__ == "__main__":
+ project_urls=release.project_urls,
+ classifiers=release.classifiers,
+ packages=packages,
+- data_files=data,
+ package_data=package_data,
+ install_requires=install_requires,
+ extras_require=extras_require,
Home |
Main Index |
Thread Index |
Old Index