summaryrefslogtreecommitdiff
path: root/dev-python/statsd
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-14 17:52:12 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-14 17:52:12 +0000
commita90c84e720803f3d26c0ade8f1f1e405ca97502a (patch)
treef788ea0972d51c66823825021dd83427e1d466c4 /dev-python/statsd
parent07c1e2fbaa2f7d2cad4c16a747cebcf7ae7a6724 (diff)
gentoo auto-resync : 14:01:2023 - 17:52:11
Diffstat (limited to 'dev-python/statsd')
-rw-r--r--dev-python/statsd/Manifest2
-rw-r--r--dev-python/statsd/statsd-4.0.1.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/statsd/Manifest b/dev-python/statsd/Manifest
index f4953c30c1ca..2e9897f9661d 100644
--- a/dev-python/statsd/Manifest
+++ b/dev-python/statsd/Manifest
@@ -1,3 +1,3 @@
DIST statsd-4.0.1.tar.gz 27814 BLAKE2B 18e7d1c0e4701e53972cf0f7f8fb7f4d17e41023019a642e609fc86537a6f51cd89da8d4e725ffaf5328f7d4a2a41034676f419856d0da0bbeb9915751b81eff SHA512 1a9aa4ba810aa75b3235e6357b820d8987ffe4ed55709929a9a53c6ced587525217e55754600f9c5596ea1e5fd26a0ea15b643199aa39e920d95120e22fc2ae0
-EBUILD statsd-4.0.1.ebuild 542 BLAKE2B 5745a9ca9e928da30a1642ea129240e6be40570b783ee000c618d6aa5d88bcca207875e2b78096b110e299ba63c142e09f9fb1a01dbb55c0fa0e8e2e303f361b SHA512 55424a427aafe6ce0b7c756111df79d5ba7856d4ad6f99d0f7936422efe4d6ae1d9bda6eac68f300878765be6b45b256b38f3d37f96d3648da4e41bff8d834f0
+EBUILD statsd-4.0.1.ebuild 542 BLAKE2B 6384f66a4a53e0c214ec40f6461b9dc3a8bcbf101078a9c8716abff91a17609c5951e5469f8968a00c5790670c41a7766e9618cac22102878419199b90b317aa SHA512 b2e8d3f4bbda6aa8f7a196b1b5eb9725c18e86dfb446122e90a9c3d5358a82eca20a5bb1220eecd05d6b9e0e01fb614e283c366a6dea6c13196c1ca9fa4fbcb9
MISC metadata.xml 499 BLAKE2B 051f5627c5346348db815cc04cb6424767df8c5d0356db4d21a315f3f13acce3389d4f6015f185a24f302a4e768c135eab5255a453791df75f56c966d048ff02 SHA512 3f32abbd1912837281894a52edc7220d52e6324c5ff07c9800e0df86500ac41039225aa0c82b8fdc9d1923200fa4b2bce59ad6562e6d46aaeb4cf502338c18e8
diff --git a/dev-python/statsd/statsd-4.0.1.ebuild b/dev-python/statsd/statsd-4.0.1.ebuild
index ad82c1716f11..c80d3f8dc651 100644
--- a/dev-python/statsd/statsd-4.0.1.ebuild
+++ b/dev-python/statsd/statsd-4.0.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
inherit distutils-r1