svn commit: r561149 - in head/science/py-kinematics: . files

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


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

Log:
  Remove py-pytest-runner from BUILD_DEPENDS

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

Modified: head/science/py-kinematics/Makefile
==============================================================================
--- head/science/py-kinematics/Makefile	Sun Jan 10 23:14:03 2021	(r561148)
+++ head/science/py-kinematics/Makefile	Sun Jan 10 23:14:07 2021	(r561149)
@@ -12,7 +12,6 @@ COMMENT=	Python module to do attitude kinematics
 
 LICENSE=	GPLv3
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR}
 RUN_DEPENDS=	${PYNUMPY}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \

Added: head/science/py-kinematics/files/patch-setup.py
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/py-kinematics/files/patch-setup.py	Sun Jan 10 23:14:07 2021	(r561149)
@@ -0,0 +1,10 @@
+--- setup.py.orig	2018-12-08 03:30:44 UTC
++++ setup.py
+@@ -88,7 +88,6 @@ setup(
+     },
+ 
+     # testing requires for pytest
+-    setup_requires=['pytest-runner'],
+ 
+     tests_require=['pytest'],
+ 


More information about the svn-ports-all mailing list