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, 01 May 2022 13:00:31
Message-Id: 1651410023.1b0904e32d1b6e83af73bf14859687511bc1fbb8.mgorny@gentoo
1 commit: 1b0904e32d1b6e83af73bf14859687511bc1fbb8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 1 13:00:02 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 1 13:00:23 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b0904e3
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 | 2 --
13 dev-python/doc8/doc8-0.11.0.ebuild | 44 --------------------------------------
14 dev-python/doc8/doc8-0.9.1.ebuild | 37 --------------------------------
15 3 files changed, 83 deletions(-)
16
17 diff --git a/dev-python/doc8/Manifest b/dev-python/doc8/Manifest
18 index 48183abf05d6..2f9086ff52e8 100644
19 --- a/dev-python/doc8/Manifest
20 +++ b/dev-python/doc8/Manifest
21 @@ -1,3 +1 @@
22 -DIST doc8-0.11.0.tar.gz 25540 BLAKE2B 4ccfd741da44206e12ec0adcc2155534225363fdd034dfef259b425fc862bfcb62eea691bc86bb39d0fc26fda036956be4f60eaa2214a8eaf6ec1086fa83ec1d SHA512 9a8b57bfe21dcc7302fbdcb9b5f1592c7449b43d4475622926b794a0e9041e85ae7806990517e911348f78f5871133983ec0feab13cea3ccca7e75449e519351
23 DIST doc8-0.11.1.tar.gz 25643 BLAKE2B 5f7eaa00b6fac123d02da41e02c7585c7c7160664766466a3bf06ba146411fda14b3720f8c8277f307f7b4985ded47707c836f9f6e6d7e4f89dc1af50111b87f SHA512 88b0882af3a671afc2a87d9dea0df5e7890895907545ff8fc02b40ae7f765c142bc715bff3e90685dd1d2358b701b8c6c30cac431fe3d6d0ec078b78added2f3
24 -DIST doc8-0.9.1.tar.gz 31122 BLAKE2B 84708d05414fe1545558910d0d74ae9612091500efb1880062910b395f1244c6edb1fe1c95ff97a177fcbb4127fcbc4b819a749f90c8384c0c23e9041af12b25 SHA512 058403a808ec2d55cf732c8eb0e28f6902c935a6fe0fd4e3ce1a11088888f32875a416adf478b81192948ebd581548b2d1591581222f1e841e97777980a80d69
25
26 diff --git a/dev-python/doc8/doc8-0.11.0.ebuild b/dev-python/doc8/doc8-0.11.0.ebuild
27 deleted file mode 100644
28 index 4f9d8a2a0054..000000000000
29 --- a/dev-python/doc8/doc8-0.11.0.ebuild
30 +++ /dev/null
31 @@ -1,44 +0,0 @@
32 -# Copyright 1999-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -DISTUTILS_USE_PEP517=setuptools
38 -PYTHON_COMPAT=( python3_{8..10} )
39 -
40 -inherit distutils-r1 optfeature
41 -
42 -DESCRIPTION="Style checker for Sphinx (or other) RST documentation"
43 -HOMEPAGE="
44 - https://pypi.org/project/doc8/
45 - https://github.com/pycqa/doc8/
46 -"
47 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
48 -
49 -LICENSE="Apache-2.0"
50 -SLOT="0"
51 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
52 -
53 -RDEPEND="
54 - dev-python/docutils[${PYTHON_USEDEP}]
55 - dev-python/pygments[${PYTHON_USEDEP}]
56 - >=dev-python/restructuredtext-lint-0.7[${PYTHON_USEDEP}]
57 - dev-python/stevedore[${PYTHON_USEDEP}]
58 -"
59 -BDEPEND="
60 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
61 - dev-python/setuptools_scm_git_archive[${PYTHON_USEDEP}]
62 - test? (
63 - dev-python/toml[${PYTHON_USEDEP}]
64 - )
65 -"
66 -
67 -distutils_enable_tests unittest
68 -
69 -python_test() {
70 - eunittest -s src
71 -}
72 -
73 -pkg_postinst() {
74 - optfeature "checking pyproject.toml projects" dev-python/toml
75 -}
76
77 diff --git a/dev-python/doc8/doc8-0.9.1.ebuild b/dev-python/doc8/doc8-0.9.1.ebuild
78 deleted file mode 100644
79 index e80ac6ea7058..000000000000
80 --- a/dev-python/doc8/doc8-0.9.1.ebuild
81 +++ /dev/null
82 @@ -1,37 +0,0 @@
83 -# Copyright 1999-2021 Gentoo Authors
84 -# Distributed under the terms of the GNU General Public License v2
85 -
86 -EAPI=8
87 -
88 -PYTHON_COMPAT=( python3_{8..10} )
89 -inherit distutils-r1 optfeature
90 -
91 -DESCRIPTION="Style checker for Sphinx (or other) RST documentation"
92 -HOMEPAGE="http://git.openstack.org/cgit/stackforge/doc8"
93 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
94 -
95 -LICENSE="Apache-2.0"
96 -SLOT="0"
97 -KEYWORDS="amd64 ~arm arm64 x86"
98 -
99 -RDEPEND="
100 - dev-python/pbr[${PYTHON_USEDEP}]
101 - dev-python/chardet[${PYTHON_USEDEP}]
102 - dev-python/docutils[${PYTHON_USEDEP}]
103 - dev-python/restructuredtext-lint[${PYTHON_USEDEP}]
104 - dev-python/six[${PYTHON_USEDEP}]
105 - dev-python/stevedore[${PYTHON_USEDEP}]"
106 -BDEPEND="
107 - dev-python/pbr[${PYTHON_USEDEP}]
108 - test? (
109 - dev-python/mock[${PYTHON_USEDEP}]
110 - dev-python/testtools[${PYTHON_USEDEP}]
111 - dev-python/toml[${PYTHON_USEDEP}]
112 - )
113 -"
114 -
115 -distutils_enable_tests unittest
116 -
117 -pkg_postinst() {
118 - optfeature "checking pyproject.toml projects" dev-python/toml
119 -}