Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hacking/
Date: Wed, 03 Jan 2018 22:13:16
Message-Id: 1515017588.b340e140354c18dbe9d71719a1655f1384be0967.mgorny@gentoo
1 commit: b340e140354c18dbe9d71719a1655f1384be0967
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 3 18:46:07 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 3 22:13:08 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b340e140
7
8 dev-python/hacking: Clean old up
9
10 dev-python/hacking/Manifest | 1 -
11 dev-python/hacking/hacking-0.8.1.ebuild | 60 ---------------------------------
12 2 files changed, 61 deletions(-)
13
14 diff --git a/dev-python/hacking/Manifest b/dev-python/hacking/Manifest
15 index 4c9f9ffcb2f..2c8a5c6286c 100644
16 --- a/dev-python/hacking/Manifest
17 +++ b/dev-python/hacking/Manifest
18 @@ -1,5 +1,4 @@
19 DIST hacking-0.10.3.tar.gz 41119 BLAKE2B fe43b31f356c9469925bf43ff381c1e24d6976961140e2e3f0988d2c693db87de98b27b38ce456b4fc681bfbaff428882e7fc072cd4511935585d789850b85a4 SHA512 020f58220d6c3d09dcc1b0ab886796087c9fe4e9eccae1e331f6f2056b5b106ffa4ba2545af086cf4ee53e21bcc124fef203c7bac36456ac86f09b4c6ff07417
20 DIST hacking-0.13.0.tar.gz 49171 BLAKE2B 2784f7303dc985ba8d0cc0c9d91dc76ff9b6bc02c1bbf1381e0803e753c2a4aa0560acead7e653616a2316bbd3ac073142cfc078dddea36b39b2c5e5bbef0f8e SHA512 ca3fe0bef1c6348ee9497c136d002b04c9f67a766192d88456b749ff860528a887636b1f3db23fec336749dbf3e5bb413a1effd2261e42929d5826e54336e314
21 -DIST hacking-0.8.1.tar.gz 51800 BLAKE2B 0dda1c3168f42b53ce5e4581544a58bd23d2b221fd109124fc2ab449ecf898972d821c131d3de0d3001a2aeebc777d01651f49e1cd75c8d2ec4f763ece099bbb SHA512 9055d57dd39bc1653cd7c8773ea4ca7f9b206e8495c137570c3456dab45373b51d6f25dcd4413b5f78b7c4740f5c89d21534ee982dee542c7674bd825c96b91a
22 DIST hacking-0.9.2.tar.gz 43956 BLAKE2B f4bad9ca0ffaaaf05d9f0b8536ccc72c51de4547de8d38ea31f9bae1ebbb52362d75fc286075b13631362fa00e3a7081db6a128584067896bf4daf7b32f4bfeb SHA512 76aa59b4cdfb8036d6471e35cba43d502de3a72edc3883a05822063cbb92eaa072cef3144d21ee82ac763c3385c65bc9dec4b66fda5a5a2090191ba5b6388d41
23 DIST hacking-0.9.6.tar.gz 43287 BLAKE2B e67090fe103849fd9cb4cd4ea36065d49500448cc291ffa2c36273095a2de4a704af2f3a926aef0ffe4aa4689ef7f810f317f0ed46e9c7143039ab776b04bfe5 SHA512 e4225754a85ff474b724130a0c3d6a6b9c480a953ea35a18833378cf2a5df4687819f510b50a95f42890cc69836033a8af933bc0a5a4e330ae94532bcee189b4
24
25 diff --git a/dev-python/hacking/hacking-0.8.1.ebuild b/dev-python/hacking/hacking-0.8.1.ebuild
26 deleted file mode 100644
27 index 9a6e1c4b54c..00000000000
28 --- a/dev-python/hacking/hacking-0.8.1.ebuild
29 +++ /dev/null
30 @@ -1,60 +0,0 @@
31 -# Copyright 1999-2015 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -PYTHON_COMPAT=( python2_7 )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="A client for the OpenStack Nova API"
40 -HOMEPAGE="https://github.com/openstack-dev/hacking"
41 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="Apache-2.0"
44 -SLOT="0"
45 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
46 -IUSE="doc test"
47 -
48 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
49 - >=dev-python/pbr-0.5.21[${PYTHON_USEDEP}]
50 - <dev-python/pbr-1.0[${PYTHON_USEDEP}]
51 - test? ( >=dev-python/coverage-3.6[${PYTHON_USEDEP}]
52 - >=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}]
53 - dev-python/subunit[${PYTHON_USEDEP}]
54 - >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
55 - >=dev-python/testrepository-0.0.17-r2[${PYTHON_USEDEP}]
56 - >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
57 - >=dev-python/testtools-0.9.32[${PYTHON_USEDEP}]
58 - ${RDEPEND} )"
59 -RDEPEND="~dev-python/pep8-1.4.5[${PYTHON_USEDEP}]
60 - >=dev-python/pyflakes-0.7.2[${PYTHON_USEDEP}]
61 - <dev-python/pyflakes-0.7.4[${PYTHON_USEDEP}]
62 - ~dev-python/flake8-2.0[${PYTHON_USEDEP}]
63 - >=dev-python/six-1.4.1[${PYTHON_USEDEP}]"
64 -DISTUTILS_IN_SOURCE_BUILD=1
65 -
66 -python_prepare_all() {
67 - sed -e 's:intersphinx_mapping:#&:' -i doc/source/conf.py || die
68 - distutils-r1_python_prepare_all
69 -}
70 -
71 -python_compile_all() {
72 - use doc && sphinx-build -b html -c doc/source/ doc/source/ doc/source/html
73 -}
74 -
75 -python_test() {
76 - # https://bugs.launchpad.net/hacking/+bug/1265520
77 - # Although fixed in trunk, the fix is a version change in pep8
78 - # which cannot be simply dropped in here.
79 - if python_is_python3; then
80 - sed -e 's:test_pep8:_&:' -i hacking/tests/test_doctest.py || die
81 - fi
82 - testr init || die "testr init died"
83 - testr run || die "testsuite failed under ${EPYTHON}"
84 - flake8 "${PN}"/tests || die "flake8 drew error on a run over ${PN}/tests folder"
85 -}
86 -
87 -python_install_all() {
88 - use doc && local HTML_DOCS=( doc/source/html/. )
89 - distutils-r1_python_install_all
90 -}