svn commit: r561158 - in head/www/py-flask-json: . files

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


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

Log:
  Remove py-pytest-runner from BUILD_DEPENDS

Added:
  head/www/py-flask-json/files/
  head/www/py-flask-json/files/patch-setup.py   (contents, props changed)
Modified:
  head/www/py-flask-json/Makefile

Modified: head/www/py-flask-json/Makefile
==============================================================================
--- head/www/py-flask-json/Makefile	Sun Jan 10 23:14:42 2021	(r561157)
+++ head/www/py-flask-json/Makefile	Sun Jan 10 23:14:47 2021	(r561158)
@@ -14,7 +14,6 @@ COMMENT=	Better JSON support for Flask
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Flask>=0.10:www/py-flask@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR}

Added: head/www/py-flask-json/files/patch-setup.py
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-flask-json/files/patch-setup.py	Sun Jan 10 23:14:47 2021	(r561158)
@@ -0,0 +1,9 @@
+--- setup.py.orig	2019-08-23 17:34:24 UTC
++++ setup.py
+@@ -43,6 +43,5 @@ setup(
+         'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
+         'Topic :: Software Development :: Libraries :: Python Modules'
+     ],
+-    setup_requires=['pytest-runner'],
+     tests_require=['pytest', 'pytest-cov']
+ )


More information about the svn-ports-all mailing list