svn commit: r561150 - in head/science/py-libpysal: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 10 23:14:18 UTC 2021


Author: sunpoet
Date: Sun Jan 10 23:14:12 2021
New Revision: 561150
URL: https://svnweb.freebsd.org/changeset/ports/561150

Log:
  Remove py-pytest-runner from BUILD_DEPENDS

Added:
  head/science/py-libpysal/files/
  head/science/py-libpysal/files/patch-setup.py   (contents, props changed)
Modified:
  head/science/py-libpysal/Makefile

Modified: head/science/py-libpysal/Makefile
==============================================================================
--- head/science/py-libpysal/Makefile	Sun Jan 10 23:14:07 2021	(r561149)
+++ head/science/py-libpysal/Makefile	Sun Jan 10 23:14:12 2021	(r561150)
@@ -13,7 +13,6 @@ COMMENT=	Core components of PySAL A library of spatial
 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} \

Added: head/science/py-libpysal/files/patch-setup.py
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/py-libpysal/files/patch-setup.py	Sun Jan 10 23:14:12 2021	(r561150)
@@ -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=[


More information about the svn-ports-head mailing list