svn commit: r561145 - in head/graphics/py-cairosvg: . files

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


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

Log:
  Remove py-pytest-runner from BUILD_DEPENDS

Added:
  head/graphics/py-cairosvg/files/
  head/graphics/py-cairosvg/files/patch-setup.cfg   (contents, props changed)
Modified:
  head/graphics/py-cairosvg/Makefile

Modified: head/graphics/py-cairosvg/Makefile
==============================================================================
--- head/graphics/py-cairosvg/Makefile	Sun Jan 10 23:13:46 2021	(r561144)
+++ head/graphics/py-cairosvg/Makefile	Sun Jan 10 23:13:50 2021	(r561145)
@@ -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:graph
 		${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

Added: head/graphics/py-cairosvg/files/patch-setup.cfg
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-cairosvg/files/patch-setup.cfg	Sun Jan 10 23:13:50 2021	(r561145)
@@ -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


More information about the svn-ports-head mailing list