1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
6 PYTHON_COMPAT
=( python
{3_6
,3_7
,3_8
} )
9 DESCRIPTION
="Python client for the Prometheus monitoring system"
10 HOMEPAGE
="https://pypi.org/project/prometheus_client/
11 https://github.com/prometheus/client_python"
12 SRC_URI
="https://github.com/prometheus/client_python/archive/v${PV}.tar.gz -> ${P}.tar.gz"
13 S
="${WORKDIR}/client_python-${PV}"
19 RDEPEND
="dev-python/twisted[${PYTHON_USEDEP}]"
21 distutils_enable_tests pytest