[gentoo-commits] repo/gentoo:master commit in: dev-python/statsd/

2023-10-27 Thread Michał Górny
commit: defa049c815a128eb68f310183178dd4e1c9a035
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 27 18:16:18 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 27 18:16:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=defa049c

dev-python/statsd: Enable py3.12

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/statsd/statsd-4.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/statsd/statsd-4.0.1.ebuild 
b/dev-python/statsd/statsd-4.0.1.ebuild
index f1ec4c24a5c4..1d406f51acaf 100644
--- a/dev-python/statsd/statsd-4.0.1.ebuild
+++ b/dev-python/statsd/statsd-4.0.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 
 inherit distutils-r1 pypi
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/statsd/

2022-11-13 Thread Michał Górny
commit: 060428bde03a6438f415e05bebb769019804f617
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov 13 11:58:56 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 13 11:58:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=060428bd

dev-python/statsd: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/statsd/Manifest|  2 --
 dev-python/statsd/statsd-3.3.0.ebuild | 22 --
 dev-python/statsd/statsd-4.0.0.ebuild | 26 --
 3 files changed, 50 deletions(-)

diff --git a/dev-python/statsd/Manifest b/dev-python/statsd/Manifest
index 3404f315644b..ce238ef36409 100644
--- a/dev-python/statsd/Manifest
+++ b/dev-python/statsd/Manifest
@@ -1,3 +1 @@
-DIST statsd-3.3.0.tar.gz 259045 BLAKE2B 
015eb32d40d1eb45d64266f0bd62d9496a7eb8815dccf4ad482bb3b81b45fceef14a25893b05ad3b5a8da8582434a46725598a90ebd06c6120dac32169a1f201
 SHA512 
e2693bc7f179e275c53044d13a4685dd72ebd47adafcab5064e803fbf9e8df4a0f20f61c3695846d3c33178be17dd7286f487213fa2bd8545ed1612e200c8f36
-DIST statsd-4.0.0.tar.gz 27793 BLAKE2B 
9ba08458ecfaa9f5cf3a981eee06abec72b9d8c3a49869ae67be0863799f1198dd915c3b351d5f75404d649a832af17fe1f60346e47863f238dd65ed4a96a9f2
 SHA512 
e4bc232b755ba439a5401edca2b9d5f1b66b04b6ee20c46ab8da8c38a718437e1010809bae4479da8cda8323e40203cc3b9952a40df187bf1c73fd2ffdf3da8d
 DIST statsd-4.0.1.tar.gz 27814 BLAKE2B 
18e7d1c0e4701e53972cf0f7f8fb7f4d17e41023019a642e609fc86537a6f51cd89da8d4e725ffaf5328f7d4a2a41034676f419856d0da0bbeb9915751b81eff
 SHA512 
1a9aa4ba810aa75b3235e6357b820d8987ffe4ed55709929a9a53c6ced587525217e55754600f9c5596ea1e5fd26a0ea15b643199aa39e920d95120e22fc2ae0

diff --git a/dev-python/statsd/statsd-3.3.0.ebuild 
b/dev-python/statsd/statsd-3.3.0.ebuild
deleted file mode 100644
index 98a4c9d68639..
--- a/dev-python/statsd/statsd-3.3.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{8..10} 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"
-
-BDEPEND="
-   test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests nose

diff --git a/dev-python/statsd/statsd-4.0.0.ebuild 
b/dev-python/statsd/statsd-4.0.0.ebuild
deleted file mode 100644
index b92830f6e6a2..
--- a/dev-python/statsd/statsd-4.0.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/statsd/

2022-11-13 Thread Sam James
commit: 2870e73802f97685799b808988b6d2826ae2fec0
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 13 11:39:03 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 13 11:39:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2870e738

dev-python/statsd: Stabilize 4.0.1 amd64, #881105

Signed-off-by: Sam James  gentoo.org>

 dev-python/statsd/statsd-4.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/statsd/statsd-4.0.1.ebuild 
b/dev-python/statsd/statsd-4.0.1.ebuild
index 0b78694bdfc7..267a0966ec59 100644
--- a/dev-python/statsd/statsd-4.0.1.ebuild
+++ b/dev-python/statsd/statsd-4.0.1.ebuild
@@ -17,7 +17,7 @@ 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"
+KEYWORDS="amd64 ~arm arm64 ~riscv ~x86 ~amd64-linux ~x86-linux"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/statsd/

2022-11-13 Thread Sam James
commit: 3844f83c809ee0e610303a000670c880b902557f
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 13 11:39:04 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 13 11:39:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3844f83c

