Date: Sun, 10 Jan 2021 23:14:47 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r561158 - in head/www/py-flask-json: . files Message-ID: <202101102314.10ANEl6s077351@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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'] + )
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101102314.10ANEl6s077351>