1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

devel/py-click-aliases: Fix BUILD_DEPENDS

from pyproject.toml:
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

Approved by:	portmgr (blanket)
With hat:	python
Reference:	https://github.com/Mause/duckdb_engine/blob/v0.11.2/pyproject.toml#L55-L57
This commit is contained in:
Po-Chuan Hsieh 2024-11-15 18:10:04 +08:00
parent 13b5c317f6
commit b0de38db34
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -10,11 +10,10 @@ WWW= https://github.com/Mause/duckdb_engine
LICENSE= MIT
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}duckdb>=0.4.0:databases/py-duckdb@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sqlalchemy20>0:databases/py-sqlalchemy20@${PY_FLAVOR}
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry>0:devel/py-poetry@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517