public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/testresources/
Date: Sun, 29 Mar 2020 10:13:35 +0000 (UTC)	[thread overview]
Message-ID: <1585476783.9fb104b90d80efde8d7237fe460d535baea11462.mgorny@gentoo> (raw)

commit:     9fb104b90d80efde8d7237fe460d535baea11462
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 29 09:59:45 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 29 10:13:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fb104b9

dev-python/testresources: Remove redundant versions

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/testresources/Manifest                  |  2 --
 .../testresources/testresources-0.2.7-r2.ebuild    | 38 ----------------------
 .../testresources/testresources-1.0.0.ebuild       | 38 ----------------------
 3 files changed, 78 deletions(-)

diff --git a/dev-python/testresources/Manifest b/dev-python/testresources/Manifest
index 4072319a429..71e47358687 100644
--- a/dev-python/testresources/Manifest
+++ b/dev-python/testresources/Manifest
@@ -1,3 +1 @@
-DIST testresources-0.2.7.tar.gz 32050 BLAKE2B 9ff16d2e33d7b528598d2f5b903e57625018ecbfd9484dab0d8a7d922429cc8d35dada91d84c897c426e06e01b7bd0befe23814996f4aa7b0651148edaa6f246 SHA512 29518f7326272c56a5f2f3f1f7741959dde9265ba5ce7e0c7d7afabd91bd44a519d1cad82a11a41944ff12d65e541536476f87afcac9a7cbb4869743a38547b7
-DIST testresources-1.0.0.tar.gz 44501 BLAKE2B a10cbf562241ee2a756a5de6a9334ff664db7569d3459548d4a9042ab8dffd0d715c16616ffe08ec86ad4a0b4940e0c09b83b57f7bea86b35b6f728e55384fe3 SHA512 7c9f9cbcc62066ab4a75d68780d88925484eeee23e2e0ef0395b63ec2a92968a6969d1bd6f483945e32ff5566e686b426f2f37daf4f803d2ef779032ea97cc6b
 DIST testresources-2.0.1.tar.gz 41948 BLAKE2B 81f597099eb17090cfa759c2fc4e30be2de3f749760e6a0e88e4c5484c91fe6a00d1296ec6ba7dc5aea1bcd0f9239989fab8fbb4f211b6c5bf031ff1be4b803b SHA512 0b23432b019400fe378e957d14a91083eef7fe1130a494b567a5274d69e4e8e09ab75861e5453c3f217507e144cf179c908f84dd1a807992d4bee0b8d32cb0f4

diff --git a/dev-python/testresources/testresources-0.2.7-r2.ebuild b/dev-python/testresources/testresources-0.2.7-r2.ebuild
deleted file mode 100644
index 770af1876c5..00000000000
--- a/dev-python/testresources/testresources-0.2.7-r2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_6 pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="A pyunit extension for managing expensive test resources"
-HOMEPAGE="https://launchpad.net/testresources"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	test? (
-		dev-python/nose[${PYTHON_USEDEP}]
-		dev-python/testtools[${PYTHON_USEDEP}]
-		dev-python/fixtures[${PYTHON_USEDEP}]
-	)"
-RDEPEND=""
-
-python_prepare_all() {
-	sed \
-		-e 's:testBasicSortTests:_&:g' \
-		-i lib/testresources/tests/test_optimising_test_suite.py || die
-	distutils-r1_python_prepare_all
-}
-
-python_test() {
-	nosetests --verbose || die "Tests failed under ${EPYTHON}"
-}

diff --git a/dev-python/testresources/testresources-1.0.0.ebuild b/dev-python/testresources/testresources-1.0.0.ebuild
deleted file mode 100644
index ef6f4060ce5..00000000000
--- a/dev-python/testresources/testresources-1.0.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_6 pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="A pyunit extension for managing expensive test resources"
-HOMEPAGE="https://launchpad.net/testresources"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	test? (
-		dev-python/nose[${PYTHON_USEDEP}]
-		dev-python/testtools[${PYTHON_USEDEP}]
-		dev-python/fixtures[${PYTHON_USEDEP}]
-	)"
-RDEPEND=""
-
-python_prepare_all() {
-	sed \
-		-e 's:testBasicSortTests:_&:g' \
-		-i testresources/tests/test_optimising_test_suite.py || die
-	distutils-r1_python_prepare_all
-}
-
-python_test() {
-	nosetests --verbose || die "Tests failed under ${EPYTHON}"
-}


             reply	other threads:[~2020-03-29 10:13 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-29 10:13 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-10 18:57 [gentoo-commits] repo/gentoo:master commit in: dev-python/testresources/ Michał Górny
2023-07-10  1:38 Michał Górny
2023-05-31 10:50 Michał Górny
2022-11-30 10:18 WANG Xuerui
2022-06-28  8:11 Michał Górny
2022-06-28  6:43 Agostino Sarubbo
2022-06-28  4:03 Michał Górny
2022-06-27 23:32 Sam James
2022-06-27 19:43 Arthur Zamarin
2022-06-27 19:25 Arthur Zamarin
2022-06-27 19:22 Arthur Zamarin
2022-06-27 19:20 Arthur Zamarin
2022-05-28 10:31 Michał Górny
2022-05-21 12:35 Michał Górny
2022-05-21 12:35 Michał Górny
2022-02-02  7:29 Sam James
2021-07-27 11:00 Marek Szuba
2021-07-05 10:56 Michał Górny
2020-05-31 15:42 Michał Górny
2020-03-28 13:37 Michał Górny
2020-03-28 13:34 Michał Górny
2019-12-30 21:54 Piotr Karbowski
2018-07-16 19:57 Michał Górny
2018-07-09 23:30 Mikle Kolyada
2018-03-31  0:59 Matt Thode
2018-02-21 20:18 Michał Górny
2018-02-17  1:47 Matt Thode
2017-07-29 20:38 Matt Thode
2016-03-02 10:46 Patrick Lauer
2015-11-05 11:52 Agostino Sarubbo
2015-11-03 11:38 Justin Lecher
2015-11-02 11:50 Justin Lecher
2015-11-02 11:50 Justin Lecher
2015-10-14 13:40 Justin Lecher
2015-10-11 11:25 Justin Lecher
2015-10-10 18:49 Mikle Kolyada
2015-08-24 10:12 Justin Lecher

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=1585476783.9fb104b90d80efde8d7237fe460d535baea11462.mgorny@gentoo \
    --to=mgorny@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