View Raw Ebuild
# automatically generated by g-sorcery
# please do not edit this file
EAPI=8
REALNAME="${PN}"
LITERALNAME="${PN}"
REALVERSION="${PV}"
DIGEST_SOURCES="yes"
PYTHON_COMPAT=( python{3_11,3_12,3_13,3_14} )
DISTUTILS_USE_PEP517=standalone
inherit python-r1 gs-pypi
DESCRIPTION="Package for Dagster shell ops."
HOMEPAGE="https://github.com/dagster-io/dagster/tree/master/python_modules/libraries/dagster-shell"
LICENSE="Apache-2.0"
SRC_URI="https://files.pythonhosted.org/packages/e3/5e/c71a8abb77c93f9805643d494830a75318b986c4842c0283ff75422e3d62/${REALNAME}-${REALVERSION}.tar.gz"
SOURCEFILE="${REALNAME}-${REALVERSION}.tar.gz"
RESTRICT="test"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
DEPENDENCIES="dev-python/dagster[${PYTHON_USEDEP}]
test? ( dev-python/psutil[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"