From aefb3f74ceb688403eb0cde801556ad7b7b2af51 Mon Sep 17 00:00:00 2001 From: "Andreas Billmeier (@Home/mbp)" Date: Wed, 16 Sep 2020 18:27:11 +0200 Subject: [PATCH] bump statsd-3.3.0 --- CHANGELOG.txt | 1 + dev-python/statsd/Manifest | 5 +++++ dev-python/statsd/metadata.xml | 15 ++++++++++++++ dev-python/statsd/statsd-3.2.1.ebuild | 30 +++++++++++++++++++++++++++ dev-python/statsd/statsd-3.3.0.ebuild | 30 +++++++++++++++++++++++++++ 5 files changed, 81 insertions(+) create mode 100644 dev-python/statsd/Manifest create mode 100644 dev-python/statsd/metadata.xml create mode 100644 dev-python/statsd/statsd-3.2.1.ebuild create mode 100644 dev-python/statsd/statsd-3.3.0.ebuild diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 373ad10bd..89dfe341b 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -11,6 +11,7 @@ To remove the (conflicting) wrong one, do a: * bump aioshelly-0.3.2 * bump sentry-sdk-0.17.6 * bump youtube_dl-2020.9.14 + * bump statsd-3.3.0 2020-09-15 * update platformio-5.0.1 diff --git a/dev-python/statsd/Manifest b/dev-python/statsd/Manifest new file mode 100644 index 000000000..85b2b35e6 --- /dev/null +++ b/dev-python/statsd/Manifest @@ -0,0 +1,5 @@ +DIST statsd-3.2.1.tar.gz 166047 BLAKE2B b0bf102823cefb8a698b759881ebb395c7408b8b5fff7cf304aaa0ecbad2fa8381fe05efa3cdd9c36c44c7188e46173235f9fe2cbed9fb940d8d5231f455d6bc SHA512 c5166fabcef2158aeb29b07b9bd1d241bc30847eb0e2c7694ee097b3a262e2590189ee10daecb368807002bd96fed16e749ca744b51b5e946d48fe2931a0d8e8 +DIST statsd-3.3.0.tar.gz 259045 BLAKE2B 015eb32d40d1eb45d64266f0bd62d9496a7eb8815dccf4ad482bb3b81b45fceef14a25893b05ad3b5a8da8582434a46725598a90ebd06c6120dac32169a1f201 MD5 b397ccf880f37cf099e775907ebf7a46 SHA512 e2693bc7f179e275c53044d13a4685dd72ebd47adafcab5064e803fbf9e8df4a0f20f61c3695846d3c33178be17dd7286f487213fa2bd8545ed1612e200c8f36 +EBUILD statsd-3.2.1.ebuild 659 BLAKE2B c24fd12cee8201dd3fed9fa75b79a4c949954fd6e1bed64ae35f58f43062d468778e1602bb8769f0eb107e003779b039a80ae3ba65ee7d6a98a481a4716b439b SHA512 53732afad2ea49ed55e59309b1c500cab6735ba585969c10d5947b03a68962c8e4bb96a7b35705ffc667c33a3f907d4fd9157f32a012b00a0141d999a12a5ebd +EBUILD statsd-3.3.0.ebuild 659 BLAKE2B c24fd12cee8201dd3fed9fa75b79a4c949954fd6e1bed64ae35f58f43062d468778e1602bb8769f0eb107e003779b039a80ae3ba65ee7d6a98a481a4716b439b SHA512 53732afad2ea49ed55e59309b1c500cab6735ba585969c10d5947b03a68962c8e4bb96a7b35705ffc667c33a3f907d4fd9157f32a012b00a0141d999a12a5ebd +MISC metadata.xml 447 BLAKE2B 9fe4d83dc12f91982fb9cd1a51783d0868c47ad18c35f5ee97920fee37c62dd671326145b5b62be9ab3c6cdf0777d6740bcb1666564723eeb341d6cc74d5fef6 SHA512 9f7c96f8efc92e897faac1ce5bcd10252829a71a2d3d9ca3b495be0ae85b3806d36ed43d6f0c7d0cc85243d8c06e78579993ae057c43a68cd367463338e33e17 diff --git a/dev-python/statsd/metadata.xml b/dev-python/statsd/metadata.xml new file mode 100644 index 000000000..037379aef --- /dev/null +++ b/dev-python/statsd/metadata.xml @@ -0,0 +1,15 @@ + + + + + b@edevau.net + Andreas Billmeier + + + statsd + + james@mozilla.com + James Socol + + + diff --git a/dev-python/statsd/statsd-3.2.1.ebuild b/dev-python/statsd/statsd-3.2.1.ebuild new file mode 100644 index 000000000..bdbc44542 --- /dev/null +++ b/dev-python/statsd/statsd-3.2.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +PYTHON_COMPAT=( python3_{6..8} ) + +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 ~arm64 ~x86 ~amd64-linux ~x86-linux" +IUSE="test" + +RDEPEND="" +BDEPEND="${REDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + dev-python/nose[${PYTHON_USEDEP}] + dev-python/pytest[${PYTHON_USEDEP}] + )" + +python_test() { + nosetests --verbose || die + py.test -v -v || die +} diff --git a/dev-python/statsd/statsd-3.3.0.ebuild b/dev-python/statsd/statsd-3.3.0.ebuild new file mode 100644 index 000000000..bdbc44542 --- /dev/null +++ b/dev-python/statsd/statsd-3.3.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +PYTHON_COMPAT=( python3_{6..8} ) + +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 ~arm64 ~x86 ~amd64-linux ~x86-linux" +IUSE="test" + +RDEPEND="" +BDEPEND="${REDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + dev-python/nose[${PYTHON_USEDEP}] + dev-python/pytest[${PYTHON_USEDEP}] + )" + +python_test() { + nosetests --verbose || die + py.test -v -v || die +}