# 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_12,3_13,3_14} )
DISTUTILS_USE_PEP517=standalone

inherit python-r1 gs-pypi

DESCRIPTION="Script para obtener datos meteorológicos de la API de Meteocat"

HOMEPAGE="https://gitlab.com/figorr/meteocatpy"
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=""
DEPENDENCIES="<dev-python/requests-3.0.0[${PYTHON_USEDEP}]
	<dev-python/python-dotenv-2.0.0[${PYTHON_USEDEP}]
	<dev-python/simplejson-4.0.0[${PYTHON_USEDEP}]
	<dev-python/setuptools-76.0.0[${PYTHON_USEDEP}]
	dev-python/python-semantic-release[${PYTHON_USEDEP}]
	<dev-python/twine-4.0[${PYTHON_USEDEP}]
	<dev-python/aiofiles-25.0.0[${PYTHON_USEDEP}]
	>=dev-python/voluptuous-0.15.2[${PYTHON_USEDEP}]
	dev-python/geopy[${PYTHON_USEDEP}]
	<dev-python/tzdata-2025.0[${PYTHON_USEDEP}]
	<dev-python/aiohttp-4.0.0[${PYTHON_USEDEP}]
	>=dev-python/aiohttp-3.8.0[${PYTHON_USEDEP}]
	<dev-python/diskcache-6.0.0[${PYTHON_USEDEP}]
	dev-python/semantic-release[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"