summaryrefslogtreecommitdiff
path: root/dev-python/statsd
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-03-18 04:54:42 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-03-18 04:54:42 +0000
commit5510d9d7d1c93c2ea71a2bd6f0666168808d5dd6 (patch)
treec968fff3108e2b4d88e4e564a56bfd066f170573 /dev-python/statsd
parent1dde4e5c4b92d849bf1abf0a48135b2a0644f7e1 (diff)
gentoo resync : 18.03.2018
Diffstat (limited to 'dev-python/statsd')
-rw-r--r--dev-python/statsd/Manifest2
-rw-r--r--dev-python/statsd/statsd-3.2.1.ebuild5
2 files changed, 4 insertions, 3 deletions
diff --git a/dev-python/statsd/Manifest b/dev-python/statsd/Manifest
index d837bc9e486b..fcf50a5dd62b 100644
--- a/dev-python/statsd/Manifest
+++ b/dev-python/statsd/Manifest
@@ -1,3 +1,3 @@
DIST statsd-3.2.1.tar.gz 166047 BLAKE2B b0bf102823cefb8a698b759881ebb395c7408b8b5fff7cf304aaa0ecbad2fa8381fe05efa3cdd9c36c44c7188e46173235f9fe2cbed9fb940d8d5231f455d6bc SHA512 c5166fabcef2158aeb29b07b9bd1d241bc30847eb0e2c7694ee097b3a262e2590189ee10daecb368807002bd96fed16e749ca744b51b5e946d48fe2931a0d8e8
-EBUILD statsd-3.2.1.ebuild 615 BLAKE2B 37b1a799f8ff7555688bf29bb6e1c7410771d08cb66573a5ca16cc8d58bd8c44f44746e90537ced72b8bfe0b52e468af7687abe0249b8b6b88736732b384ac1d SHA512 bb96978041f8e9f2f90ced6201be13602258337725a1f2e9c9e57011efe7e6b8ab3a20232db2d3a6d45d69be6d6f571379fdd5cd764daa359a085942a72423fc
+EBUILD statsd-3.2.1.ebuild 617 BLAKE2B d9f5a6fc9c802d51905fe6797fc362be77196a30889b0fa8dd48adf1a05c478143d518d6b561b8a9a0a34c3e44fc6bf8afa2cbdbd52caa3cb913ae73b576e6af SHA512 50cd340edc41658c5959e9bae7f95a91e5a22f0c07e379c50c1d42450c84035ab4287791143c9f443d0ce5ba955272521c8d0f22182c7a9f4634c21cd6462269
MISC metadata.xml 498 BLAKE2B a8ee652db5a3283200bccbd950e8a927442db0d995fbd9181ec3b638c1875614792024b11486450ec60b9554374195c97623b7e2a6bda6e11fee5a77f18386a9 SHA512 02243a16aaec81a9d06a08f0ff1c741d5bcf6f9d8fbf3c2037b03c1752112257c9c357720957871e25f963e84c93121fe4a5ddb69208bcfb2c29937ec7743ebd
diff --git a/dev-python/statsd/statsd-3.2.1.ebuild b/dev-python/statsd/statsd-3.2.1.ebuild
index 5f8b41b4cc99..b5cab3263746 100644
--- a/dev-python/statsd/statsd-3.2.1.ebuild
+++ b/dev-python/statsd/statsd-3.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -8,7 +8,8 @@ PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy pypy3 )
inherit distutils-r1
DESCRIPTION="A simple statsd client"
-HOMEPAGE="https://github.com/jsocol/pystatsd http://pypi.python.org/pypi/statsd"
+HOMEPAGE="https://github.com/jsocol/pystatsd
+ https://pypi.python.org/pypi/statsd"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"