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: Sun, 13 Nov 2022 11:59:38 +0000 (UTC)	[thread overview]
Message-ID: <1668340736.060428bde03a6438f415e05bebb769019804f617.mgorny@gentoo> (raw)

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

dev-python/statsd: Remove old

Signed-off-by: Michał Górny <mgorny <AT> 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..000000000000
--- 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..000000000000
--- 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
-}


             reply	other threads:[~2022-11-13 11:59 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-13 11:59 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: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-05-01 15:44 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=1668340736.060428bde03a6438f415e05bebb769019804f617.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