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/pbr/
Date: Fri, 27 Mar 2020 08:58:28 +0000 (UTC)	[thread overview]
Message-ID: <1585299490.24e66d09e88fce92ba61449b6b1f3eb77bb0d98b.mgorny@gentoo> (raw)

commit:     24e66d09e88fce92ba61449b6b1f3eb77bb0d98b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 27 08:54:15 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 27 08:58:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24e66d09

dev-python/pbr: Remove redundant versions

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

 dev-python/pbr/Manifest             |  2 -
 dev-python/pbr/pbr-0.8.2-r1.ebuild  | 64 -------------------------------
 dev-python/pbr/pbr-1.10.0-r1.ebuild | 75 -------------------------------------
 3 files changed, 141 deletions(-)

diff --git a/dev-python/pbr/Manifest b/dev-python/pbr/Manifest
index a8124571b96..18ab44f9182 100644
--- a/dev-python/pbr/Manifest
+++ b/dev-python/pbr/Manifest
@@ -1,5 +1,3 @@
-DIST pbr-0.8.2.tar.gz 77790 BLAKE2B 4b2efa9a06f0e47eac8d2b591d2c10223418c5813a8de83696348d7ec7ddd20f077492e43028994f1a2d1e28856d3d6159e4105174a760211584b026a616da24 SHA512 76d7d4c97660d5a6bbe9a33498a93b32528073024520e570739c511c0138ba1af7e35139bf77ca2a94063e5979baccd6252619449d6aed546fd1331be81ab52a
-DIST pbr-1.10.0.tar.gz 111425 BLAKE2B 2cef589ada2892dd8357ad3248c4b544d58c699d24b6e299284f49a7f838dcfc846daabc4e40de388848ad415a12c19813e13aab1d3f3bf147e064269e4dd725 SHA512 f7f6ce2f70324e2d287f58c3d12e0be2e33ef9ed32311ad2c56410eb67cda20732adff2058ba2fc244249a17a4c95b0d589ba913db4777e63ff1023ae888c864
 DIST pbr-3.1.1.tar.gz 102665 BLAKE2B 301515d50f8550f5553a29faacb1daef589b41b8116320abd4552bb67886498d89eced1f95e1efdd6ac0511a5587eb479dc9d2963a74e92300463c3c53201e7d SHA512 c01fb83678f8fc3acddc153dd341a17ed9d602b6770f0ff244b1c5b54c37d4ddcbd0c3d726f7d7020865819e02797c1c79a0c15e9ee2ae5c1510fce7112b2a3a
 DIST pbr-4.1.1.tar.gz 108683 BLAKE2B 5c0157ff14590113e7baae0bdca1ff46108a7a10d6eae8bd0a2d06bee62b4aa65eed25c900ae1b67324ac6b416641081c63a274c9694db1877b5d9073c1c04d9 SHA512 ed739901b3a2d1eafa1d4d408a39f1e5d967776571efe0913877145aaccee3114558e107a4e5704403288324c63a08cfbca07a3409bd1baafcbc33105abdf3e4
 DIST pbr-4.2.0.tar.gz 107958 BLAKE2B 716283ceb7b1a8da41e77441c7526bf8cbdb5be7c710013630d3bbddf7de0ce37f3abd063f6103f3ec27fc5c09796f6452d8117df3b533b3c7377bf6dce7d37f SHA512 d46d93333b4d0d3fd5c14e0a474ca7beceddf794a5dbcf66f810993b8d33b48602518072effcd429566f4eede2a38c4aec289df262c2c0e7ab4b82474e14f14d

