public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matthew Thode" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cliff/
Date: Wed,  2 Oct 2019 16:48:19 +0000 (UTC)	[thread overview]
Message-ID: <1570034879.43eb57ed35148e3355ad9bed5135ae54d174261f.prometheanfire@gentoo> (raw)

commit:     43eb57ed35148e3355ad9bed5135ae54d174261f
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  2 16:44:25 2019 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Wed Oct  2 16:47:59 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43eb57ed

dev-python/cliff: remove broken doc build

Fixes: https://bugs.gentoo.org/696038
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 dev-python/cliff/Manifest               |  1 -
 dev-python/cliff/cliff-2.11.1.ebuild    | 61 ---------------------------------
 dev-python/cliff/cliff-2.12.0-r2.ebuild | 14 +-------
 dev-python/cliff/cliff-2.12.0.ebuild    | 14 +-------
 4 files changed, 2 insertions(+), 88 deletions(-)

diff --git a/dev-python/cliff/Manifest b/dev-python/cliff/Manifest
index 9edbf1c4c3a..9904d1a6e77 100644
--- a/dev-python/cliff/Manifest
+++ b/dev-python/cliff/Manifest
@@ -1,2 +1 @@
-DIST cliff-2.11.1.tar.gz 76570 BLAKE2B dc0b4a702c6807077f830941516e8c5f2dc6b732e7a7788eb2c2e5fc5c3fa8d893e7156d6ad76904deb2d1cf31d1ef50d08b73b750422b84bb053a09e4930bb2 SHA512 ba494cc26e103c6043de49a59b3e9c0c9bb1658416095f02c6bccd3536f24615239a66941fb971c289926c88e85eeb29eb10065379e4f21645828f6aa4a2755e
 DIST cliff-2.12.0.tar.gz 77405 BLAKE2B 70b3865837bdba1396fd76b4937c594dfc9f50db24f684c6676c4ac1125ab34f6cdca29fe63a490d41abd49a268d6246afc873a5805446d06b07cd754aebb727 SHA512 5802cdd17b6aa81dbb344efb8ef53212de999ab33eaec1eb06e1d002ab513758d3634ae5013ece6375b1bb98c9fed99aa74cf92752c34e1132fa5ac20a969f4f

diff --git a/dev-python/cliff/cliff-2.11.1.ebuild b/dev-python/cliff/cliff-2.11.1.ebuild
deleted file mode 100644
index da502475db3..00000000000
--- a/dev-python/cliff/cliff-2.11.1.ebuild
+++ /dev/null
@@ -1,61 +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,3_6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Command Line Interface Formulation Framework"
-HOMEPAGE="https://github.com/openstack/cliff"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
-IUSE="doc test"
-
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-	!~dev-python/pbr-2.1.0"
-DEPEND="
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	${CDEPEND}
-	test? (
-		dev-python/nose[${PYTHON_USEDEP}]
-		>=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]
-		>=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
-		>=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
-		>=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
-		>=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
-		>=dev-python/coverage-4.0[${PYTHON_USEDEP}]
-		!~dev-python/coverage-4.4[${PYTHON_USEDEP}]
-	)
-	doc? (
-		>=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
-	)
-"
-# source files stipulate <sphinx-1.3 however build effected perfectly with sphinx-1.3.1
-RDEPEND="
-	${CDEPEND}
-	>=dev-python/cmd2-0.6.7[${PYTHON_USEDEP}]
-	>=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
-	<dev-python/prettytable-0.8[${PYTHON_USEDEP}]
-	>=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
-	>=dev-python/six-1.10.0[${PYTHON_USEDEP}]
-	>=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
-	>=dev-python/unicodecsv-0.8.0[${PYTHON_USEDEP}]
-	>=dev-python/pyyaml-3.10.0[${PYTHON_USEDEP}]
-	"
-
-python_compile() {
-	use doc && esetup.py build_sphinx
-}
-
-python_test() {
-	nosetests ${PN}/tests || die "Tests fail with ${EPYTHON}"
-}
-
-python_install_all() {
-	use doc && local HTML_DOCS=( doc/build/html/. )
-	distutils-r1_python_install_all
-}

