diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-10 23:14:12 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-10 23:14:12 +0000 |
commit | f8366a1fc7a688d84b723e7185ad3da74d9c4620 (patch) | |
tree | deefd33cb3e5ebfe649834c1a2aa45468be4f6e1 /science/py-libpysal | |
parent | Remove py-pytest-runner from BUILD_DEPENDS (diff) |
Remove py-pytest-runner from BUILD_DEPENDS
Diffstat (limited to 'science/py-libpysal')
-rw-r--r-- | science/py-libpysal/Makefile | 1 | ||||
-rw-r--r-- | science/py-libpysal/files/patch-setup.py | 10 |
2 files changed, 10 insertions, 1 deletions
diff --git a/science/py-libpysal/Makefile b/science/py-libpysal/Makefile index de03b9229a3c..a5136dc86063 100644 --- a/science/py-libpysal/Makefile +++ b/science/py-libpysal/Makefile @@ -13,7 +13,6 @@ COMMENT= Core components of PySAL A library of spatial analysis functions LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>=1.3,1:math/py-numpy@${PY_FLAVOR} \ diff --git a/science/py-libpysal/files/patch-setup.py b/science/py-libpysal/files/patch-setup.py new file mode 100644 index 000000000000..c8415013de9b --- /dev/null +++ b/science/py-libpysal/files/patch-setup.py @@ -0,0 +1,10 @@ +--- setup.py.orig 2020-03-29 00:21:04 UTC ++++ setup.py +@@ -74,7 +74,6 @@ def setup_package(): + license="BSD", + py_modules=["libpysal"], + packages=find_packages(), +- setup_requires=["pytest-runner"], + tests_require=["pytest"], + keywords="spatial statistics", + classifiers=[ |