summaryrefslogtreecommitdiff
path: root/graphics/py-pandana/files/patch-setup.py
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-01-24 02:19:44 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-01-24 02:50:18 +0800
commitb24a5b230220d1266c81b2af8c50bac190d007e1 (patch)
tree4f27c4005506dafbdc441f9f5cd4c733ea9c41c1 /graphics/py-pandana/files/patch-setup.py
parentgraphics/py-cartopy: Update to 0.20.2 (diff)
graphics/py-pandana: Allow build with py-tables 3.7.0
- Bump PORTREVISION for package change
Diffstat (limited to '')
-rw-r--r--graphics/py-pandana/files/patch-setup.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/py-pandana/files/patch-setup.py b/graphics/py-pandana/files/patch-setup.py
new file mode 100644
index 000000000000..2425ffefde8c
--- /dev/null
+++ b/graphics/py-pandana/files/patch-setup.py
@@ -0,0 +1,11 @@
+--- setup.py.orig 2021-03-17 16:44:15 UTC
++++ setup.py
+@@ -151,7 +151,7 @@ setup(
+ 'requests >=2.0',
+ 'scikit-learn >=0.18',
+ 'tables >=3.1, <3.6; python_version <"3.6"',
+- 'tables >=3.1, <3.7; python_version >="3.6"'
++ 'tables >=3.1, <3.8; python_version >="3.6"'
+ ],
+ cmdclass={
+ 'test': PyTest,