diff --git a/dev-python/pbr/pbr-0.8.2-r1.ebuild b/dev-python/pbr/pbr-0.8.2-r1.ebuild
deleted file mode 100644
index e2c82d0313e..00000000000
--- a/dev-python/pbr/pbr-0.8.2-r1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_6 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Injects some useful and sensible default behaviors into setuptools"
-HOMEPAGE="https://github.com/openstack-dev/pbr"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	test? (
-		>=dev-python/coverage-3.6[${PYTHON_USEDEP}]
-		>=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}]
-		>=dev-python/mock-1.0[${PYTHON_USEDEP}]
-		>=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
-		>=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
-		dev-python/sphinx[${PYTHON_USEDEP}]
-		>=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
-		>=dev-python/testresources-0.2.4[${PYTHON_USEDEP}]
-		>=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
-		>=dev-python/testtools-0.9.34[${PYTHON_USEDEP}]
-	)"
-PDEPEND=">dev-python/pip-1.4[${PYTHON_USEDEP}]"
-
-# Requ'd for testsuite
-DISTUTILS_IN_SOURCE_BUILD=1
-
-# This normally actually belongs here.
-python_prepare_all() {
-	# This test passes when run within the source and doesn't represent a failure, but rather
-	# a gentoo sandbox constraint
-	# Rm tests that rely upon the package being already installed and fail
-	sed -e s':test_console_script_develop:_&:' \
-		-e s':test_console_script_install:_&:' \
-		-e s':test_sdist_extra_files:_&:' \
-		-e s':test_command_hooks:_&:' \
-		-e s':test_sdist_git_extra_files:_&:' \
-		-i pbr/tests/test_core.py || die
-	sed -e s':test_command_hooks:_&:' \
-		-e s':test_global_setup_hooks:_&:' \
-		-i pbr/tests/test_hooks.py || die
-	einfo "rogue tests disabled"
-
-	distutils-r1_python_prepare_all
-}
-
-python_test() {
-	# Note; removed tests pass once package is emerged,
-	# it's the suite's design that breaks form, not the tests' intended purpose
-	testr init
-	testr run || die "Testsuite failed under ${EPYTHON}"
-}

diff --git a/dev-python/pbr/pbr-1.10.0-r1.ebuild b/dev-python/pbr/pbr-1.10.0-r1.ebuild
deleted file mode 100644
index 76e1a71aac8..00000000000
--- a/dev-python/pbr/pbr-1.10.0-r1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Inject some useful and sensible default behaviors into setuptools"
-HOMEPAGE="https://github.com/openstack-dev/pbr"
-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 )"
-
-# git is needed for tests, see https://bugs.launchpad.net/pbr/+bug/1326682 and https://bugs.gentoo.org/show_bug.cgi?id=561038
-# docutils is needed for sphinx exceptions... https://bugs.gentoo.org/show_bug.cgi?id=603848
-DEPEND="
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	test? (
-		>=dev-python/coverage-3.6[${PYTHON_USEDEP}]
-		>=dev-python/fixtures-1.3.1[${PYTHON_USEDEP}]
-		<dev-python/fixtures-2.0[${PYTHON_USEDEP}]
-		>=dev-python/mock-1.2[${PYTHON_USEDEP}]
-		>=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
-		>=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
-		!~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
-		>=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-		>=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
-		>=dev-python/testresources-0.2.4[${PYTHON_USEDEP}]
-		>=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
-		>=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
-		dev-python/virtualenv[${PYTHON_USEDEP}]
-		dev-python/wheel[${PYTHON_USEDEP}]
-		dev-python/docutils[${PYTHON_USEDEP}]
-		dev-vcs/git
-	)"
-PDEPEND=""
-
-# This normally actually belongs here.
-python_prepare_all() {
-	# This test passes when run within the source and doesn't represent a failure, but rather
-	# a gentoo sandbox constraint
-	# Rm tests that rely upon the package being already installed and fail
-	sed -e s':test_console_script_develop:_&:' \
-		-e s':test_console_script_install:_&:' \
-		-e s':test_sdist_extra_files:_&:' \
-		-e s':test_command_hooks:_&:' \
-		-e s':test_sdist_git_extra_files:_&:' \
-		-i pbr/tests/test_core.py || die
-	sed -e s':test_command_hooks:_&:' \
-		-e s':test_global_setup_hooks:_&:' \
-		-i pbr/tests/test_hooks.py || die
-	sed \
-		-e "s:test_wsgi_script_install:_&:" \
-		-i pbr/tests/test_wsgi.py || die
-	einfo "rogue tests disabled"
-	sed -i '/^hacking/d' test-requirements.txt || die
-
-	distutils-r1_python_prepare_all
-}
-
-python_test() {
-	distutils_install_for_testing
-
-	rm -rf .testrepository || die "couldn't remove '.testrepository' under ${EPTYHON}"
-
-	testr init || die "testr init failed under ${EPYTHON}"
-	testr run || die "testr run failed under ${EPYTHON}"
-}


             reply	other threads:[~2020-03-27  8:58 UTC|newest]

