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 51633138334 for ; Sat, 29 Jun 2019 12:24:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3899CE07E2; Sat, 29 Jun 2019 12:24:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 06BC9E07E2 for ; Sat, 29 Jun 2019 12:24:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5152634655C for ; Sat, 29 Jun 2019 12:24:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D16214D3 for ; Sat, 29 Jun 2019 12:24:02 +0000 (UTC) From: "Virgil Dupras" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Virgil Dupras" Message-ID: <1561810975.05f16e1304fa0bdd86bc44a12006364d6d15f74c.vdupras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/detox/, profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/detox/Manifest dev-python/detox/detox-0.11.ebuild dev-python/detox/metadata.xml profiles/package.mask X-VCS-Directories: profiles/ dev-python/detox/ X-VCS-Committer: vdupras X-VCS-Committer-Name: Virgil Dupras X-VCS-Revision: 05f16e1304fa0bdd86bc44a12006364d6d15f74c X-VCS-Branch: master Date: Sat, 29 Jun 2019 12:24:02 +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: 7ad890de-60d9-4913-b4a5-08914005ff88 X-Archives-Hash: 665f712d20562c811e1ef1cf0612e236 commit: 05f16e1304fa0bdd86bc44a12006364d6d15f74c Author: Virgil Dupras gentoo org> AuthorDate: Sat Jun 29 12:22:55 2019 +0000 Commit: Virgil Dupras gentoo org> CommitDate: Sat Jun 29 12:22:55 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05f16e13 dev-python/detox: remove last-rited package Closes: https://bugs.gentoo.org/685870 Signed-off-by: Virgil Dupras gentoo.org> dev-python/detox/Manifest | 1 - dev-python/detox/detox-0.11.ebuild | 35 ----------------------------------- dev-python/detox/metadata.xml | 12 ------------ profiles/package.mask | 5 ----- 4 files changed, 53 deletions(-) diff --git a/dev-python/detox/Manifest b/dev-python/detox/Manifest deleted file mode 100644 index a5bd1a027f1..00000000000 --- a/dev-python/detox/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST detox-0.11.tar.gz 8406 BLAKE2B c8ad67bdcf69a6a6f558b893be4e6da66dde3ac4a092445ed73e9200d2e80179f42e168ba3b639e59cc5a7b8c6a8f5edbeb327953c1bb91c1de267ddde28208d SHA512 326219669934f75886532920e2e1f0a887a5efa7f1efc1dc7549f5824254a6b354599fa058370ac235f1df6a6b4016fa207108b04368c8ec8dbe91e758ee559d diff --git a/dev-python/detox/detox-0.11.ebuild b/dev-python/detox/detox-0.11.ebuild deleted file mode 100644 index a5216835ebe..00000000000 --- a/dev-python/detox/detox-0.11.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_{5,6}} ) - -inherit distutils-r1 - -DESCRIPTION="distributed tox" -HOMEPAGE="https://github.com/tox-dev/detox https://pypi.org/project/detox/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - >=dev-python/py-1.4.27[${PYTHON_USEDEP}] - >=dev-python/eventlet-0.15.0[${PYTHON_USEDEP}] - >=dev-python/tox-2[${PYTHON_USEDEP}] -" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - ${RDEPEND} - dev-python/pytest[${PYTHON_USEDEP}] - ) -" - -python_test() { - py.test -v || die "tests failed under ${EPYTHON}" -} diff --git a/dev-python/detox/metadata.xml b/dev-python/detox/metadata.xml deleted file mode 100644 index 84721a9a110..00000000000 --- a/dev-python/detox/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - python@gentoo.org - Python - - - detox - tox-dev/detox - - diff --git a/profiles/package.mask b/profiles/package.mask index b39b1cd06cf..5f221944aa3 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -194,11 +194,6 @@ dev-ruby/filesize:0.1.1 # Depends on >=virtual/{jdk,jre}-11 which is masked =www-servers/tomcat-9.0.20 -# Virgil Dupras (13 May 2019) -# detox has been deprecated by the release of tox 3.7.0 which duplicates the -# feature. Removal in 30 days. Bug #685870 -dev-python/detox - # Andreas K. Hüttel (11 May 2019) # Perl 5.24 will be removed soon. Please upgrade.