diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-11-06 12:59:32 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-11-06 12:59:32 +0000 |
| commit | b3e40f238ee3d27bcd00d2b574a84ab4be52b66f (patch) | |
| tree | ee9114a26600e6e5fcb908f52fdda6757001ca12 /dev-python/statsd | |
| parent | 6c3898b348458b1872119283d7d35ea32dcf51c6 (diff) | |
| download | baldeagleos-repo-b3e40f238ee3d27bcd00d2b574a84ab4be52b66f.tar.gz baldeagleos-repo-b3e40f238ee3d27bcd00d2b574a84ab4be52b66f.tar.xz baldeagleos-repo-b3e40f238ee3d27bcd00d2b574a84ab4be52b66f.zip | |
Adding metadata
Diffstat (limited to 'dev-python/statsd')
| -rw-r--r-- | dev-python/statsd/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/statsd/statsd-4.0.0.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
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..8c8b035be8a0 --- /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_{7,8,9,10,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 +} |
