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/doc8/
Date: Sun, 31 Oct 2021 20:33:34
Message-Id: 1635712407.f934c584c6eb9feb47da9087e6580489be90e59e.mgorny@gentoo
1 commit: f934c584c6eb9feb47da9087e6580489be90e59e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 31 20:32:15 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 31 20:33:27 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f934c584
7
8 dev-python/doc8: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/doc8/Manifest | 1 -
13 dev-python/doc8/doc8-0.9.0.ebuild | 37 -------------------------------------
14 2 files changed, 38 deletions(-)
15
16 diff --git a/dev-python/doc8/Manifest b/dev-python/doc8/Manifest
17 index de1c2ae5ef9..f5039848a20 100644
18 --- a/dev-python/doc8/Manifest
19 +++ b/dev-python/doc8/Manifest
20 @@ -1,2 +1 @@
21 -DIST doc8-0.9.0.tar.gz 30995 BLAKE2B 9960e223e9ada9646a0e302230714dbeef1525bf9a912ec1b7a8a0c5e4bf2d2307c2303524668d770ddb38d0b30e4a868e5a2280b7c6ffc1b4b80854f2576e75 SHA512 ebff512dfffb7d21d9173f0ff6ca282810334abfbd9c95570dba4e27796e79bc8d14fd2914c029a3cbf235766305dfa37ca565e2e20d32c63ea741f8ce4d1ae2
22 DIST doc8-0.9.1.tar.gz 31122 BLAKE2B 84708d05414fe1545558910d0d74ae9612091500efb1880062910b395f1244c6edb1fe1c95ff97a177fcbb4127fcbc4b819a749f90c8384c0c23e9041af12b25 SHA512 058403a808ec2d55cf732c8eb0e28f6902c935a6fe0fd4e3ce1a11088888f32875a416adf478b81192948ebd581548b2d1591581222f1e841e97777980a80d69
23
24 diff --git a/dev-python/doc8/doc8-0.9.0.ebuild b/dev-python/doc8/doc8-0.9.0.ebuild
25 deleted file mode 100644
26 index e80ac6ea705..00000000000
27 --- a/dev-python/doc8/doc8-0.9.0.ebuild
28 +++ /dev/null
29 @@ -1,37 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -PYTHON_COMPAT=( python3_{8..10} )
36 -inherit distutils-r1 optfeature
37 -
38 -DESCRIPTION="Style checker for Sphinx (or other) RST documentation"
39 -HOMEPAGE="http://git.openstack.org/cgit/stackforge/doc8"
40 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 -
42 -LICENSE="Apache-2.0"
43 -SLOT="0"
44 -KEYWORDS="amd64 ~arm arm64 x86"
45 -
46 -RDEPEND="
47 - dev-python/pbr[${PYTHON_USEDEP}]
48 - dev-python/chardet[${PYTHON_USEDEP}]
49 - dev-python/docutils[${PYTHON_USEDEP}]
50 - dev-python/restructuredtext-lint[${PYTHON_USEDEP}]
51 - dev-python/six[${PYTHON_USEDEP}]
52 - dev-python/stevedore[${PYTHON_USEDEP}]"
53 -BDEPEND="
54 - dev-python/pbr[${PYTHON_USEDEP}]
55 - test? (
56 - dev-python/mock[${PYTHON_USEDEP}]
57 - dev-python/testtools[${PYTHON_USEDEP}]
58 - dev-python/toml[${PYTHON_USEDEP}]
59 - )
60 -"
61 -
62 -distutils_enable_tests unittest
63 -
64 -pkg_postinst() {
65 - optfeature "checking pyproject.toml projects" dev-python/toml
66 -}