Thread overview: 172+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-27  8:58 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-28 12:04 [gentoo-commits] repo/gentoo:master commit in: dev-python/pbr/ Michał Górny
2024-09-28 11:47 Sam James
2024-08-28  3:43 Michał Górny
2024-06-10 19:09 Michał Górny
2024-06-10 17:01 Michał Górny
2023-11-29 10:03 Michał Górny
2023-11-07 19:22 Michał Górny
2023-10-25  2:26 Sam James
2023-03-16  4:03 Michał Górny
2023-01-31 11:55 Michał Górny
2023-01-31 11:43 Arthur Zamarin
2023-01-11 20:34 Michał Górny
2022-11-25 14:04 Michał Górny
2022-11-25 13:54 Arthur Zamarin
2022-10-21  7:48 Michał Górny
2022-09-20  5:57 Michał Górny
2022-09-19 19:56 Arthur Zamarin
2022-08-13  8:05 Michał Górny
2022-06-21 20:14 Michał Górny
2022-06-21 19:09 Arthur Zamarin
2022-05-21 12:35 Michał Górny
2022-05-21  6:47 Michał Górny
2022-05-05 17:35 Arthur Zamarin
2022-04-28  9:49 Michał Górny
2022-02-02  7:29 Sam James
2022-01-30  9:22 James Le Cuirot
2021-12-19 21:15 Michał Górny
2021-12-19 21:08 Arthur Zamarin
2021-12-09 22:39 Michał Górny
2021-12-09 21:26 Sam James
2021-11-18 22:28 Michał Górny
2021-11-04 22:09 Michał Górny
2021-07-05 10:56 Michał Górny
2021-07-03 16:06 Michał Górny
2021-06-05 21:08 Michał Górny
2021-06-05 20:35 Sam James
2021-04-27  7:08 Michał Górny
2020-11-26  8:26 Michał Górny
2020-11-26  6:56 Agostino Sarubbo
2020-11-19 11:20 Agostino Sarubbo
2020-11-19 11:16 Agostino Sarubbo
2020-11-18 15:06 Agostino Sarubbo
2020-11-18 15:06 Agostino Sarubbo
2020-10-20  2:50 Michał Górny
2020-09-26 18:47 Matt Turner
2020-09-20 15:38 Michał Górny
2020-09-11 16:57 Sergei Trofimovich
2020-09-02 22:05 Michał Górny
2020-07-09 13:06 Michał Górny
2020-06-10  8:11 Michał Górny
2020-06-05 20:49 Sergei Trofimovich
2020-06-04  6:35 Agostino Sarubbo
2020-06-04  6:23 Agostino Sarubbo
2020-06-03 15:32 Agostino Sarubbo
2020-05-31 17:23 Michał Górny
2020-05-31 15:42 Michał Górny
2020-05-31 14:20 Michał Górny
2020-05-31 14:17 Michał Górny
2020-05-31  6:57 Matt Turner
2020-05-17  9:37 Sergei Trofimovich
2020-05-06 18:16 Mikle Kolyada
2020-05-06 16:41 Mikle Kolyada
2020-04-21 19:45 Sergei Trofimovich
2020-04-16 15:34 Matthew Thode
2020-04-09 22:02 Sergei Trofimovich
2020-04-09 18:40 Sergei Trofimovich
2020-04-09 18:40 Sergei Trofimovich
2020-04-09 18:40 Sergei Trofimovich
2020-03-28 13:34 Michał Górny
2020-03-28 13:34 Michał Górny
2020-03-27  8:58 Michał Górny
2020-03-27  8:58 Michał Górny
2020-03-18 18:39 Michał Górny
2020-02-11 20:15 Matthew Thode
2020-01-03 20:46 David Seifert
2019-12-30 21:54 Piotr Karbowski
2019-12-16 10:14 Michał Górny
2019-06-24 13:51 Michael Haubenwallner
2019-03-20 18:48 Mikle Kolyada
2018-11-06 16:39 Matthew Thode
2018-10-24  0:36 Matthew Thode
2018-10-03 19:41 Matthew Thode
2018-09-01 17:42 Matt Thode
2018-08-30 17:50 Matt Thode
2018-07-25  7:56 Matt Thode
2018-07-25  7:07 Matt Thode
2018-07-24 16:25 Matt Thode
2018-07-21  5:44 Matt Thode
2018-07-05 19:37 Matt Thode
2018-06-08  8:18 Mikle Kolyada
2018-06-07  5:24 Matt Thode
2018-05-15 14:53 Matt Thode
2018-04-11 16:45 Matt Thode
2018-04-04 18:53 Matt Thode
2018-03-27 23:15 Matt Turner
2018-03-12  1:15 Matt Turner
2017-12-24 13:21 Patrice Clement
2017-09-22 19:40 Sergei Trofimovich
2017-09-10 14:03 Sergei Trofimovich
2017-08-02 21:01 Matt Thode
2017-07-30  1:57 Matt Thode
2017-07-29 20:38 Matt Thode
2017-07-29 20:38 Matt Thode
2017-07-18  8:25 Sergei Trofimovich
2017-07-10 13:15 Alexis Ballier
2017-07-01 11:06 Sergei Trofimovich
2017-07-01 11:06 Sergei Trofimovich
2017-06-23 16:14 Matt Thode
2017-06-20 19:00 Matt Thode
2017-05-18  6:45 Matt Thode
2017-05-18  6:44 Matt Thode
2017-05-13  6:32 Markus Meier
2017-05-11 19:34 Markus Meier
2017-05-06 11:27 Jeroen Roovers
2017-05-04 23:05 Matt Thode
2017-04-11 14:00 Matt Thode
2017-03-23  6:14 Matt Thode
2017-03-23  5:37 Matt Thode
2017-02-27  3:53 Zac Medico
2017-02-23 16:18 Michael Weber
2017-01-16 19:56 Tobias Klausmann
2017-01-07  9:41 Jeroen Roovers
2017-01-07  9:41 Jeroen Roovers
2017-01-03 16:37 Matt Thode
2016-12-29  7:46 Michael Palimaka
2016-12-05 20:45 Pacho Ramos
2016-09-11 18:58 Jeroen Roovers
2016-06-10 16:49 Patrick Lauer
2016-05-31 19:17 Markus Meier
2016-05-24 19:36 Matt Thode
2016-04-15  3:08 Matt Thode
2016-04-12 14:41 Matt Thode
2016-02-09  9:33 Justin Lecher
2016-01-18  1:10 Matt Thode
2015-12-07 18:33 Mike Frysinger
2015-11-23 13:06 Justin Lecher
2015-11-23 11:19 Justin Lecher
2015-11-22  8:38 Markus Meier
2015-11-22  5:38 Jeroen Roovers
2015-11-19 10:25 Agostino Sarubbo
2015-11-18 10:19 Agostino Sarubbo
2015-11-18 10:17 Agostino Sarubbo
2015-11-16 15:01 Agostino Sarubbo
2015-11-11 17:27 Justin Lecher
2015-11-05 11:52 Agostino Sarubbo
2015-11-04 16:09 Agostino Sarubbo
2015-11-04 15:50 Agostino Sarubbo
2015-11-03 12:58 Justin Lecher
2015-11-02 13:12 Agostino Sarubbo
2015-11-02 13:09 Agostino Sarubbo
2015-11-02 11:50 Justin Lecher
2015-10-15 14:41 Justin Lecher
2015-10-15 14:41 Justin Lecher
2015-10-15 14:41 Justin Lecher
2015-10-14 16:42 Justin Lecher
2015-10-14 13:40 Justin Lecher
2015-10-10 18:49 Mikle Kolyada
2015-10-08  2:08 Matt Thode
2015-09-27 16:17 Markus Meier
2015-09-22  8:26 Tobias Klausmann
2015-09-22  6:38 Matt Thode
2015-09-15  6:20 Justin Lecher
2015-09-14  5:20 Jeroen Roovers
2015-09-09  9:49 Justin Lecher
2015-09-08  8:16 Joshua Kinard
2015-09-01 15:27 Matt Thode
2015-08-27  9:37 Justin Lecher
2015-08-25  8:10 Justin Lecher
2015-08-24 10:12 Justin Lecher
2015-08-14  4:46 Matt Thode
2015-08-13 22:17 Michał Górny

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=1585299490.24e66d09e88fce92ba61449b6b1f3eb77bb0d98b.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