dev-python/statsd: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-02 22:40:42 +01:00 committed by Andreas Billmeier
parent 2079d4b8df
commit 5ec42de4d8
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 8 deletions

View File

@ -1,3 +1,3 @@
DIST statsd-3.2.1.tar.gz 166047 BLAKE2B b0bf102823cefb8a698b759881ebb395c7408b8b5fff7cf304aaa0ecbad2fa8381fe05efa3cdd9c36c44c7188e46173235f9fe2cbed9fb940d8d5231f455d6bc SHA512 c5166fabcef2158aeb29b07b9bd1d241bc30847eb0e2c7694ee097b3a262e2590189ee10daecb368807002bd96fed16e749ca744b51b5e946d48fe2931a0d8e8
EBUILD statsd-3.2.1.ebuild 626 BLAKE2B 5577723f8e61fd2c7e458e0a9a74cdc33178cc82bb9c88666fdc7f8d67efb9f0bd69a052b7872b6d8bec7dedea9aa93992a7652efca242e96797e24fa66695b5 SHA512 7c4c0c035b1cc105febff15dd57aabb3fe121186eb00e0808040d39ef6c932a7c3e077b1f76571dbab799930afffa918354626a1b3cd8c597d4f5b68715b7c56
EBUILD statsd-3.2.1.ebuild 570 BLAKE2B 76a7446bb1ec27dcc2ddfa1e25e2545857de6b7ecbc6a56942bb6839f3df4598cf003cb210f0f2d6fee41d3baf3d12e368b8cfc7f46615f59284d66856ce3e9f SHA512 7720aea4b573d1a570facfd81c274e95fcffb5d1a2981ee709a318745be8adf6d45a0db262faf94e59f7568f46fc9b77c13fc0bf0b0bffbcfe3ea538ef10210b
MISC metadata.xml 504 BLAKE2B 947a85f1efbfade1cab10ec27bf6f36b0450217494d081f98100bad94fd7d5032e4a98321e029d0494850868fd5adb1ce4d7818f574d664d1657113db2564557 SHA512 c16889fe028748ab953a33c97eee3fc3bab15a3b57ba4f20262e474907161e3837ceeabd0608f6264f66336d4a30c6a8695bbf3cf4923010183d1a155fc70169

View File

@ -1,15 +1,13 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
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"
@ -20,7 +18,6 @@ RESTRICT="!test? ( test )"
DOCS="README.rst"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"