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 EDCCB138334 for ; Sun, 29 Dec 2019 20:48:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3F19E09BF; Sun, 29 Dec 2019 20:48:08 +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 AADEEE09BF for ; Sun, 29 Dec 2019 20:48:08 +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 141FC34DCE8 for ; Sun, 29 Dec 2019 20:48:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7859879 for ; Sun, 29 Dec 2019 20:48:03 +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: <1577652478.3bbc8fdfcf65994d98da737e89b152717e840608.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sure/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sure/Manifest dev-python/sure/sure-1.2.24.ebuild dev-python/sure/sure-1.2.5-r1.ebuild X-VCS-Directories: dev-python/sure/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3bbc8fdfcf65994d98da737e89b152717e840608 X-VCS-Branch: master Date: Sun, 29 Dec 2019 20:48:03 +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: b793ac96-e42d-42b5-98e9-cd83021a6b26 X-Archives-Hash: e338dd4e31354630c8706badd61299e9 commit: 3bbc8fdfcf65994d98da737e89b152717e840608 Author: Michał Górny gentoo org> AuthorDate: Sun Dec 29 20:45:15 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Dec 29 20:47:58 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bbc8fdf dev-python/sure: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/sure/Manifest | 2 -- dev-python/sure/sure-1.2.24.ebuild | 41 ------------------------------------ dev-python/sure/sure-1.2.5-r1.ebuild | 38 --------------------------------- 3 files changed, 81 deletions(-) diff --git a/dev-python/sure/Manifest b/dev-python/sure/Manifest index 1eb8e1067d6..a90597c5a9d 100644 --- a/dev-python/sure/Manifest +++ b/dev-python/sure/Manifest @@ -1,3 +1 @@ -DIST sure-1.2.24.tar.gz 28089 BLAKE2B 2de015513f36fe101ea1d23a8499bbb06cf54d733bb55d99afc0eea274d1579a155d4d81e62616e655254d885d9fae55c6897560b2a845beca2c90a835d1c037 SHA512 875d2cb220d8915737909df372bedc2266c5c948c6f5ea23f3de5ee57b0f1179d2a0ae3455228d71a4f0f4279c098bb4c142a862b55462d67fd425c0def49a8b -DIST sure-1.2.5-r1.tar.gz 52128 BLAKE2B 8370bccba9e9345030dbacd91758dc1be8d122a95079f20676e7867b5c51e335ccf3a41913dce13804d805136c98255605d757f76362e8d3c08c6859a9336129 SHA512 733df3a9482cc23e5f078b554a80a726ed87f4ac307b00166d5ad7d8d40de47fe7d77a7373b213d75fc78849a2ba0dbea89f71c6f29449f52eab448fdf847c45 DIST sure-1.4.11.tar.gz 45933 BLAKE2B b2146ee56237f4575cab5122279023066a1b9ba20493ced7d729b1afa456f71a38071b721c39594c3ef2fcc912ba934e85e5cb5da576c3b2d20fa7d4926b56b7 SHA512 ed067385bf9cf317a5d55f6c5fc6ee54ee3d592825be398e47c37d31fc9c010cb9316d4e2bcf1d72d53d7e53fd470792d64348aa2bfa5dc43510daaff97742da diff --git a/dev-python/sure/sure-1.2.24.ebuild b/dev-python/sure/sure-1.2.24.ebuild deleted file mode 100644 index c1938b2a835..00000000000 --- a/dev-python/sure/sure-1.2.24.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_{5,6} pypy ) - -inherit distutils-r1 - -DESCRIPTION="Utility belt for automated testing in python for python" -HOMEPAGE="https://github.com/gabrielfalcao/sure" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 ppc64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -CDEPEND=" - dev-python/mock[${PYTHON_USEDEP}] - >=dev-python/nose-1.3.0[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - ~dev-python/rednose-0.4.1[${PYTHON_USEDEP}] -" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( ${CDEPEND} ) -" -RDEPEND="${CDEPEND}" - -python_prepare_all() { - sed \ - -e "82s/read_version()/'${PV}'/" \ - -i setup.py || die - distutils-r1_python_prepare_all -} - -python_test() { - nosetests -v -s tests --rednose || die "Tests failed under ${EPYTHON}" -} diff --git a/dev-python/sure/sure-1.2.5-r1.ebuild b/dev-python/sure/sure-1.2.5-r1.ebuild deleted file mode 100644 index 2104788a61a..00000000000 --- a/dev-python/sure/sure-1.2.5-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy ) - -inherit distutils-r1 - -DESCRIPTION="Utility belt for automated testing in python for python" -HOMEPAGE="https://github.com/gabrielfalcao/sure" -SRC_URI="https://github.com/gabrielfalcao/${PN}/archive/${PV}.tar.gz -> ${P}-r1.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -CDEPEND=" - >=dev-python/nose-1.3.0[${PYTHON_USEDEP}] - ~dev-python/rednose-0.4.1[${PYTHON_USEDEP}] -" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( ${CDEPEND} ) -" -RDEPEND="${CDEPEND}" - -python_prepare_all() { - sed \ - -e "82s/read_version()/'${PV}'/" \ - -i setup.py || die - distutils-r1_python_prepare_all -} - -python_test() { - nosetests -s tests --rednose || die "Tests failed under ${EPYTHON}" -}