diff --git a/databases/py-dbt-duckdb/Makefile b/databases/py-dbt-duckdb/Makefile index 17dc4ccf12fc..d8d753dba8d4 100644 --- a/databases/py-dbt-duckdb/Makefile +++ b/databases/py-dbt-duckdb/Makefile @@ -1,36 +1,36 @@ PORTNAME= dbt-duckdb -PORTVERSION= 1.7.0 +DISTVERSION= 1.7.3 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= pat@patmaddox.com COMMENT= DuckDB adapter plugin for dbt (data build tool) WWW= https://github.com/jwills/dbt-duckdb LICENSE= APACHE20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbt-core>=1.7.0,<2:databases/py-dbt-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}duckdb>=0.7.0:databases/py-duckdb@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils # 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. COMMON_DIRS= dbt \ dbt/adapters \ dbt/include post-stage: .for dir in ${COMMON_DIRS:S|/|\/|g} @${REINPLACE_CMD} -e '/.*\/${dir}\/__init__.py/d' \ -e '/.*\/${dir}\/__pycache__.*/d' \ ${WRKDIR}/.PLIST.pymodtmp .endfor .for dir in ${COMMON_DIRS} @(cd ${STAGEDIR}${PYTHON_SITELIBDIR}/${dir} && ${RM} -r __pycache__ __init__.py) .endfor .include diff --git a/databases/py-dbt-duckdb/distinfo b/databases/py-dbt-duckdb/distinfo index 88d9ce3d1f74..131749ce4c2e 100644 --- a/databases/py-dbt-duckdb/distinfo +++ b/databases/py-dbt-duckdb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1701384521 -SHA256 (dbt-duckdb-1.7.0.tar.gz) = e2479f5fdd5177eea37c081d8ea126d80ec51d95e69ea31132ade396538bf0a0 -SIZE (dbt-duckdb-1.7.0.tar.gz) = 49217 +TIMESTAMP = 1712269341 +SHA256 (dbt-duckdb-1.7.3.tar.gz) = 6d25e23b300188b122dc0ee89c6fd75b42fc9695f7438ffbf56b22c46d7015f5 +SIZE (dbt-duckdb-1.7.3.tar.gz) = 51403