From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7F7F513933E for ; Sat, 3 Jul 2021 06:29:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5683EE081B; Sat, 3 Jul 2021 06:29:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3F597E081B for ; Sat, 3 Jul 2021 06:29:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 15391342AD6 for ; Sat, 3 Jul 2021 06:29:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A57DA2B for ; Sat, 3 Jul 2021 06:29:18 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1625293637.66ee764d7d0bdf004a71820a9cf0c9d823dd8583.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/prometheus_client/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/prometheus_client/Manifest dev-python/prometheus_client/prometheus_client-0.10.1.ebuild X-VCS-Directories: dev-python/prometheus_client/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 66ee764d7d0bdf004a71820a9cf0c9d823dd8583 X-VCS-Branch: master Date: Sat, 3 Jul 2021 06:29:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 237ea418-2a90-481f-ae87-364808ad2638 X-Archives-Hash: a71952bbf056abcb3c5a28b7dd360697 commit: 66ee764d7d0bdf004a71820a9cf0c9d823dd8583 Author: Michał Górny gentoo org> AuthorDate: Sat Jul 3 06:27:17 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jul 3 06:27:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66ee764d dev-python/prometheus_client: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/prometheus_client/Manifest | 1 - .../prometheus_client-0.10.1.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/dev-python/prometheus_client/Manifest b/dev-python/prometheus_client/Manifest index 6f6c15159bd..ed60370f1bd 100644 --- a/dev-python/prometheus_client/Manifest +++ b/dev-python/prometheus_client/Manifest @@ -1,2 +1 @@ -DIST prometheus_client-0.10.1.tar.gz 71676 BLAKE2B 63a597eca0f7684013ca2de8cda9d9ca7ab64d3ff923e3d328c1e54e794ea9e34771795117a8cd8254063028ceedd9c50d15c89bba48d3994e79629ebae6df14 SHA512 231c86bfeb2a35fbaf172005ead5b790b107c55f3657d94ad417c0036cc72ad6b48ebef7d52d2fdd1bca9b98032d1057250a880b002a29e98efa803886f26766 DIST prometheus_client-0.11.0.tar.gz 72272 BLAKE2B 2526a65acf928ce5f492c6a43276ecb951d8b600eeb5050b92db091919862eb0ec4f41ca41347b4dd70a612f70e8f4a49796572de80b197d21c3a8cf8e303201 SHA512 5e644d781b7fcc3e0e386a2244f524ccaf978f1eab87b1d6d8009ac3f10fe2ca4adf2c76c2a2ffa47b4b54237cd906807d55bd99530a92d82cd3825de93280dc diff --git a/dev-python/prometheus_client/prometheus_client-0.10.1.ebuild b/dev-python/prometheus_client/prometheus_client-0.10.1.ebuild deleted file mode 100644 index 02008315932..00000000000 --- a/dev-python/prometheus_client/prometheus_client-0.10.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) -inherit distutils-r1 - -DESCRIPTION="Python client for the Prometheus monitoring system" -HOMEPAGE="https://pypi.org/project/prometheus-client/ - https://github.com/prometheus/client_python/" -SRC_URI="https://github.com/prometheus/client_python/archive/v${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/client_python-${PV}" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" - -RDEPEND="dev-python/twisted[${PYTHON_USEDEP}]" - -distutils_enable_tests pytest