1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Remove py-pytest-runner from BUILD_DEPENDS

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2021-01-10 23:13:50 +00:00
parent 93e2622322
commit 8c21809dcf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=561145
2 changed files with 12 additions and 2 deletions

View File

@ -14,7 +14,6 @@ COMMENT= Simple SVG Converter based on Cairo
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairocffi>=0:graphics/py-cairocffi@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cssselect2>=0:textproc/py-cssselect2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}defusedxml>=0:devel/py-defusedxml@${PY_FLAVOR} \
@ -22,7 +21,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairocffi>=0:graphics/py-cairocffi@${PY_FLAV
${PYTHON_PKGNAMEPREFIX}tinycss2>=0:textproc/py-tinycss2@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-isort>=0:devel/py-pytest-isort@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-flake8>=0:devel/py-pytest-flake8@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}pytest-flake8>=0:devel/py-pytest-flake8@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils

View File

@ -0,0 +1,10 @@
--- setup.cfg.orig 2021-01-06 14:53:17 UTC
+++ setup.cfg
@@ -41,7 +41,6 @@ project_urls =
[options]
packages = cairosvg
setup_requires =
- pytest-runner
setuptools
install_requires =
cairocffi