public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/prometheus_client/
Date: Sun, 16 Dec 2018 12:15:09 +0000 (UTC)	[thread overview]
Message-ID: <1544962424.d60b93a562aa12a2d04477384df7b8f11ca19a9e.mrueg@gentoo> (raw)

commit:     d60b93a562aa12a2d04477384df7b8f11ca19a9e
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 16 12:13:44 2018 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Dec 16 12:13:44 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d60b93a5

dev-python/prometheus_client: Remove old

Signed-off-by: Manuel Rüger <mrueg <AT> gentoo.org>
Package-Manager: Portage-2.3.52, Repoman-2.3.11

 dev-python/prometheus_client/Manifest              |  3 ---
 .../prometheus_client-0.2.0.ebuild                 | 27 ----------------------
 .../prometheus_client-0.3.0.ebuild                 | 27 ----------------------
 .../prometheus_client-0.3.1.ebuild                 | 27 ----------------------
 4 files changed, 84 deletions(-)

diff --git a/dev-python/prometheus_client/Manifest b/dev-python/prometheus_client/Manifest
index aa6a866f24e..971cc07fdd5 100644
--- a/dev-python/prometheus_client/Manifest
+++ b/dev-python/prometheus_client/Manifest
@@ -1,5 +1,2 @@
-DIST prometheus_client-0.2.0.tar.gz 41574 BLAKE2B c8e0288f37d1d3e6548283105dd6ba1e4cae5a6f1846c776538de1a68a2eebe6387f8212631c07f2c37839204262d0f555f1a5edb624c0d7418753123c296ca4 SHA512 7336d8294ef91dfebe91f325a882105cdaf947de212bff651d1c3ebfc139d9045b7f637ea44b18e921a9f2ad9af554aee28587e57b1202b5a30c49b1a765ba4c
-DIST prometheus_client-0.3.0.tar.gz 42186 BLAKE2B 14b116d89493d6c6f04a598accaf5203e30358e93ab666a3025f4436df8dda22265cf86920b149d345aec74870e416360862f64dac9a34b5e8ceccd61b4100a2 SHA512 fa16108428a8531977c3f56fbe564a965c91048d08035d046de6d80f61744f678872d9f4f4108970a047aa6e3ca1b7aa892015a71f49d146cc0a5a8c7a7eba3b
-DIST prometheus_client-0.3.1.tar.gz 43185 BLAKE2B 07c69ca13f45c502870dd1eb5934413d71b5e53a5fde7c565414b570a20de183ae1bdda11a34e1c84b874cb5b8491128ff47046632913aaae1c865b0868142aa SHA512 939a985bcf6b377d353871333634ab1641f50288c531ab70b3e5e5466362c02012ae6cf0adf889dac96a89fc5ce29462aa62e651ce21c15d40647d6465baab1a
 DIST prometheus_client-0.4.2.tar.gz 57664 BLAKE2B e98e5c91db13a9f06c2df532e7742545a14cb223e04eba27accc3bdcaf2df949eed2a778194b38e1b4b93908de1636a3cc92a18950db54b5b8f0aceda2d4d2cf SHA512 5e0fee9f9fb4376dcf2959e8285b57a9156d3cf8b9d9118c7b95d2ff63f4dd925bc8cea817bf2fc1ba660e6f5c6dd8f4cf494125cf2a3673443abe0f3a4657c4
 DIST prometheus_client-0.5.0.tar.gz 60184 BLAKE2B cc44537b051c053860520d412664d57aaa6d35dd491409de0da72b9859743cc355d67eb260c2381347ad3313df9efa498535ff130df317b103d8c815f34f28eb SHA512 6e6e6c0f859b7b9d593e1059b71fde8eed15ccd95e54c245b4e0e8edb748a4761f0929f2d6c06f1c4656eb81f26959c5cec6a58f4d725a587b433ffbb4582127

diff --git a/dev-python/prometheus_client/prometheus_client-0.2.0.ebuild b/dev-python/prometheus_client/prometheus_client-0.2.0.ebuild
deleted file mode 100644
index 23d531c51c0..00000000000
--- a/dev-python/prometheus_client/prometheus_client-0.2.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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,3_5,3_6} )
-inherit distutils-r1
-
-DESCRIPTION="Python client for the Prometheus monitoring system"
-HOMEPAGE="https://pypi.org/project/prometheus_client/"
-SRC_URI="https://github.com/prometheus/client_python/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="test"
-
-S=${WORKDIR}/client_python-${PV}
-
-RDEPEND="|| ( dev-python/twisted[${PYTHON_USEDEP}] dev-python/twisted-web[${PYTHON_USEDEP}] )"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-	test? ( ${RDEPEND}
-		dev-python/pytest[${PYTHON_USEDEP}] )"
-
-python_test() {
-	pytest || die
-}

diff --git a/dev-python/prometheus_client/prometheus_client-0.3.0.ebuild b/dev-python/prometheus_client/prometheus_client-0.3.0.ebuild
deleted file mode 100644
index a86c3230d43..00000000000
--- a/dev-python/prometheus_client/prometheus_client-0.3.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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,3_5,3_6} )
-inherit distutils-r1
-
-DESCRIPTION="Python client for the Prometheus monitoring system"
-HOMEPAGE="https://pypi.org/project/prometheus_client/"
-SRC_URI="https://github.com/prometheus/client_python/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-S=${WORKDIR}/client_python-${PV}
-
-RDEPEND="|| ( dev-python/twisted[${PYTHON_USEDEP}] dev-python/twisted-web[${PYTHON_USEDEP}] )"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-	test? ( ${RDEPEND}
-		dev-python/pytest[${PYTHON_USEDEP}] )"
-
-python_test() {
-	pytest || die
-}

