dev-db/snowflake-cli - 3.26.0 (tatsh-overlay)

Search

Install

Install this version:

emerge -a =dev-db/snowflake-cli-3.26.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-db/snowflake-cli-3.26.0

Or alternatively:

emerge --autounmask-write -a =dev-db/snowflake-cli-3.26.0

Package Information

Description:
CLI to Snowflake database.
Homepage:
https://pypi.org/project/snowflake-cli-labs/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
3.26.0 8 ~amd64 0
View Raw Ebuild
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( python3_1{0,1,2,3,4} )
inherit distutils-r1 pypi

DESCRIPTION="CLI to Snowflake database."
HOMEPAGE="https://pypi.org/project/snowflake-cli-labs/"
SRC_URI="https://github.com/snowflakedb/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/${PN}-${PV}"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="dev-python/jinja2[${PYTHON_USEDEP}]
	dev-python/boto3[${PYTHON_USEDEP}]
	dev-python/pluggy[${PYTHON_USEDEP}]
	dev-python/pydantic[${PYTHON_USEDEP}]
	dev-python/pyyaml[${PYTHON_USEDEP}]
	dev-python/requests[${PYTHON_USEDEP}]
	dev-python/requirements-parser[${PYTHON_USEDEP}]
	dev-python/rich[${PYTHON_USEDEP}]
	dev-python/snowflake-core[${PYTHON_USEDEP}]
	dev-python/snowflake-connector-python[secure-local-storage,${PYTHON_USEDEP}]
	dev-python/tomlkit[${PYTHON_USEDEP}]
	dev-python/typer[${PYTHON_USEDEP}]
	dev-python/urllib3[${PYTHON_USEDEP}]
	>=dev-python/pydantic-2.9.2[${PYTHON_USEDEP}]
	dev-python/gitpython[${PYTHON_USEDEP}]"

src_prepare() {
	sed -re '/^license =/d' -i pyproject.toml || die
	distutils-r1_src_prepare
}

python_install() {
	rm README.md || die
	distutils-r1_python_install
}

EPYTEST_PLUGINS=()
distutils_enable_tests pytest

Inherited Eclasses

Dependencies

RDEPEND

dev-python/jinja2[]
	dev-python/boto3[]
	dev-python/pluggy[]
	dev-python/pydantic[]
	dev-python/pyyaml[]
	dev-python/requests[]
	dev-python/requirements-parser[]
	dev-python/rich[]
	dev-python/snowflake-core[]
	dev-python/snowflake-connector-python[secure-local-storage,]
	dev-python/tomlkit[]
	dev-python/typer[]
	dev-python/urllib3[]
	>=dev-python/pydantic-2.9.2[]
	dev-python/gitpython[]

Manifest for 3.26.0

Type File Size Source URLs
DIST snowflake-cli-3.26.0.gh.tar.gz 2742334 bytes https://github.com/snowflakedb/snowflake-cli/archive/refs/tags/v3.26.0.tar.gz