diff --git a/dev-python/cliff/cliff-2.12.0-r2.ebuild b/dev-python/cliff/cliff-2.12.0-r2.ebuild
index 00c2e417af0..ac9f1fbe538 100644
--- a/dev-python/cliff/cliff-2.12.0-r2.ebuild
+++ b/dev-python/cliff/cliff-2.12.0-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64 ~hppa ~mips ~s390 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc test"
+IUSE="test"
 
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
 	!~dev-python/pbr-2.1.0"
@@ -32,9 +32,6 @@ DEPEND="
 		!~dev-python/coverage-4.4[${PYTHON_USEDEP}]
 		>=dev-python/stestr-2.1.0[${PYTHON_USEDEP}]
 	)
-	doc? (
-		>=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
-	)
 "
 # source files stipulate <sphinx-1.3 however build effected perfectly with sphinx-1.3.1
 RDEPEND="
@@ -49,17 +46,8 @@ RDEPEND="
 	>=dev-python/pyyaml-3.10.0[${PYTHON_USEDEP}]
 	"
 
-python_compile() {
-	use doc && esetup.py build_sphinx
-}
-
 python_test() {
 	stestr init || die "stestr init failed under ${EPYTHON}"
 	# needs outside access, so blacklist the test
 	virtx stestr run --black-regex cliff.tests.test_app.TestIO.test_writer_encoding || die "stestr run failed under ${EPYTHON}"
 }
-
-python_install_all() {
-	use doc && local HTML_DOCS=( doc/build/html/. )
-	distutils-r1_python_install_all
-}

diff --git a/dev-python/cliff/cliff-2.12.0.ebuild b/dev-python/cliff/cliff-2.12.0.ebuild
index 9a870593d9a..5471b026937 100644
--- a/dev-python/cliff/cliff-2.12.0.ebuild
+++ b/dev-python/cliff/cliff-2.12.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="amd64 arm64 hppa ~mips s390 x86 ~amd64-linux ~x86-linux"
-IUSE="doc test"
+IUSE="test"
 
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
 	!~dev-python/pbr-2.1.0"
@@ -30,9 +30,6 @@ DEPEND="
 		>=dev-python/coverage-4.0[${PYTHON_USEDEP}]
 		!~dev-python/coverage-4.4[${PYTHON_USEDEP}]
 	)
-	doc? (
-		>=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
-	)
 "
 # source files stipulate <sphinx-1.3 however build effected perfectly with sphinx-1.3.1
 RDEPEND="
@@ -47,15 +44,6 @@ RDEPEND="
 	>=dev-python/pyyaml-3.10.0[${PYTHON_USEDEP}]
 	"
 
-python_compile() {
-	use doc && esetup.py build_sphinx
-}
-
 python_test() {
 	nosetests ${PN}/tests || die "Tests fail with ${EPYTHON}"
 }
-
-python_install_all() {
-	use doc && local HTML_DOCS=( doc/build/html/. )
-	distutils-r1_python_install_all
-}


             reply	other threads:[~2019-10-02 16:48 UTC|newest]

