From 672ab62bc4336f85330c88c1316c103b9c6df318 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Wed, 11 Oct 2023 20:58:07 +0800 Subject: graphics/py-pandana: Allow build with py-tables 3.9.0 - Bump PORTREVISION for package change Reference: https://github.com/UDST/pandana/commit/0e82a24d11606cf49832e25caaef9a6615a58fac --- graphics/py-pandana/files/patch-setup.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'graphics/py-pandana/files/patch-setup.py') 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, -- cgit v1.2.3