git: da4321e06c5a - main - print/py-weasyprint: Fix BUILD_DEPENDS

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 05 Sep 2023 20:47:14 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=da4321e06c5aff93bccbafe3fe6a2f330bdf77e6

commit da4321e06c5aff93bccbafe3fe6a2f330bdf77e6
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-09-05 20:41:54 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-09-05 20:46:34 +0000

    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
---
 print/py-weasyprint/Makefile | 3 +--
 1 file changed, 1 insertion(+), 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} \