textproc/py-pyphen: Fix 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/Pyphen/blob/0.14.0/pyproject.toml#L1-L3
This commit is contained in:
parent
fe7a331272
commit
f31b1a7eb9
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING.GPL
|
|||
LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPL
|
||||
LICENSE_FILE_MPL11= ${WRKSRC}/COPYING.MPL
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit>=3.2<4:devel/py-flit@${PY_FLAVOR}
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.2<4:devel/py-flit-core@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= pep517 autoplist pytest
|
||||
|
|
Loading…
Reference in a new issue