git: 2a797e3b03e3 - main - databases/py-dbt-duckdb: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 15 Sep 2024 20:25:20 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2a797e3b03e3fab28e9c6720cfa5892438c2e7e7 commit 2a797e3b03e3fab28e9c6720cfa5892438c2e7e7 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-09-15 19:52:52 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-09-15 20:11:52 +0000 databases/py-dbt-duckdb: Add NO_ARCH Approved by: portmgr (blanket) --- databases/py-dbt-duckdb/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/databases/py-dbt-duckdb/Makefile b/databases/py-dbt-duckdb/Makefile index 87fe038138b6..74bdd69e6873 100644 --- a/databases/py-dbt-duckdb/Makefile +++ b/databases/py-dbt-duckdb/Makefile @@ -16,6 +16,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbt-core>=1.7.0<2:databases/py-dbt-core@${PY USES= python USE_PYTHON= autoplist concurrent distutils +NO_ARCH= yes + # py-dbt-duckdb attempts to install __init__.py and the generated bytecode into # these directories which conflicts with those installed by py-dbt-core. We need to # delete these files and their entries in the generated plist post-install.