summaryrefslogtreecommitdiff
path: root/dev-python/prometheus_client
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-04-22 14:25:03 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-04-22 14:25:03 +0100
commit5e8702bcbbed438e6c6cce023e7ef0cc9baa3e02 (patch)
treeb041acef19bb9ae66c228d5c9d34d1e00aeb2b95 /dev-python/prometheus_client
parent5cfef3c94cd7e82136c69a0322f5ba21f7e64632 (diff)
gentoo resync : 22.04.2018
Diffstat (limited to 'dev-python/prometheus_client')
-rw-r--r--dev-python/prometheus_client/Manifest4
-rw-r--r--dev-python/prometheus_client/prometheus_client-0.1.1.ebuild2
-rw-r--r--dev-python/prometheus_client/prometheus_client-0.2.0.ebuild2
3 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/prometheus_client/Manifest b/dev-python/prometheus_client/Manifest
index 39b84a55d694..c9fdd8a993cd 100644
--- a/dev-python/prometheus_client/Manifest
+++ b/dev-python/prometheus_client/Manifest
@@ -1,5 +1,5 @@
DIST prometheus_client-0.1.1.tar.gz 41513 BLAKE2B 3816b34a809c8e40da6fab221bf020bd3d4169c6d1e96a4c48631133cff4fc2839bf1ee01df67711ed4d8c4a38b6ad53c612cddbbb9a7fe45a9b3887cce900e2 SHA512 ac343f416dc4f9907e4da0de19d2005375102fb552491025d76466dee1fb1be753a8e20380c83276116a1606a32a9373db53e8a2952669d511255438d74ba217
DIST prometheus_client-0.2.0.tar.gz 41574 BLAKE2B c8e0288f37d1d3e6548283105dd6ba1e4cae5a6f1846c776538de1a68a2eebe6387f8212631c07f2c37839204262d0f555f1a5edb624c0d7418753123c296ca4 SHA512 7336d8294ef91dfebe91f325a882105cdaf947de212bff651d1c3ebfc139d9045b7f637ea44b18e921a9f2ad9af554aee28587e57b1202b5a30c49b1a765ba4c
-EBUILD prometheus_client-0.1.1.ebuild 727 BLAKE2B 67a957513b8a6efbf7bb7ee6a9761c12fcdafe9f25eca061e71483f04d44c2765f3f029b84527a3a5e1261963d5f88a75c543050ea955c5adbcd1442cd273109 SHA512 05c29dbadbefd28dfe2e934aad4d27cd7b06f4c0d9ad700c50d64d139c94d8a95e2b4d75c04f9f7dd707c922fea5a29395ee23d2f7a0c4391cc9be6ca0db6c4d
-EBUILD prometheus_client-0.2.0.ebuild 728 BLAKE2B b42c93f66feff82a028c3d0d77b7bb57b91729a5dafba3b9e116797df407c9105526fe9190ba26dd9cf210a985d761140b2b9b0e2f0e88026ee81c6a5841eefb SHA512 0b5b115423754b9ce74b5f2997ee6a7941d3b9c688179fb276aa0adea29c182e990db536ac6e7de481a17a5123a3e135c445fcc513ba86fc623df3e6c2037658
+EBUILD prometheus_client-0.1.1.ebuild 723 BLAKE2B f054773d1e398fdc67742542bc4724fafc0f1ec3c7425302e601a192ea50574a43026b67092c48f5435f4888887d7a29c721963865634a085ea15e3655b4b3de SHA512 e50adbe4c9e4a455a3b0b8da522524e0bfc5f6c855c1c6049a8e8dbb60fc625c46575ff70f402269f70c28677109b094ffaa7813b7da536715d851a42b27b864
+EBUILD prometheus_client-0.2.0.ebuild 724 BLAKE2B f08c3fbcd2a81c479559e8a3b47bdabc07098d2249a7f123dba0a7606c18cd318c996f29e650edd5e0606bd9b35a50ff64b9ca67ac137aac38d9d9fe7d2f9915 SHA512 8b8909336164a690b2b44f482b01afe0d356bdf2994176670d9f0fa319f4c86167a482ffb78c2a92e74a2d1126416aed1f0f7f6186c12fd5da438b55fe9b8974
MISC metadata.xml 451 BLAKE2B 1596b7eb0ca176a5a00d44356c15f35268c3170f90bd13ffaceae39f56511c33f78724ab2cf3748efc1b3b10c71a1d1361ced3192c4c71a6dab5f616fea3051f SHA512 fec61f65143e869244b519455a7214884de5e72c75cf7e500e5aa156c41eb1e644ece46c402cb4722ec294e876078f9332654901b06f2a6f5ab8449f0181532f
diff --git a/dev-python/prometheus_client/prometheus_client-0.1.1.ebuild b/dev-python/prometheus_client/prometheus_client-0.1.1.ebuild
index 375445ac92dd..b1c1d0351c70 100644
--- a/dev-python/prometheus_client/prometheus_client-0.1.1.ebuild
+++ b/dev-python/prometheus_client/prometheus_client-0.1.1.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1
DESCRIPTION="Python client for the Prometheus monitoring system"
-HOMEPAGE="https://pypi.python.org/pypi/prometheus_client"
+HOMEPAGE="https://pypi.org/project/prometheus_client"
SRC_URI="https://github.com/prometheus/client_python/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
diff --git a/dev-python/prometheus_client/prometheus_client-0.2.0.ebuild b/dev-python/prometheus_client/prometheus_client-0.2.0.ebuild
index 3f109c2efec7..49e9f09b1ea6 100644
--- a/dev-python/prometheus_client/prometheus_client-0.2.0.ebuild
+++ b/dev-python/prometheus_client/prometheus_client-0.2.0.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1
DESCRIPTION="Python client for the Prometheus monitoring system"
-HOMEPAGE="https://pypi.python.org/pypi/prometheus_client"
+HOMEPAGE="https://pypi.org/project/prometheus_client"
SRC_URI="https://github.com/prometheus/client_python/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"