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 0CBD4138334 for ; Tue, 15 Oct 2019 17:28:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4AA67E087E; Tue, 15 Oct 2019 17:28:29 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 1EC59E087E for ; Tue, 15 Oct 2019 17:28:29 +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 8120434BE3F for ; Tue, 15 Oct 2019 17:28:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 993B088E for ; Tue, 15 Oct 2019 17:28:23 +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: <1571160485.e3296353f21ff77f4d5593af3559a28e36a9a4dd.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-consul/, profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-consul/Manifest dev-python/python-consul/metadata.xml dev-python/python-consul/python-consul-1.1.0.ebuild profiles/package.mask X-VCS-Directories: profiles/ dev-python/python-consul/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e3296353f21ff77f4d5593af3559a28e36a9a4dd X-VCS-Branch: master Date: Tue, 15 Oct 2019 17:28:23 +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: 8a1f7697-c80e-45d0-8e24-37a6f1c794e4 X-Archives-Hash: 6a62b4d7b98369b6c9a8e91e906dfc80 commit: e3296353f21ff77f4d5593af3559a28e36a9a4dd Author: Michał Górny gentoo org> AuthorDate: Tue Oct 15 17:00:36 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Oct 15 17:28:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3296353 dev-python/python-consul: Remove last-rited pkg Closes: https://bugs.gentoo.org/694280 Signed-off-by: Michał Górny gentoo.org> dev-python/python-consul/Manifest | 1 - dev-python/python-consul/metadata.xml | 8 ------ .../python-consul/python-consul-1.1.0.ebuild | 32 ---------------------- profiles/package.mask | 1 - 4 files changed, 42 deletions(-) diff --git a/dev-python/python-consul/Manifest b/dev-python/python-consul/Manifest deleted file mode 100644 index d9aca2fe31d..00000000000 --- a/dev-python/python-consul/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST python-consul-1.1.0.tar.gz 27548878 BLAKE2B d048419b1e1a29dbc56b0b24aa4da011c80b0a9aa5b46cf6e0dc6c7156e7a53a51c9f58ce1dac942236c7a16aec6c6c5f52d214eb52f3d87762fff4fae162a8d SHA512 502baea07753efcf4012e2a337acaae78be60c2ac7a36d3ad50054259db71ff6297acf76314659d2c3cf9b1ff3a2d609244f07c0640b51623a76f8244880b890 diff --git a/dev-python/python-consul/metadata.xml b/dev-python/python-consul/metadata.xml deleted file mode 100644 index 84a921104f3..00000000000 --- a/dev-python/python-consul/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - cablehead/python-consul - - diff --git a/dev-python/python-consul/python-consul-1.1.0.ebuild b/dev-python/python-consul/python-consul-1.1.0.ebuild deleted file mode 100644 index 414d22a70c4..00000000000 --- a/dev-python/python-consul/python-consul-1.1.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_5 python3_6 ) -inherit distutils-r1 - -DESCRIPTION="Python client for Consul" -HOMEPAGE="https://github.com/cablehead/python-consul/" -SRC_URI="https://github.com/cablehead/python-consul/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}] - >=dev-python/requests-2.0[${PYTHON_USEDEP}] - >=dev-python/six-1.4[${PYTHON_USEDEP}] - dev-python/twisted[${PYTHON_USEDEP}] - >=dev-python/treq-16[${PYTHON_USEDEP}] - www-servers/tornado[${PYTHON_USEDEP}]" -DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] - ${RDEPEND} )" - -# needs pytest-twisted -RESTRICT="test" - -python_test() { - py.test -v || die -} diff --git a/profiles/package.mask b/profiles/package.mask index 74ef8771f84..23edc66819e 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -458,7 +458,6 @@ net-mail/Freemail # a few have been declared discontinued upstream. None of them has # any reverse dependency. # Removal in 30 days. Bug #694280. -dev-python/python-consul dev-python/python-ptrace dev-python/pyuv dev-python/safety