media-fonts/terminus-ttf: add 4.49.2, drop 4.49.1
[booboo.git] / dev-python / prometheus_client / prometheus_client-0.7.1-r1.ebuild
blob1462bdee06bd05674783a3c99cb4c8dc75121155
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=7
6 PYTHON_COMPAT=( python{3_6,3_7,3_8} )
7 inherit distutils-r1
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}"
15 LICENSE="Apache-2.0"
16 SLOT="0"
17 KEYWORDS="amd64"
19 RDEPEND="dev-python/twisted[${PYTHON_USEDEP}]"
21 distutils_enable_tests pytest