diff --git a/dev-python/prometheus_client/prometheus_client-0.3.1.ebuild b/dev-python/prometheus_client/prometheus_client-0.3.1.ebuild
deleted file mode 100644
index a86c3230d43..00000000000
--- a/dev-python/prometheus_client/prometheus_client-0.3.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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,3_5,3_6} )
-inherit distutils-r1
-
-DESCRIPTION="Python client for the Prometheus monitoring system"
-HOMEPAGE="https://pypi.org/project/prometheus_client/"
-SRC_URI="https://github.com/prometheus/client_python/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-S=${WORKDIR}/client_python-${PV}
-
-RDEPEND="|| ( dev-python/twisted[${PYTHON_USEDEP}] dev-python/twisted-web[${PYTHON_USEDEP}] )"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-	test? ( ${RDEPEND}
-		dev-python/pytest[${PYTHON_USEDEP}] )"
-
-python_test() {
-	pytest || die
-}


             reply	other threads:[~2018-12-16 12:15 UTC|newest]

Thread overview: 90+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-16 12:15 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-05-25  2:55 [gentoo-commits] repo/gentoo:master commit in: dev-python/prometheus_client/ Michał Górny
2023-02-23 22:20 Sam James
2023-02-23 20:53 Michał Górny
2023-02-23 19:43 Arthur Zamarin
2023-01-24  7:04 Michał Górny
2022-11-19  8:43 Arthur Zamarin
2022-11-19  8:35 Arthur Zamarin
2022-10-13 17:09 Michał Górny
2022-07-16 12:22 Arthur Zamarin
2022-05-06 13:38 Michał Górny
2022-05-06 12:45 Jakov Smolić
2022-04-08 21:18 Michał Górny
2022-04-06  6:42 Michał Górny
2022-03-12  9:46 Arthur Zamarin
2022-03-05  0:07 Sam James
2022-03-01 11:30 Agostino Sarubbo
2022-02-27 18:52 Michał Górny
2022-02-27 12:23 Jakov Smolić
2022-01-29 14:29 James Le Cuirot
2022-01-28 18:38 Arthur Zamarin
2022-01-26  7:33 Michał Górny
2021-12-15 16:54 Michał Górny
2021-12-15 16:46 Jakov Smolić
2021-11-18  8:10 Sam James
2021-11-18  5:36 Sam James
2021-11-14 20:35 Sam James
2021-11-14  3:43 Sam James
2021-10-29 19:37 Michał Górny
2021-09-06  0:18 Sam James
2021-09-02  0:01 Marek Szuba
2021-07-12  6:41 Sam James
2021-07-11 10:14 Georgy Yakovlev
2021-07-07  2:17 Sam James
2021-07-03  6:29 Michał Górny
2021-07-03  6:17 Agostino Sarubbo
2021-06-20  1:55 Sam James
2021-06-20  1:45 Sam James
2021-06-01 22:22 Michał Górny
2021-05-09  9:39 Michał Górny
2021-05-09  9:15 Agostino Sarubbo
2021-04-08 22:46 Michał Górny
2021-04-02 23:42 Michał Górny
2020-12-17 17:09 Michał Górny
2020-12-16 11:51 Michał Górny
2020-12-11 12:55 Michał Górny
2020-11-16 14:59 Michał Górny
2020-07-31  0:50 Sam James
2020-07-07 20:01 Michał Górny
2020-06-09 20:07 Michał Górny
2020-06-09 20:00 Mart Raudsepp
2020-06-09 16:25 Michał Górny
2020-06-09 16:25 Michał Górny
2020-03-28 12:42 Michał Górny
2020-03-26 17:36 Michał Górny
2020-03-25 14:17 Agostino Sarubbo
2020-02-13 23:29 Patrick McLean
2020-02-13 19:18 Patrick McLean
2020-02-12 21:30 Zac Medico
2020-02-05 19:12 Michał Górny
2019-11-24 16:15 Aaron Bauman
2019-11-23 11:58 Manuel Rüger
2019-11-23 11:58 Manuel Rüger
2019-11-21  9:37 Manuel Rüger
2019-04-16  9:15 Manuel Rüger
2019-02-22 13:28 Manuel Rüger
2019-02-22 13:28 Manuel Rüger
2019-02-22 13:28 Manuel Rüger
2018-12-07 19:14 Manuel Rüger
2018-12-02  0:43 Manuel Rüger
2018-10-28 16:09 Manuel Rüger
2018-08-21 21:58 Manuel Rüger
2018-07-13 14:58 Manuel Rüger
2018-07-13 14:57 Manuel Rüger
2018-06-07 14:22 Manuel Rüger
2018-04-03 13:53 Manuel Rüger
2018-04-03 12:33 Manuel Rüger
2018-04-03 12:20 Manuel Rüger
2018-02-05 16:31 Manuel Rüger
2017-10-26 14:04 Manuel Rüger
2017-10-06 13:58 Manuel Rüger
2017-09-24 19:02 Manuel Rüger
2017-09-19 16:42 Manuel Rüger
2017-08-01 12:25 Manuel Rüger
2017-06-29 10:57 Manuel Rüger
2017-05-11 12:54 Manuel Rüger
2017-02-01 13:35 Manuel Rüger
2017-01-05 12:45 Manuel Rüger
2017-01-05 12:45 Manuel Rüger
2016-12-09 14:44 Manuel Rüger

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=1544962424.d60b93a562aa12a2d04477384df7b8f11ca19a9e.mrueg@gentoo \
    --to=mrueg@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