# 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="Python MapReduce framework" HOMEPAGE="http://github.com/Yelp/mrjob" LICENSE="Apache-2.0" SRC_URI="https://files.pythonhosted.org/packages/source/${REALNAME::1}/${REALNAME}/${REALNAME}-${REALVERSION}.tar.gz" SOURCEFILE="${REALNAME}-${REALVERSION}.tar.gz" RESTRICT="test" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="aws google rapidjson simplejson ujson" DEPENDENCIES=">=dev-python/pyyaml-3.10[${PYTHON_USEDEP}] aws? ( >=dev-python/boto3-1.10.0[${PYTHON_USEDEP}] ) aws? ( >=dev-python/botocore-1.13.26[${PYTHON_USEDEP}] ) google? ( dev-python/google-cloud-dataproc[${PYTHON_USEDEP}] ) google? ( dev-python/google-cloud-logging[${PYTHON_USEDEP}] ) google? ( dev-python/google-cloud-storage[${PYTHON_USEDEP}] ) rapidjson? ( dev-python/python-rapidjson[${PYTHON_USEDEP}] ) simplejson? ( dev-python/simplejson[${PYTHON_USEDEP}] ) ujson? ( dev-python/ujson[${PYTHON_USEDEP}] )" BDEPEND="${DEPENDENCIES}" RDEPEND="${DEPENDENCIES}"