Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/retext/
Date: Sun, 20 Feb 2022 05:27:37
Message-Id: 1645334776.0bf651e4aa785fd2eaa7aeb9b194d922c952d8a8.sam@gentoo
1 commit: 0bf651e4aa785fd2eaa7aeb9b194d922c952d8a8
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 20 05:13:40 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 20 05:26:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bf651e4
7
8 app-editors/retext: drop 7.1.0, 7.2.1
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-editors/retext/Manifest | 2 -
13 app-editors/retext/retext-7.1.0.ebuild | 68 ---------------------------------
14 app-editors/retext/retext-7.2.1.ebuild | 70 ----------------------------------
15 3 files changed, 140 deletions(-)
16
17 diff --git a/app-editors/retext/Manifest b/app-editors/retext/Manifest
18 index f36087851d43..613d0808a019 100644
19 --- a/app-editors/retext/Manifest
20 +++ b/app-editors/retext/Manifest
21 @@ -1,3 +1 @@
22 -DIST ReText-7.1.0.tar.gz 484989 BLAKE2B 74f07218cba1d76d011e5347c65ec03ef84da29119c177f35cca206cb269ae4755fdb85448562a378d2ab610930d23b4eccb62a39807409c6e80a68102be2034 SHA512 92333f31f7a57440d642246ed30156384285bb44640a0d6e7654e82749681893eaef3cb16e41fa2d7b618aa59f1ea8cb07d431736b00f35cb9130d7294e3d105
23 -DIST ReText-7.2.1.tar.gz 522364 BLAKE2B 6334fd6dc1c625378426e408a0d4ad6bb9c02dcba18fcfa566d61ce006a44c34327686a8eb756f2195620e644e096b9393a7cfa73229aa0dab7d29ddf715edaa SHA512 1a375acb40792e3cae9f955a75ebac7c30c9e5cc719477989b28d8d7f06e18ad14d98f1a600a5b6d050b3276ef22bd46b5f1f07af90d561cca500674ff461604
24 DIST ReText-7.2.2.tar.gz 522652 BLAKE2B f9b19f985c1381eade324758c4dc6bf2e5f74bc3f5bfc27afa10462b7387f64a3e72edd5875aabf1831f1f0a942f395e43b124c172cac8cec4b9f19334661484 SHA512 68345b57b2c5446158ed3a6f97b5ead103ef1c99a3aea9cbc69ef7d0807fb64546f38ebde2969b94429eeed6450abb345fecc566dcf6e0767fe84c4e27348e53
25
26 diff --git a/app-editors/retext/retext-7.1.0.ebuild b/app-editors/retext/retext-7.1.0.ebuild
27 deleted file mode 100644
28 index 3d983b56ce76..000000000000
29 --- a/app-editors/retext/retext-7.1.0.ebuild
30 +++ /dev/null
31 @@ -1,68 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -# no pypy{,3} support as PyQt5 does not support it at 2020-07-05 (towelday)
38 -# https://bitbucket.org/pypy/compatibility/wiki/Home#!gui-library-bindings
39 -PYTHON_COMPAT=( python3_{7,8,9} )
40 -
41 -DISTUTILS_USE_SETUPTOOLS=rdepend
42 -inherit distutils-r1 optfeature virtualx xdg-utils
43 -
44 -MY_PN="ReText"
45 -MY_P="${MY_PN}-${PV/_/~}"
46 -
47 -DESCRIPTION="Simple editor for Markdown and reStructuredText"
48 -HOMEPAGE="https://github.com/retext-project/retext https://github.com/retext-project/retext/wiki"
49 -
50 -if [[ ${PV} == *9999 ]]
51 - then
52 - inherit git-r3
53 - EGIT_REPO_URI="https://github.com/retext-project/retext.git"
54 - else
55 - SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
56 - KEYWORDS="amd64 x86"
57 - S="${WORKDIR}"/${MY_P}
58 -fi
59 -
60 -LICENSE="GPL-2+"
61 -SLOT="0"
62 -RESTRICT="!test? ( test )"
63 -
64 -RDEPEND="
65 - dev-python/chardet[${PYTHON_USEDEP}]
66 - dev-python/docutils[${PYTHON_USEDEP}]
67 - dev-python/markdown[${PYTHON_USEDEP}]
68 - dev-python/markups[${PYTHON_USEDEP}]
69 - dev-python/pygments[${PYTHON_USEDEP}]
70 - dev-python/python-markdown-math[${PYTHON_USEDEP}]
71 - dev-python/PyQt5[gui,network,printsupport,widgets,${PYTHON_USEDEP}]
72 - dev-python/PyQtWebEngine[${PYTHON_USEDEP}]
73 -"
74 -DEPEND="${RDEPEND}"
75 -
76 -src_test() {
77 - virtx distutils-r1_src_test
78 -}
79 -
80 -python_test() {
81 - esetup.py test
82 -}
83 -
84 -pkg_postinst() {
85 - xdg_desktop_database_update
86 - xdg_icon_cache_update
87 -
88 - optfeature "dictionary support" dev-python/pyenchant
89 -
90 - einfo "Starting with retext-7.0.4 the markdown-math plugin is installed."
91 - einfo "Note that you can use different math delimiters, e.g. \(...\) for inline math."
92 - einfo "For more details take a look at:"
93 - einfo "https://github.com/mitya57/python-markdown-math#math-delimiters"
94 -}
95 -
96 -pkg_postrm() {
97 - xdg_desktop_database_update
98 - xdg_icon_cache_update
99 -}
100
101 diff --git a/app-editors/retext/retext-7.2.1.ebuild b/app-editors/retext/retext-7.2.1.ebuild
102 deleted file mode 100644
103 index 8dccc7365c37..000000000000
104 --- a/app-editors/retext/retext-7.2.1.ebuild
105 +++ /dev/null
106 @@ -1,70 +0,0 @@
107 -# Copyright 1999-2021 Gentoo Authors
108 -# Distributed under the terms of the GNU General Public License v2
109 -
110 -EAPI=7
111 -
112 -# Please don't add pypy support before testing if it's actually supported. The
113 -# old compat matrix is no longer accessible as of 2021-02-13 but stated back
114 -# in 2020-07-05 that PyQt5 was explicitly not supported.
115 -PYTHON_COMPAT=( python3_{8,9} )
116 -
117 -inherit distutils-r1 optfeature virtualx xdg-utils
118 -
119 -MY_PN="ReText"
120 -MY_P="${MY_PN}-${PV/_/~}"
121 -
122 -DESCRIPTION="Simple editor for Markdown and reStructuredText"
123 -HOMEPAGE="https://github.com/retext-project/retext https://github.com/retext-project/retext/wiki"
124 -
125 -if [[ ${PV} == *9999 ]]
126 - then
127 - inherit git-r3
128 - EGIT_REPO_URI="https://github.com/retext-project/retext.git"
129 - else
130 - SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
131 - KEYWORDS="amd64 ~riscv x86"
132 - S="${WORKDIR}/${MY_P}"
133 -fi
134 -
135 -LICENSE="GPL-2+"
136 -SLOT="0"
137 -RESTRICT="!test? ( test )"
138 -
139 -RDEPEND="
140 - dev-python/chardet[${PYTHON_USEDEP}]
141 - dev-python/docutils[${PYTHON_USEDEP}]
142 - dev-python/markdown[${PYTHON_USEDEP}]
143 - >=dev-python/markups-3.1.1[${PYTHON_USEDEP}]
144 - dev-python/pygments[${PYTHON_USEDEP}]
145 - dev-python/python-markdown-math[${PYTHON_USEDEP}]
146 - dev-python/PyQt5[dbus,gui,printsupport,widgets,${PYTHON_USEDEP}]
147 -"
148 -DEPEND="${RDEPEND}"
149 -BDEPEND="test? ( dev-python/PyQt5[testlib,${PYTHON_USEDEP}] )"
150 -
151 -src_test() {
152 - virtx distutils-r1_src_test
153 -}
154 -
155 -python_test() {
156 - esetup.py test
157 -}
158 -
159 -pkg_postinst() {
160 - xdg_desktop_database_update
161 - xdg_icon_cache_update
162 -
163 - optfeature "dictionary support" dev-python/pyenchant
164 - # See https://bugs.gentoo.org/772197.
165 - optfeature "rendering with webengine" dev-python/PyQtWebEngine
166 -
167 - einfo "Starting with retext-7.0.4 the markdown-math plugin is installed."
168 - einfo "Note that you can use different math delimiters, e.g. \(...\) for inline math."
169 - einfo "For more details take a look at:"
170 - einfo "https://github.com/mitya57/python-markdown-math#math-delimiters"
171 -}
172 -
173 -pkg_postrm() {
174 - xdg_desktop_database_update
175 - xdg_icon_cache_update
176 -}