Thread overview: 111+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-02 16:48 Matthew Thode [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-11 13:40 [gentoo-commits] repo/gentoo:master commit in: dev-python/cliff/ Michał Górny
2024-06-01  8:09 Michał Górny
2024-06-01  7:39 Arthur Zamarin
2024-05-17  6:25 Michał Górny
2024-03-09 14:19 Michał Górny
2024-02-23  3:40 Michał Górny
2024-02-11 13:14 Michał Górny
2024-02-11  6:01 Sam James
2024-01-27 12:10 Michał Górny
2024-01-13  8:20 Michał Górny
2023-11-29 10:12 Michał Górny
2023-11-29 10:10 Michał Górny
2023-11-14 20:06 Michał Górny
2023-10-20 12:59 Michał Górny
2023-06-18 17:18 Michał Górny
2023-06-18 15:14 Sam James
2023-05-18 18:54 Michał Górny
2023-05-10  3:13 Michał Górny
2023-04-08 16:28 Michał Górny
2023-03-17 15:58 Michał Górny
2023-03-17 15:52 Arthur Zamarin
2023-02-14  4:57 Michał Górny
2022-12-25 17:45 Michał Górny
2022-12-25 16:42 Sam James
2022-11-19  9:42 Michał Górny
2022-09-19 19:38 Michał Górny
2022-09-19 19:30 Arthur Zamarin
2022-08-12 10:35 Arthur Zamarin
2022-05-28 21:12 Jakov Smolić
2022-05-21 14:14 Michał Górny
2022-03-26 19:24 Michał Górny
2022-03-26 18:14 Arthur Zamarin
2022-03-26 17:41 Arthur Zamarin
2022-02-19  0:05 Michał Górny
2022-01-17  4:18 Joshua Kinard
2021-12-27 21:49 Michał Górny
2021-12-27 21:49 Michał Górny
2021-12-27 21:16 Michał Górny
2021-12-27 18:48 Arthur Zamarin
2021-11-26  7:30 Michał Górny
2021-11-01 15:46 Sam James
2021-10-17 19:09 Sam James
2021-10-16  5:19 Sam James
2021-10-16  1:14 Sam James
2021-10-16  1:12 Sam James
2021-10-11 23:28 Sam James
2021-10-11  1:20 Sam James
2021-10-10  0:09 Sam James
2021-10-01  6:14 Arthur Zamarin
2021-09-15  2:32 Sam James
2021-09-13 16:03 Sam James
2021-08-26  7:58 Michał Górny
2021-07-03  6:32 Michał Górny
2021-07-03  6:17 Agostino Sarubbo
2021-05-27 23:18 Michał Górny
2021-03-19 21:39 Michał Górny
2021-03-19 20:14 Sam James
2021-02-24 22:30 Michał Górny
2021-02-24 22:08 Sam James
2021-02-16 17:08 Michał Górny
2021-01-24  0:07 Sam James
2021-01-18 23:53 Michał Górny
2020-12-17  8:48 Michał Górny
2020-12-17  4:00 Sam James
2020-11-11 20:55 Michał Górny
2020-09-30 16:31 Louis Sautier
2020-09-30 15:30 Louis Sautier
2020-09-18 14:36 Michał Górny
2020-09-08 19:19 Sam James
2020-08-04 13:48 Michał Górny
2020-07-30 20:41 Michał Górny
2020-07-29 17:11 Sam James
2020-07-29 16:22 Sam James
2020-07-16 11:48 Michał Górny
2020-07-08 13:16 Michał Górny
2020-06-15  7:23 Michał Górny
2020-06-11  8:01 Michał Górny
2020-06-01  5:56 Michał Górny
2020-05-31  6:57 Matt Turner
2020-05-17  9:37 Sergei Trofimovich
2020-05-04 10:29 Michał Górny
2020-05-02  4:31 Matthew Thode
2020-04-21 19:45 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-26 14:51 Michał Górny
2020-01-30  2:45 Patrick McLean
2020-01-30  1:27 Patrick McLean
2020-01-26 20:24 Matthew Thode
2020-01-24 15:08 Robin H. Johnson
2019-01-28  0:25 Matthew Thode
2018-09-14 19:48 Matt Thode
2018-09-01 19:24 Matt Thode
2018-08-30 17:50 Matt Thode
2018-08-01 17:03 Matt Thode
2018-07-25  7:07 Matt Thode
2018-07-04 17:56 Matt Thode
2018-06-19 19:13 Patrice Clement
2018-04-11 16:22 Matt Thode
2018-02-22 19:59 Matt Thode
2017-08-28 18:35 Matt Thode
2017-08-28 18:35 Matt Thode
2017-05-02  9:48 Michał Górny
2017-02-27  4:27 Matt Thode
2016-03-26  1:56 Matt Thode
2016-02-28  7:32 Matt Thode
2015-11-10  8:24 Agostino Sarubbo
2015-11-10  8:19 Agostino Sarubbo
2015-09-03  3:42 Matt Thode

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=1570034879.43eb57ed35148e3355ad9bed5135ae54d174261f.prometheanfire@gentoo \
    --to=prometheanfire@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