From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9F5F5158020 for ; Sun, 6 Nov 2022 06:11:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6D54E077F; Sun, 6 Nov 2022 06:11:53 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AAABAE077F for ; Sun, 6 Nov 2022 06:11:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E3802341163 for ; Sun, 6 Nov 2022 06:11:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22EA96F2 for ; Sun, 6 Nov 2022 06:11:51 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1667715108.7255ac2936c87f1cbfff907c5a5eb6bd505503af.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/statsd/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/statsd/Manifest dev-python/statsd/statsd-4.0.0.ebuild X-VCS-Directories: dev-python/statsd/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7255ac2936c87f1cbfff907c5a5eb6bd505503af X-VCS-Branch: master Date: Sun, 6 Nov 2022 06:11:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 074865fe-3285-43ec-9fdb-bfbf7aae1056 X-Archives-Hash: 39851c051fc4db7a31ce38427772c1ed commit: 7255ac2936c87f1cbfff907c5a5eb6bd505503af Author: Michał Górny gentoo org> AuthorDate: Sun Nov 6 06:11:17 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Nov 6 06:11:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7255ac29 dev-python/statsd: Bump to 4.0.0 Signed-off-by: Michał Górny gentoo.org> dev-python/statsd/Manifest | 1 + dev-python/statsd/statsd-4.0.0.ebuild | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/dev-python/statsd/Manifest b/dev-python/statsd/Manifest index 843b002b0208..2d6c5526e7af 100644 --- a/dev-python/statsd/Manifest +++ b/dev-python/statsd/Manifest @@ -1 +1,2 @@ DIST statsd-3.3.0.tar.gz 259045 BLAKE2B 015eb32d40d1eb45d64266f0bd62d9496a7eb8815dccf4ad482bb3b81b45fceef14a25893b05ad3b5a8da8582434a46725598a90ebd06c6120dac32169a1f201 SHA512 e2693bc7f179e275c53044d13a4685dd72ebd47adafcab5064e803fbf9e8df4a0f20f61c3695846d3c33178be17dd7286f487213fa2bd8545ed1612e200c8f36 +DIST statsd-4.0.0.tar.gz 27793 BLAKE2B 9ba08458ecfaa9f5cf3a981eee06abec72b9d8c3a49869ae67be0863799f1198dd915c3b351d5f75404d649a832af17fe1f60346e47863f238dd65ed4a96a9f2 SHA512 e4bc232b755ba439a5401edca2b9d5f1b66b04b6ee20c46ab8da8c38a718437e1010809bae4479da8cda8323e40203cc3b9952a40df187bf1c73fd2ffdf3da8d diff --git a/dev-python/statsd/statsd-4.0.0.ebuild b/dev-python/statsd/statsd-4.0.0.ebuild new file mode 100644 index 000000000000..b92830f6e6a2 --- /dev/null +++ b/dev-python/statsd/statsd-4.0.0.ebuild @@ -0,0 +1,26 @@ +# 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 +}