dev-python/statsd: Stabilize 4.0.1 x86, #881105

Signed-off-by: Sam James  gentoo.org>

 dev-python/statsd/statsd-4.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/statsd/statsd-4.0.1.ebuild 
b/dev-python/statsd/statsd-4.0.1.ebuild
index 267a0966ec59..ad82c1716f11 100644
--- a/dev-python/statsd/statsd-4.0.1.ebuild
+++ b/dev-python/statsd/statsd-4.0.1.ebuild
@@ -17,7 +17,7 @@ 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"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86 ~amd64-linux ~x86-linux"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/statsd/

2022-11-12 Thread Arthur Zamarin
commit: 8227a4bf2eac79175b822df9c7a1fb6ded943b4b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov 12 12:17:15 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov 12 12:17:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8227a4bf

dev-python/statsd: Stabilize 4.0.1 arm64, #881105

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/statsd/statsd-4.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/statsd/statsd-4.0.1.ebuild 
b/dev-python/statsd/statsd-4.0.1.ebuild
index b92830f6e6a2..0b78694bdfc7 100644
--- a/dev-python/statsd/statsd-4.0.1.ebuild
+++ b/dev-python/statsd/statsd-4.0.1.ebuild
@@ -17,7 +17,7 @@ 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"
+KEYWORDS="~amd64 ~arm arm64 ~riscv ~x86 ~amd64-linux ~x86-linux"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/statsd/

2022-11-06 Thread Michał Górny
commit: f0bafa4c3bff517383b779b2bd917999d0592922
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov  7 05:32:28 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov  7 05:32:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0bafa4c

dev-python/statsd: Bump to 4.0.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/statsd/Manifest|  1 +
 dev-python/statsd/statsd-4.0.1.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/statsd/Manifest b/dev-python/statsd/Manifest
index 2d6c5526e7af..3404f315644b 100644
--- a/dev-python/statsd/Manifest
+++ b/dev-python/statsd/Manifest
@@ -1,2 +1,3 @@
 DIST statsd-3.3.0.tar.gz 259045 BLAKE2B 
015eb32d40d1eb45d64266f0bd62d9496a7eb8815dccf4ad482bb3b81b45fceef14a25893b05ad3b5a8da8582434a46725598a90ebd06c6120dac32169a1f201
 SHA512 
e2693bc7f179e275c53044d13a4685dd72ebd47adafcab5064e803fbf9e8df4a0f20f61c3695846d3c33178be17dd7286f487213fa2bd8545ed1612e200c8f36
 DIST statsd-4.0.0.tar.gz 27793 BLAKE2B 
9ba08458ecfaa9f5cf3a981eee06abec72b9d8c3a49869ae67be0863799f1198dd915c3b351d5f75404d649a832af17fe1f60346e47863f238dd65ed4a96a9f2
 SHA512 
e4bc232b755ba439a5401edca2b9d5f1b66b04b6ee20c46ab8da8c38a718437e1010809bae4479da8cda8323e40203cc3b9952a40df187bf1c73fd2ffdf3da8d
+DIST statsd-4.0.1.tar.gz 27814 BLAKE2B 
18e7d1c0e4701e53972cf0f7f8fb7f4d17e41023019a642e609fc86537a6f51cd89da8d4e725ffaf5328f7d4a2a41034676f419856d0da0bbeb9915751b81eff
 SHA512 
1a9aa4ba810aa75b3235e6357b820d8987ffe4ed55709929a9a53c6ced587525217e55754600f9c5596ea1e5fd26a0ea15b643199aa39e920d95120e22fc2ae0

diff --git a/dev-python/statsd/statsd-4.0.1.ebuild 
b/dev-python/statsd/statsd-4.0.1.ebuild
new file mode 100644
index ..b92830f6e6a2
--- /dev/null
+++ b/dev-python/statsd/statsd-4.0.1.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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/statsd/

2022-11-06 Thread Michał Górny
commit: 7255ac2936c87f1cbfff907c5a5eb6bd505503af
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov  6 06:11:17 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov  6 06:11:48 2022 +
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 ..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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/statsd/

2022-05-28 Thread Jakov Smolić
commit: 232acc60ef44fac00b44d508a3d22074f37b8ea3
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat May 28 20:21:51 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sat May 28 21:08:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=232acc60

dev-python/statsd: keyword 3.3.0 for ~riscv

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/statsd/statsd-3.3.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/statsd/statsd-3.3.0.ebuild 
b/dev-python/statsd/statsd-3.3.0.ebuild
index 32f619417936..98a4c9d68639 100644
--- a/dev-python/statsd/statsd-3.3.0.ebuild
+++ b/dev-python/statsd/statsd-3.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-python/statsd/

