diff --git a/databases/py-dbt-snowflake/Makefile b/databases/py-dbt-snowflake/Makefile index b607a740db4d..99e90ed2753b 100644 --- a/databases/py-dbt-snowflake/Makefile +++ b/databases/py-dbt-snowflake/Makefile @@ -1,40 +1,40 @@ PORTNAME= dbt-snowflake -PORTVERSION= 1.7.0 +DISTVERSION= 1.7.3 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= pat@patmaddox.com COMMENT= Snowflake adapter plugin for dbt WWW= https://github.com/dbt-labs/dbt-snowflake LICENSE= APACHE20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}agate>0:textproc/py-agate@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dbt-core>=1.7.3,<2:databases/py-dbt-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}snowflake-connector-python>=3.0,<4:databases/py-snowflake-connector-python@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}keyring>=16.1.1:security/py-keyring@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes # py-dbt-snowflake 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-snowflake/distinfo b/databases/py-dbt-snowflake/distinfo index 193ce8059ffd..c7126266e951 100644 --- a/databases/py-dbt-snowflake/distinfo +++ b/databases/py-dbt-snowflake/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1701935407 -SHA256 (dbt-snowflake-1.7.0.tar.gz) = 959943cdb0bcedc67203f0205a9ae21fba13f4c95ddf7089848a77b8c8a8d5f1 -SIZE (dbt-snowflake-1.7.0.tar.gz) = 33622 +TIMESTAMP = 1712270708 +SHA256 (dbt-snowflake-1.7.3.tar.gz) = 7727cdb6ba50bee38397d00240f43b85b06728f56714f16721f81ffcfa59056f +SIZE (dbt-snowflake-1.7.3.tar.gz) = 33728