git: b0de38db34e6 - main - devel/py-click-aliases: Fix BUILD_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 15 Nov 2024 10:18:27 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b0de38db34e695700bcf4498bd1257d1dd66cd82 commit b0de38db34e695700bcf4498bd1257d1dd66cd82 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-11-15 10:10:04 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-11-15 10:17:16 +0000 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 --- databases/py-duckdb_engine/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/databases/py-duckdb_engine/Makefile b/databases/py-duckdb_engine/Makefile index 554e464284c1..498d17177176 100644 --- a/databases/py-duckdb_engine/Makefile +++ b/databases/py-duckdb_engine/Makefile @@ -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