2021-07-06 Thread Sam James
commit: 90711df294ffab8a76d5806a519ae51cfb0c4c40
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  6 23:20:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  6 23:20:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90711df2

dev-python/statsd: Stabilize 3.3.0 arm64, #797472

Signed-off-by: Sam James  gentoo.org>

 dev-python/statsd/statsd-3.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/statsd/statsd-3.3.0.ebuild 
b/dev-python/statsd/statsd-3.3.0.ebuild
index d21c127fa96..32f61941793 100644
--- a/dev-python/statsd/statsd-3.3.0.ebuild
+++ b/dev-python/statsd/statsd-3.3.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-python/statsd/

2021-06-24 Thread Sam James
commit: 73fc3a12441cea8a56aa3a78c8b6a7c640e58e19
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 24 23:56:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 24 23:56:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73fc3a12

dev-python/statsd: Keyword 3.3.0 arm, #797889

Signed-off-by: Sam James  gentoo.org>

 dev-python/statsd/statsd-3.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/statsd/statsd-3.3.0.ebuild 
b/dev-python/statsd/statsd-3.3.0.ebuild
index 034ab97433e..d21c127fa96 100644
--- a/dev-python/statsd/statsd-3.3.0.ebuild
+++ b/dev-python/statsd/statsd-3.3.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-python/statsd/

2021-06-23 Thread Michał Górny
commit: 741de07de6f55f54ca7e0f8753537511087f71dc
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun 23 11:21:37 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 23 14:10:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=741de07d

dev-python/statsd: Enable py3.9 & py3.10

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/statsd/statsd-3.3.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/statsd/statsd-3.3.0.ebuild 
b/dev-python/statsd/statsd-3.3.0.ebuild
index 765b443d8df..034ab97433e 100644
--- a/dev-python/statsd/statsd-3.3.0.ebuild
+++ b/dev-python/statsd/statsd-3.3.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7,8} pypy3 )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/statsd/

2020-05-01 Thread Michał Górny
commit: b6dcd687ef6f14dc85c0a6b34dd814d7943d96ff
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May  1 14:50:51 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May  1 15:44:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6dcd687

dev-python/statsd: Add missing test dep, py3.8, modernize

Closes: https://bugs.gentoo.org/720096
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/statsd/statsd-3.3.0.ebuild | 15 ---
 1 file changed, 4 insertions(+), 11 deletions(-)

diff --git a/dev-python/statsd/statsd-3.3.0.ebuild 
b/dev-python/statsd/statsd-3.3.0.ebuild
index f92fe942f38..cd01b37d821 100644
--- a/dev-python/statsd/statsd-3.3.0.ebuild
+++ b/dev-python/statsd/statsd-3.3.0.ebuild
@@ -2,28 +2,21 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8} 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 ~arm64 x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
-RDEPEND=""
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
+BDEPEND="
test? (
-   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
)"
 
-python_test() {
-   nosetests --verbose || die
-}
+distutils_enable_tests nose



[gentoo-commits] repo/gentoo:master commit in: dev-python/statsd/

2020-03-29 Thread Michał Górny
commit: 9c3376e62f7bd28114a3494e687aa7de1a62c025
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 29 09:18:33 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 29 09:49:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c3376e6

dev-python/statsd: Remove redundant versions

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/statsd/Manifest|  1 -
 dev-python/statsd/statsd-3.2.1.ebuild | 30 --
 2 files changed, 31 deletions(-)

diff --git a/dev-python/statsd/Manifest b/dev-python/statsd/Manifest
index 0ebc57642f6..843b002b020 100644
--- a/dev-python/statsd/Manifest
+++ b/dev-python/statsd/Manifest
@@ -1,2 +1 @@
-DIST statsd-3.2.1.tar.gz 166047 BLAKE2B 
b0bf102823cefb8a698b759881ebb395c7408b8b5fff7cf304aaa0ecbad2fa8381fe05efa3cdd9c36c44c7188e46173235f9fe2cbed9fb940d8d5231f455d6bc
 SHA512 
c5166fabcef2158aeb29b07b9bd1d241bc30847eb0e2c7694ee097b3a262e2590189ee10daecb368807002bd96fed16e749ca744b51b5e946d48fe2931a0d8e8
 DIST statsd-3.3.0.tar.gz 259045 BLAKE2B 
015eb32d40d1eb45d64266f0bd62d9496a7eb8815dccf4ad482bb3b81b45fceef14a25893b05ad3b5a8da8582434a46725598a90ebd06c6120dac32169a1f201
 SHA512 
