svn commit: r561135 - in head/devel/py-prance: . files

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


Author: sunpoet
Date: Sun Jan 10 23:13:05 2021
New Revision: 561135
URL: https://svnweb.freebsd.org/changeset/ports/561135

Log:
  Remove py-pytest-runner from BUILD_DEPENDS

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

Modified: head/devel/py-prance/Makefile
==============================================================================
--- head/devel/py-prance/Makefile	Sun Jan 10 23:13:00 2021	(r561134)
+++ head/devel/py-prance/Makefile	Sun Jan 10 23:13:05 2021	(r561135)
@@ -13,7 +13,6 @@ COMMENT=	Resolving Swagger/OpenAPI 2.0 and 3.0.0 parse
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}chardet>=3.0:textproc/py-chardet@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}yaml>=5.3:devel/py-yaml@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.22:www/py-requests@${PY_FLAVOR} \

Added: head/devel/py-prance/files/patch-setup.py
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-prance/files/patch-setup.py	Sun Jan 10 23:13:05 2021	(r561135)
@@ -0,0 +1,9 @@
+--- setup.py.orig	2020-12-08 10:10:33 UTC
++++ setup.py
+@@ -98,6 +98,5 @@ if __name__ == '__main__':
+       },
+       zip_safe = True,
+       test_suite = 'tests',
+-      setup_requires = ['pytest-runner'],
+       tests_require = dev_require,
+   )


More information about the svn-ports-head mailing list