diff options
Diffstat (limited to 'science/py-pysal/files')
| -rw-r--r-- | science/py-pysal/files/patch-pysal-config.py | 5 | ||||
| -rw-r--r-- | science/py-pysal/files/patch-requirements.txt | 10 | ||||
| -rw-r--r-- | science/py-pysal/files/patch-setup.py | 11 |
3 files changed, 21 insertions, 5 deletions
diff --git a/science/py-pysal/files/patch-pysal-config.py b/science/py-pysal/files/patch-pysal-config.py deleted file mode 100644 index 5658aead496d..000000000000 --- a/science/py-pysal/files/patch-pysal-config.py +++ /dev/null @@ -1,5 +0,0 @@ ---- pysal/config.py.orig 2018-07-17 21:40:06 UTC -+++ pysal/config.py -@@ -1 +1 @@ --check_stable=True -+check_stable=False diff --git a/science/py-pysal/files/patch-requirements.txt b/science/py-pysal/files/patch-requirements.txt new file mode 100644 index 000000000000..cd8bfc3029c4 --- /dev/null +++ b/science/py-pysal/files/patch-requirements.txt @@ -0,0 +1,10 @@ +--- requirements.txt.orig 2020-02-07 04:10:45 UTC ++++ requirements.txt +@@ -13,5 +13,5 @@ spvcm>=0.3.0 + tobler>=0.2.0 + mapclassify>=2.2.0 + splot>=1.1.2 +-urllib3<1.25 +-python-dateutil<=2.8.0 ++urllib3 ++python-dateutil diff --git a/science/py-pysal/files/patch-setup.py b/science/py-pysal/files/patch-setup.py new file mode 100644 index 000000000000..f3120b3f7eb1 --- /dev/null +++ b/science/py-pysal/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2020-02-01 23:18:07 UTC ++++ setup.py +@@ -54,7 +54,7 @@ def setup_package(): + download_url='https://pypi.python.org/pypi/pysal', + license='BSD', + packages=find_packages(), +- python_requires='>3.6', ++ python_requires='>=3.6', + test_suite='nose.collector', + tests_require=['nose'], + keywords='spatial statistics', |