e2693bc7f179e275c53044d13a4685dd72ebd47adafcab5064e803fbf9e8df4a0f20f61c3695846d3c33178be17dd7286f487213fa2bd8545ed1612e200c8f36

diff --git a/dev-python/statsd/statsd-3.2.1.ebuild 
b/dev-python/statsd/statsd-3.2.1.ebuild
deleted file mode 100644
index f0e90c86cb0..000
--- a/dev-python/statsd/statsd-3.2.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 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 ~arm64 x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/nose[${PYTHON_USEDEP}]
-   )"
-
-python_test() {
-   nosetests --verbose || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/statsd/

2020-02-05 Thread Michał Górny
commit: 0e1db2624be7040b1045560cccb552df504aa20a
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb  6 06:11:41 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb  6 06:16:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e1db262

dev-python/statsd: Remove py2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/statsd/statsd-3.2.1.ebuild | 2 +-
 dev-python/statsd/statsd-3.3.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/statsd/statsd-3.2.1.ebuild 
b/dev-python/statsd/statsd-3.2.1.ebuild
index ffee144d7ee..f0e90c86cb0 100644
--- a/dev-python/statsd/statsd-3.2.1.ebuild
+++ b/dev-python/statsd/statsd-3.2.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} pypy3 )
+PYTHON_COMPAT=( python3_6 pypy3 )
 
 inherit distutils-r1
 

diff --git a/dev-python/statsd/statsd-3.3.0.ebuild 
b/dev-python/statsd/statsd-3.3.0.ebuild
index cdd7f1b7039..f92fe942f38 100644
--- a/dev-python/statsd/statsd-3.3.0.ebuild
+++ b/dev-python/statsd/statsd-3.3.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7}} pypy3 )
+PYTHON_COMPAT=( python3_{6,7} pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/statsd/

2019-05-11 Thread Matthew Thode
commit: 749e8a81630579e86c114a4099b378590901b3a3
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat May 11 18:10:18 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat May 11 18:16:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=749e8a81

dev-python/statsd: 3.3.0 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/statsd/statsd-3.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/statsd/statsd-3.3.0.ebuild 
b/dev-python/statsd/statsd-3.3.0.ebuild
index 2518e975bac..b10fc5af3fd 100644
--- a/dev-python/statsd/statsd-3.3.0.ebuild
+++ b/dev-python/statsd/statsd-3.3.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/statsd/

2018-10-13 Thread Patrice Clement
commit: f6e02896e129ea0606c1914ac8c6ece7da81930a
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Oct 12 20:19:22 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Oct 13 22:01:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6e02896

dev-python/statsd: version bump.

Closes: https://bugs.gentoo.org/647488
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Signed-off-by: Patrice Clement  gentoo.org>

 dev-python/statsd/Manifest|  1 +
 dev-python/statsd/statsd-3.3.0.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-python/statsd/Manifest b/dev-python/statsd/Manifest
index f8edd8c62a2..0ebc57642f6 100644
--- a/dev-python/statsd/Manifest
+++ b/dev-python/statsd/Manifest
@@ -1 +1,2 @@
 DIST statsd-3.2.1.tar.gz 166047 BLAKE2B 
b0bf102823cefb8a698b759881ebb395c7408b8b5fff7cf304aaa0ecbad2fa8381fe05efa3cdd9c36c44c7188e46173235f9fe2cbed9fb940d8d5231f455d6bc
 SHA512 
c5166fabcef2158aeb29b07b9bd1d241bc30847eb0e2c7694ee097b3a262e2590189ee10daecb368807002bd96fed16e749ca744b51b5e946d48fe2931a0d8e8
+DIST statsd-3.3.0.tar.gz 259045 BLAKE2B 
015eb32d40d1eb45d64266f0bd62d9496a7eb8815dccf4ad482bb3b81b45fceef14a25893b05ad3b5a8da8582434a46725598a90ebd06c6120dac32169a1f201
 SHA512 
e2693bc7f179e275c53044d13a4685dd72ebd47adafcab5064e803fbf9e8df4a0f20f61c3695846d3c33178be17dd7286f487213fa2bd8545ed1612e200c8f36

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 000..df10878f5be
--- /dev/null
+++ b/dev-python/statsd/statsd-3.3.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy 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 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   )"
+
+python_test() {
+   nosetests --verbose || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/statsd/

2018-03-17 Thread Michał Górny
commit: 1bec9fd77207801490b4fffbc3f5b5a326e0101c
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Mar 17 15:33:04 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 17 21:41:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bec9fd7

dev-python/statsd: use HTTPS

 dev-python/statsd/statsd-3.2.1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/statsd/statsd-3.2.1.ebuild 
b/dev-python/statsd/statsd-3.2.1.ebuild
index 5f8b41b4cc9..b5cab326374 100644
--- a/dev-python/statsd/statsd-3.2.1.ebuild
+++ b/dev-python/statsd/statsd-3.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,8 @@ PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="A simple statsd client"
-HOMEPAGE="https://github.com/jsocol/pystatsd 
http://pypi.python.org/pypi/statsd;
+HOMEPAGE="https://github.com/jsocol/pystatsd
+   https://pypi.python.org/pypi/statsd;
 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-python/statsd/

2017-06-23 Thread Alexis Ballier
commit: 224ed265542c843fb714e58a963094a77247a0c6
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Jun 23 14:23:01 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Jun 23 19:26:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=224ed265

dev-python/statsd: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/statsd/statsd-3.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/statsd/statsd-3.2.1.ebuild 
b/dev-python/statsd/statsd-3.2.1.ebuild
index 61b4b056c7d..5f8b41b4cc9 100644
--- a/dev-python/statsd/statsd-3.2.1.ebuild
+++ b/dev-python/statsd/statsd-3.2.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/statsd/

2017-05-04 Thread Manuel Rüger
commit: 89c8c0929091f55d2a7da27e2cfd52414eeb2528
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu May  4 17:24:19 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu May  4 17:24:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89c8c092

dev-python/statsd: Add python3_6

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/statsd/statsd-3.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/statsd/statsd-3.2.1.ebuild 
b/dev-python/statsd/statsd-3.2.1.ebuild
index 9b9d2627fae..61b4b056c7d 100644
--- a/dev-python/statsd/statsd-3.2.1.ebuild
+++ b/dev-python/statsd/statsd-3.2.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_{4,5}} pypy pypy3 )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/statsd/

