bump statsd-3.3.0

This commit is contained in:
Andreas Billmeier 2020-09-16 18:27:11 +02:00 committed by Andreas Billmeier
parent a324207738
commit aefb3f74ce
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
5 changed files with 81 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -0,0 +1,15 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">statsd</remote-id>
<maintainer status="unknown">
<email>james@mozilla.com</email>
<name>James Socol</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -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
}

View File

@ -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
}