databases/py-dbt-core: chase devel/py-pathspec update

Widen the version restriction required by the py-dbt-core port --
changes to py-pathspec are non-breaking.  Maintainer confirms that
only the port Makefile needs updating, so omitting adding several
patch files as in the original PR here:
https://bugs.freebsd.org/bugzilla/attachment.cgi?id=246997

PR:		246997
Approved by:	Pat Maddox (maintainer)
This commit is contained in:
Matthew Seaman 2023-12-12 08:12:57 +00:00
parent 7f1963d2f0
commit 3297c00fc8

View file

@ -1,5 +1,6 @@
PORTNAME= dbt-core
PORTVERSION= 1.7.3
PORTREVISION= 1
CATEGORIES= databases python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -18,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}agate>=1.7,<2:textproc/py-agate@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}click>=8.0.2,<9:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}networkx>=2.3:math/py-networkx@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}colorama>=0.3.9,<0.5:devel/py-colorama@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pathspec>=0.9,<0.12:devel/py-pathspec@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pathspec>=0.9,<0.13:devel/py-pathspec@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}isodate>=0.6,<0.7:devel/py-isodate@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sqlparse>=0.2.3,<0.5:databases/py-sqlparse@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dbt-extractor>=0.5:devel/py-dbt-extractor@${PY_FLAVOR} \