public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/statsd/
Date: Fri,  1 May 2020 15:44:29 +0000 (UTC)	[thread overview]
Message-ID: <1588347841.b6dcd687ef6f14dc85c0a6b34dd814d7943d96ff.mgorny@gentoo> (raw)

commit:     b6dcd687ef6f14dc85c0a6b34dd814d7943d96ff
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May  1 14:50:51 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May  1 15:44:01 2020 +0000
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 <mgorny <AT> 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


             reply	other threads:[~2020-05-01 15:44 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-01 15:44 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-27 21:03 [gentoo-commits] repo/gentoo:master commit in: dev-python/statsd/ Michał Górny
2024-05-18  9:41 Michał Górny
2023-10-27 18:20 Michał Górny
2022-11-13 11:59 Michał Górny
2022-11-13 11:39 Sam James
2022-11-13 11:39 Sam James
2022-11-12 12:17 Arthur Zamarin
2022-11-07  5:54 Michał Górny
2022-11-06  6:11 Michał Górny
2022-05-28 21:12 Jakov Smolić
2021-07-07  2:17 Sam James
2021-06-24 23:57 Sam James
2021-06-23 14:10 Michał Górny
2020-03-29  9:50 Michał Górny
2020-02-06  6:18 Michał Górny
2019-05-11 18:17 Matthew Thode
2018-10-13 22:02 Patrice Clement
2018-03-17 21:41 Michał Górny
2017-06-23 19:26 Alexis Ballier
2017-05-04 17:25 Manuel Rüger
2017-03-26  4:16 Matt Thode
2016-02-17  8:57 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1588347841.b6dcd687ef6f14dc85c0a6b34dd814d7943d96ff.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox