rename prometheus-client to prometheus_client, fixes #257
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
DIST prometheus-client-0.7.1.tar.gz 62880 BLAKE2B 8878a6e6a20f96443f1f14ffbb74eda7dc6f1f48151901da047ade6342ddd7858b4dcd808d80af64a3eff449c1c7425f9eb9f3d1283b65e8e6067c6b5fe2f9c4 SHA512 84b145ed191c9903d390b152c72de4f2afcb4c500b8debba59ded081f00cc76109b336ed2d7783d59e9922ea2927632f7ef730f336974294b20048c51e9d58a4
|
||||
EBUILD prometheus-client-0.7.1.ebuild 849 BLAKE2B 3b6e75c33e704cd7230ec79dca43f55da516304028fe3005d2f23d1777883ce906c66c915cfc78f923fd35c9b77a09f9b130720ad08f54cbe7e0a4158869ea20 SHA512 2ca08158d03b81210fa3311fb8a4724d987c8ca038374aa29733092b4914e3bfb7ba38f58a74138d4c0f614852bab0a8ab85ba565f0795fb3165bfc19279c83c
|
||||
MISC metadata.xml 474 BLAKE2B 7af262a3eda46f718a1a94ffd337d49d4335affdd1c77ac3c8c0fc380900d4ce74188c8f6d360d341648e74b78db8b19a8f7d1e0f342022c1bc651002ae1df68 SHA512 f23b7077bf6f3c2af136c54a4e461501b39f42260d7babc65a5f4feb826041e2e7ed88116a424ddbecc77041d35fa7135d03ccb6ab7540cb42147702f1fd7020
|
||||
@@ -1,15 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">prometheus-client</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>brian.brazil@robustperception.io</email>
|
||||
<name>Brian Brazil</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -1,34 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python client for the Prometheus monitoring system."
|
||||
HOMEPAGE="https://github.com/prometheus/client_python https://pypi.org/project/prometheus-client/"
|
||||
MY_PN="client_python"
|
||||
SRC_URI="https://github.com/prometheus/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
DOCS=""
|
||||
|
||||
RDEPEND="dev-python/twisted[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
Reference in New Issue
Block a user