summaryrefslogtreecommitdiff
path: root/graphics/py-pandana/files/patch-setup.py
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-10-11 20:58:07 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-10-11 20:58:07 +0800
commit672ab62bc4336f85330c88c1316c103b9c6df318 (patch)
tree4732883e64f7d49c5cb31a96cb2dca1f2a81267e /graphics/py-pandana/files/patch-setup.py
parentdevel/py-ypy-websocket: Update to 0.12.4 (diff)
graphics/py-pandana: Allow build with py-tables 3.9.0
- Bump PORTREVISION for package change Reference: https://github.com/UDST/pandana/commit/0e82a24d11606cf49832e25caaef9a6615a58fac
Diffstat (limited to 'graphics/py-pandana/files/patch-setup.py')
-rw-r--r--graphics/py-pandana/files/patch-setup.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/py-pandana/files/patch-setup.py b/graphics/py-pandana/files/patch-setup.py
index 2425ffefde8c..1c91738d9cff 100644
--- a/graphics/py-pandana/files/patch-setup.py
+++ b/graphics/py-pandana/files/patch-setup.py
@@ -1,11 +1,12 @@
--- setup.py.orig 2021-03-17 16:44:15 UTC
+++ setup.py
-@@ -151,7 +151,7 @@ setup(
+@@ -150,8 +150,7 @@ setup(
+ 'pandas >=0.17',
'requests >=2.0',
'scikit-learn >=0.18',
- 'tables >=3.1, <3.6; python_version <"3.6"',
+- '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"'
++ 'tables >=3.1',
],
cmdclass={
'test': PyTest,