summaryrefslogtreecommitdiff
path: root/dev-python/statsd
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-06-24 14:47:38 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-06-24 14:47:38 +0100
commitb4d43e8c611df4a8061b6f88d9e9f6b1e3c83903 (patch)
tree911928b566777494d08ebe2c16cb64f15af71901 /dev-python/statsd
parent61f10f985e19dfe20a4d9552902625edd5b6eabb (diff)
gentoo resync : 24.06.2021
Diffstat (limited to 'dev-python/statsd')
-rw-r--r--dev-python/statsd/Manifest2
-rw-r--r--dev-python/statsd/statsd-3.3.0.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/statsd/Manifest b/dev-python/statsd/Manifest
index 315409d68e09..7a2181df1dfb 100644
--- a/dev-python/statsd/Manifest
+++ b/dev-python/statsd/Manifest
@@ -1,3 +1,3 @@
DIST statsd-3.3.0.tar.gz 259045 BLAKE2B 015eb32d40d1eb45d64266f0bd62d9496a7eb8815dccf4ad482bb3b81b45fceef14a25893b05ad3b5a8da8582434a46725598a90ebd06c6120dac32169a1f201 SHA512 e2693bc7f179e275c53044d13a4685dd72ebd47adafcab5064e803fbf9e8df4a0f20f61c3695846d3c33178be17dd7286f487213fa2bd8545ed1612e200c8f36
-EBUILD statsd-3.3.0.ebuild 504 BLAKE2B eea03f6b6f7066684351c303b2a0e48ae1d0fb3da33bf3bb16c26b6a9bcc94eea4b963664604e9642d755f887c098573b4dbfd30dcb090220acfd0ab0e228f38 SHA512 c04aa3af961134f69d864d23070ab377b38111f38ea55566d127d6176159eae86b76ecd53fc3890f7204db627095ee268bb51bf95386fd76d88577e6dc898bb3
+EBUILD statsd-3.3.0.ebuild 506 BLAKE2B 740aa3846640388ed6e7c03d70c3cbc74132725f13c3422963982a5a9223c9efb3f79667cc4ea765b8dd4ba526bc4b0e2475c8704cbec6f74c3507f386bf4b11 SHA512 a208c07dd64707ac0f935ced4051a41e0ee9446344cb91a2cfb46d83392f6a75501786c451e2e6f85ea9f6f66029faf531d57f6c0a5dd3d887fc8242a735a704
MISC metadata.xml 498 BLAKE2B 5b04a0ca7dbdadb6dcabca0314db852b0bd1bc5a9034af6d0ce278be50e6ae64f089f3735cf58b34446e03c7a3ece7af7d9526ef61c7d730b3a95b5670239dbe SHA512 6c083a1ff7255ab9f40c56358411f9bbcdffc52df95b928f518927e632fc4d892aaba03340b3fe9e0c7b7913d375f2d3fb3ddb2485f5f7a42c2dde23397c77cf
diff --git a/dev-python/statsd/statsd-3.3.0.ebuild b/dev-python/statsd/statsd-3.3.0.ebuild
index 765b443d8dfb..034ab97433eb 100644
--- a/dev-python/statsd/statsd-3.3.0.ebuild
+++ b/dev-python/statsd/statsd-3.3.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} pypy3 )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1