From 7c1ac01728d0156998ee45be74f80b378d96c31d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 13 Nov 2022 12:48:53 +0000 Subject: gentoo auto-resync : 13:11:2022 - 12:48:53 --- dev-python/statsd/Manifest | 6 +----- dev-python/statsd/statsd-3.3.0.ebuild | 22 ---------------------- dev-python/statsd/statsd-4.0.0.ebuild | 26 -------------------------- dev-python/statsd/statsd-4.0.1.ebuild | 2 +- 4 files changed, 2 insertions(+), 54 deletions(-) delete mode 100644 dev-python/statsd/statsd-3.3.0.ebuild delete mode 100644 dev-python/statsd/statsd-4.0.0.ebuild (limited to 'dev-python/statsd') diff --git a/dev-python/statsd/Manifest b/dev-python/statsd/Manifest index 12b8ee8d0cbd..f4953c30c1ca 100644 --- a/dev-python/statsd/Manifest +++ b/dev-python/statsd/Manifest @@ -1,7 +1,3 @@ -DIST statsd-3.3.0.tar.gz 259045 BLAKE2B 015eb32d40d1eb45d64266f0bd62d9496a7eb8815dccf4ad482bb3b81b45fceef14a25893b05ad3b5a8da8582434a46725598a90ebd06c6120dac32169a1f201 SHA512 e2693bc7f179e275c53044d13a4685dd72ebd47adafcab5064e803fbf9e8df4a0f20f61c3695846d3c33178be17dd7286f487213fa2bd8545ed1612e200c8f36 -DIST statsd-4.0.0.tar.gz 27793 BLAKE2B 9ba08458ecfaa9f5cf3a981eee06abec72b9d8c3a49869ae67be0863799f1198dd915c3b351d5f75404d649a832af17fe1f60346e47863f238dd65ed4a96a9f2 SHA512 e4bc232b755ba439a5401edca2b9d5f1b66b04b6ee20c46ab8da8c38a718437e1010809bae4479da8cda8323e40203cc3b9952a40df187bf1c73fd2ffdf3da8d DIST statsd-4.0.1.tar.gz 27814 BLAKE2B 18e7d1c0e4701e53972cf0f7f8fb7f4d17e41023019a642e609fc86537a6f51cd89da8d4e725ffaf5328f7d4a2a41034676f419856d0da0bbeb9915751b81eff SHA512 1a9aa4ba810aa75b3235e6357b820d8987ffe4ed55709929a9a53c6ced587525217e55754600f9c5596ea1e5fd26a0ea15b643199aa39e920d95120e22fc2ae0 -EBUILD statsd-3.3.0.ebuild 517 BLAKE2B 0efdb8a2854f0a1db43a926d3f0c86e6821df7fca10ef366e8bb85a9090ca718c4133e92de05183c92bbfa5634e612c57e54a98805a27851b9bec94b2e84e408 SHA512 56b7bdd8721f2470badc40d09b9f9bed8db2c20121f16bfa1bd9f1e7dace7e2a517d9b1785276401d8f8f9f8a89abf2e68b9d158924c34c4ddd35579c47da984 -EBUILD statsd-4.0.0.ebuild 545 BLAKE2B b7cfd208d18fd2c2d172b191029924280bde4c104452136337255f801b936695debce077a74c1999b572c59951f8f025c03a16307e8821d15beed65f0c6a5966 SHA512 e26197f25dfd2ec8af04b6565e8a8d9d0e3ddc8dbe31952c9e336e2b93c74ad9545fc54b3d9b3c72221fd6bac467463bc66ff73ba4e4444e8e8af1af15e00dbf -EBUILD statsd-4.0.1.ebuild 544 BLAKE2B 419be9bde50e4447c125b70a9e73fab42491a214acce31712c060d2ce00d7493a049ba604212ce692d1cefd9bc8469aabcc0a4e68a71e94eacdedeb886782ee7 SHA512 2d910247c294c65d328f9f0339d8f9b65e515dcd1f0fa47b19c5326c1d86abb0cf2b0d31f68d0dba7e075c6b1968e305e080c261c825b273c66aec3e14ebe6be +EBUILD statsd-4.0.1.ebuild 542 BLAKE2B 5745a9ca9e928da30a1642ea129240e6be40570b783ee000c618d6aa5d88bcca207875e2b78096b110e299ba63c142e09f9fb1a01dbb55c0fa0e8e2e303f361b SHA512 55424a427aafe6ce0b7c756111df79d5ba7856d4ad6f99d0f7936422efe4d6ae1d9bda6eac68f300878765be6b45b256b38f3d37f96d3648da4e41bff8d834f0 MISC metadata.xml 499 BLAKE2B 051f5627c5346348db815cc04cb6424767df8c5d0356db4d21a315f3f13acce3389d4f6015f185a24f302a4e768c135eab5255a453791df75f56c966d048ff02 SHA512 3f32abbd1912837281894a52edc7220d52e6324c5ff07c9800e0df86500ac41039225aa0c82b8fdc9d1923200fa4b2bce59ad6562e6d46aaeb4cf502338c18e8 diff --git a/dev-python/statsd/statsd-3.3.0.ebuild b/dev-python/statsd/statsd-3.3.0.ebuild deleted file mode 100644 index 98a4c9d68639..000000000000 --- a/dev-python/statsd/statsd-3.3.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{8..10} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="A simple statsd client" -HOMEPAGE="https://github.com/jsocol/pystatsd https://pypi.org/project/statsd" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~riscv x86 ~amd64-linux ~x86-linux" - -BDEPEND=" - test? ( - dev-python/mock[${PYTHON_USEDEP}] - )" - -distutils_enable_tests nose diff --git a/dev-python/statsd/statsd-4.0.0.ebuild b/dev-python/statsd/statsd-4.0.0.ebuild deleted file mode 100644 index b92830f6e6a2..000000000000 --- a/dev-python/statsd/statsd-4.0.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2022 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 ) - -inherit distutils-r1 - -DESCRIPTION="A simple statsd client" -HOMEPAGE=" - https://github.com/jsocol/pystatsd/ - https://pypi.org/project/statsd/ -" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86 ~amd64-linux ~x86-linux" - -distutils_enable_tests pytest - -python_test() { - epytest statsd/tests.py -} diff --git a/dev-python/statsd/statsd-4.0.1.ebuild b/dev-python/statsd/statsd-4.0.1.ebuild index 0b78694bdfc7..ad82c1716f11 100644 --- a/dev-python/statsd/statsd-4.0.1.ebuild +++ b/dev-python/statsd/statsd-4.0.1.ebuild @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm arm64 ~riscv ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm arm64 ~riscv x86 ~amd64-linux ~x86-linux" distutils_enable_tests pytest -- cgit v1.2.3