# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=hatchling PYTHON_COMPAT=( python3_{12..13} ) inherit distutils-r1 pypi DESCRIPTION="The shared common utilities for dbt" HOMEPAGE="https://github.com/dbt-labs/dbt-common" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" RESTRICT="test" # no tests RDEPEND="dev-python/agate[${PYTHON_USEDEP}] dev-python/colorama[${PYTHON_USEDEP}] dev-python/dbt-protos[${PYTHON_USEDEP}] dev-python/deepdiff[${PYTHON_USEDEP}] dev-python/isodate[${PYTHON_USEDEP}] dev-python/jinja2[${PYTHON_USEDEP}] dev-python/jsonschema[${PYTHON_USEDEP}] dev-python/mashumaro[${PYTHON_USEDEP}] dev-python/msgpack[${PYTHON_USEDEP}] dev-python/pathspec[${PYTHON_USEDEP}] dev-python/protobuf[${PYTHON_USEDEP}] dev-python/python-dateutil[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] dev-python/typing-extensions[${PYTHON_USEDEP}]" BDEPEND="test? ( dev-python/hypothesis[${PYTHON_USEDEP}] )" EPYTEST_XDIST=1 EPYTEST_PLUGINS=( pytest-mock ) distutils_enable_tests pytest