2017-03-25 Thread Matt Thode
commit: a25469e0f6c1342b5e3a801fbb302c7f960048eb
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Mar 26 03:25:48 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun Mar 26 03:25:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a25469e0

stablize openstack ocata statsd-3.2.1 x86 and amd64

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --force

 dev-python/statsd/statsd-3.2.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/statsd/statsd-3.2.1.ebuild 
b/dev-python/statsd/statsd-3.2.1.ebuild
index 0940f02155b..9b9d2627fae 100644
--- a/dev-python/statsd/statsd-3.2.1.ebuild
+++ b/dev-python/statsd/statsd-3.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/statsd/

2016-02-17 Thread Justin Lecher
commit: e27b4744ce6b72bf231798f46c0d80031064824a
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Feb 17 08:01:11 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Feb 17 08:57:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e27b4744

dev-python/statsd: New package, ebuild written by me

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/statsd/Manifest|  1 +
 dev-python/statsd/metadata.xml| 15 +++
 dev-python/statsd/statsd-3.2.1.ebuild | 29 +
 3 files changed, 45 insertions(+)

diff --git a/dev-python/statsd/Manifest b/dev-python/statsd/Manifest
new file mode 100644
index 000..b1d26e0
--- /dev/null
+++ b/dev-python/statsd/Manifest
@@ -0,0 +1 @@
+DIST statsd-3.2.1.tar.gz 166047 SHA256 
3fa92bf0192af926f7a0d9be031fe3fd0fbaa1992d42cf2f07e68f76ac18288e SHA512 
c5166fabcef2158aeb29b07b9bd1d241bc30847eb0e2c7694ee097b3a262e2590189ee10daecb368807002bd96fed16e749ca744b51b5e946d48fe2931a0d8e8
 WHIRLPOOL 
1ae98a9c16fdb7a1be8135c232c99d771e292dab7d87c12e6a989c18dad1c600c4ac2bb186a96dcdce49812fc26c30925ca30be3c2e85cb736797cb1c35c6571

diff --git a/dev-python/statsd/metadata.xml b/dev-python/statsd/metadata.xml
new file mode 100644
index 000..5adf733
--- /dev/null
+++ b/dev-python/statsd/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+pyt...@gentoo.org
+Python
+  
+  
+statsd
+
+  ja...@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 000..2f7ea23
--- /dev/null
+++ b/dev-python/statsd/statsd-3.2.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{3,4,5}} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="A simple statsd client"
+HOMEPAGE="https://github.com/jsocol/pystatsd 
http://pypi.python.org/pypi/statsd;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   )"
+
+python_test() {
+   nosetests --verbose || die
+}