aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-05 20:41:54 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-05 20:46:34 +0000
commitda4321e06c5aff93bccbafe3fe6a2f330bdf77e6 (patch)
treecc62868e54dd09f74b618985f3a4cad208683904
parentdc921d9bfd896292e497817a08eae676ef08a43a (diff)
downloadports-da4321e06c5aff93bccbafe3fe6a2f330bdf77e6.tar.gz
ports-da4321e06c5aff93bccbafe3fe6a2f330bdf77e6.zip
print/py-weasyprint: Fix BUILD_DEPENDS
- While I'm here, remove pytest-runner from BUILD_DEPENDS from pyproject.toml: [build-system] requires = ['flit_core >=3.2,<4'] build-backend = 'flit_core.buildapi' Approved by: portmgr (blanket) With hat: python Reference: https://github.com/Kozea/WeasyPrint/blob/master/pyproject.toml#L1-L3
-rw-r--r--print/py-weasyprint/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/print/py-weasyprint/Makefile b/print/py-weasyprint/Makefile
index 6a2502937f91..c2907972d82b 100644
--- a/print/py-weasyprint/Makefile
+++ b/print/py-weasyprint/Makefile
@@ -11,8 +11,7 @@ WWW= https://weasyprint.org/
LICENSE= BSD3CLAUSE
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0.1:devel/py-pytest-runner@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}flit>=3.8:devel/py-flit@${PY_FLAVOR}
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.2<4:devel/py-flit-core@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}brotli>=1.0.9:archivers/py-brotli@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cairo>=1.15.4:graphics/py-cairo@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cairocffi>=0.9.0:graphics/py-cairocffi@${PY_FLAVOR} \