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/rich/
Date: Tue, 28 Feb 2023 19:00:58
Message-Id: 1677610591.098415817a20fb07a0b39db0ee3e6d913e13d972.mgorny@gentoo
1 commit: 098415817a20fb07a0b39db0ee3e6d913e13d972
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 28 18:56:31 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 28 18:56:31 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09841581
7
8 dev-python/rich: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/rich/Manifest | 2 --
13 dev-python/rich/rich-13.2.0.ebuild | 52 --------------------------------------
14 dev-python/rich/rich-13.3.0.ebuild | 52 --------------------------------------
15 3 files changed, 106 deletions(-)
16
17 diff --git a/dev-python/rich/Manifest b/dev-python/rich/Manifest
18 index 09be4988fcd8..22a3158f855b 100644
19 --- a/dev-python/rich/Manifest
20 +++ b/dev-python/rich/Manifest
21 @@ -1,3 +1 @@
22 -DIST rich-13.2.0.gh.tar.gz 15066145 BLAKE2B 1a767de5d3b872e07e74374d956b4a3d1b6916a98846f98208f8a2e14a1c12f18fe7d85919f0b2104228fd74d25e640d446fae416a70254f7241fa726fb82802 SHA512 a3df2d3bdb35d25cad867cafad726a081d7fcba45e0b4ea2ec9aa17c28fc4d2c22f4ba1c7e3ef16fea7137c052875632b8d774895082d40804dc929021c0a2ef
23 -DIST rich-13.3.0.gh.tar.gz 15055287 BLAKE2B bf314606d2da55d1c20d01083c21edc6f10590431152d360f1a5731fc543d47360faabd5141d3bf9b46793145a08bd79c971974ae85956df8821a33afa45bc50 SHA512 1ad28c6ea505ad4088ccab8a034b5ffa49f9ad59e7b60fe27dbcb8fec485f9f695d25dde83b102021c24ff149fdd9e981a1009bb82eb545250824436bd818d62
24 DIST rich-13.3.1.gh.tar.gz 15055408 BLAKE2B 79713ee232bc1c990c1432f7966cffd69b8ffef9ad8a562339d62b03fbab4620040c5ae1d735d3084d71f32581955f0ea5fad113ff992dcddb2dd0e20465484e SHA512 a3b5bef2183bbb888f0ef5a90b35fdb1ed7ef6103dfea01a5efa441ce8d1769b53d7888684e3b5cd76bcacf3768835d918d9fbb7801eab57c04d1412f129f6bb
25
26 diff --git a/dev-python/rich/rich-13.2.0.ebuild b/dev-python/rich/rich-13.2.0.ebuild
27 deleted file mode 100644
28 index 5a00191deda0..000000000000
29 --- a/dev-python/rich/rich-13.2.0.ebuild
30 +++ /dev/null
31 @@ -1,52 +0,0 @@
32 -# Copyright 2022-2023 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -DISTUTILS_USE_PEP517=poetry
38 -PYTHON_COMPAT=( python3_{9..11} pypy3 )
39 -
40 -inherit distutils-r1 optfeature
41 -
42 -DESCRIPTION="Python library for rendering rich text, tables, etc. to the terminal"
43 -HOMEPAGE="
44 - https://github.com/Textualize/rich/
45 - https://pypi.org/project/rich/
46 -"
47 -SRC_URI="
48 - https://github.com/Textualize/rich/archive/v${PV}.tar.gz
49 - -> ${P}.gh.tar.gz
50 -"
51 -
52 -LICENSE="MIT"
53 -SLOT="0"
54 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv ~s390 sparc x86"
55 -
56 -RDEPEND="
57 - dev-python/colorama[${PYTHON_USEDEP}]
58 - <dev-python/markdown-it-py-3[${PYTHON_USEDEP}]
59 - >=dev-python/markdown-it-py-2.1.0[${PYTHON_USEDEP}]
60 - dev-python/pygments[${PYTHON_USEDEP}]
61 - $(python_gen_cond_dep '
62 - dev-python/typing-extensions[${PYTHON_USEDEP}]
63 - ' 3.8)
64 -"
65 -
66 -distutils_enable_tests pytest
67 -
68 -python_test() {
69 - local -x COLUMNS=80
70 - local EPYTEST_DESELECT=(
71 - # TODO
72 - tests/test_console.py::test_size_can_fall_back_to_std_descriptors
73 - tests/test_inspect.py::test_inspect_integer_with_methods_python38_and_python39
74 - # pygments?
75 - tests/test_syntax.py::test_python_render_simple_indent_guides
76 - tests/test_syntax.py::test_python_render_line_range_indent_guides
77 - )
78 - epytest -p no:pytest-qt
79 -}
80 -
81 -pkg_postinst() {
82 - optfeature "integration with HTML widgets for Jupyter" dev-python/ipywidgets
83 -}
84
85 diff --git a/dev-python/rich/rich-13.3.0.ebuild b/dev-python/rich/rich-13.3.0.ebuild
86 deleted file mode 100644
87 index 55b97b52578e..000000000000
88 --- a/dev-python/rich/rich-13.3.0.ebuild
89 +++ /dev/null
90 @@ -1,52 +0,0 @@
91 -# Copyright 2022-2023 Gentoo Authors
92 -# Distributed under the terms of the GNU General Public License v2
93 -
94 -EAPI=8
95 -
96 -DISTUTILS_USE_PEP517=poetry
97 -PYTHON_COMPAT=( python3_{9..11} pypy3 )
98 -
99 -inherit distutils-r1 optfeature
100 -
101 -DESCRIPTION="Python library for rendering rich text, tables, etc. to the terminal"
102 -HOMEPAGE="
103 - https://github.com/Textualize/rich/
104 - https://pypi.org/project/rich/
105 -"
106 -SRC_URI="
107 - https://github.com/Textualize/rich/archive/v${PV}.tar.gz
108 - -> ${P}.gh.tar.gz
109 -"
110 -
111 -LICENSE="MIT"
112 -SLOT="0"
113 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
114 -
115 -RDEPEND="
116 - dev-python/colorama[${PYTHON_USEDEP}]
117 - <dev-python/markdown-it-py-3[${PYTHON_USEDEP}]
118 - >=dev-python/markdown-it-py-2.1.0[${PYTHON_USEDEP}]
119 - >=dev-python/pygments-2.14.0[${PYTHON_USEDEP}]
120 - $(python_gen_cond_dep '
121 - dev-python/typing-extensions[${PYTHON_USEDEP}]
122 - ' 3.8)
123 -"
124 -
125 -distutils_enable_tests pytest
126 -
127 -python_test() {
128 - local -x COLUMNS=80
129 - local EPYTEST_DESELECT=(
130 - # TODO
131 - tests/test_console.py::test_size_can_fall_back_to_std_descriptors
132 - tests/test_inspect.py::test_inspect_integer_with_methods_python38_and_python39
133 - # pygments?
134 - tests/test_syntax.py::test_python_render_simple_indent_guides
135 - tests/test_syntax.py::test_python_render_line_range_indent_guides
136 - )
137 - epytest -p no:pytest-qt
138 -}
139 -
140 -pkg_postinst() {
141 - optfeature "integration with HTML widgets for Jupyter" dev-python/ipywidgets
142 -}