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: app-text/pelican/
Date: Mon, 31 May 2021 20:22:18
Message-Id: 1622492373.8f0a559241ed4a70eebcf660964325904f28f532.mgorny@gentoo
1 commit: 8f0a559241ed4a70eebcf660964325904f28f532
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 31 20:19:33 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 20:19:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f0a5592
7
8 app-text/pelican: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-text/pelican/Manifest | 2 --
13 app-text/pelican/pelican-4.2.0-r1.ebuild | 57 -------------------------------
14 app-text/pelican/pelican-4.5.1-r1.ebuild | 58 --------------------------------
15 3 files changed, 117 deletions(-)
16
17 diff --git a/app-text/pelican/Manifest b/app-text/pelican/Manifest
18 index 733277c2ae0..b883eb6230c 100644
19 --- a/app-text/pelican/Manifest
20 +++ b/app-text/pelican/Manifest
21 @@ -1,3 +1 @@
22 -DIST pelican-4.2.0.tar.gz 1332348 BLAKE2B 879a9d51f2b2956e895302dd613c877ff65bf8d420cd70144618ada07723037bca680f6983bdf3860d144ebae4eca8198219dad9caf0d6ecc06745a3881447fa SHA512 9c9f41306739acc4c6c6a7ddf50d955d958af7be1da197b42859b95405b18ab5b597fee4f9aabdf98cd508204558bff9c4f0c11bf4e5367b16e32568682a21e6
23 -DIST pelican-4.5.1.tar.gz 1397023 BLAKE2B f12b16045feaf001c8f6e57116fb8e807ce1d51f16bf7a373203edec3d1edb91a2386dbf8fb008efbc11654ae1cbe678b4a3cbf99349340db1d784962e81ab5b SHA512 cb27399d3c280981d1e8cd01dbfd54b1a8bd11d9b87c4717226a2a467d73c3ad4e038a8e544534289a73e9e3cc64b4414e2b3bbf2cdd05b917d02df79ab40b5a
24 DIST pelican-4.5.3.tar.gz 1397896 BLAKE2B 86651f627af67c571ea65a7ddfe7b62747fd2798575d6c4f29455da9b2371ce22ff42d715f148925724764e0a9fbb8aeba1dea401226856d3681b520dbb0a7af SHA512 b1ef5f145b448f6af2e25a1adb399521d4c5f7eef3ee2aa5ab9e50c223623b5c9961622e5cd835a3cb72dbbe905da6ac9217128f2459a35892bbac9b9cb6d26a
25
26 diff --git a/app-text/pelican/pelican-4.2.0-r1.ebuild b/app-text/pelican/pelican-4.2.0-r1.ebuild
27 deleted file mode 100644
28 index 78bf8edfb8c..00000000000
29 --- a/app-text/pelican/pelican-4.2.0-r1.ebuild
30 +++ /dev/null
31 @@ -1,57 +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 -PYTHON_COMPAT=( python3_7 )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="A tool to generate a static blog, with restructured text or markdown input files"
41 -HOMEPAGE="https://blog.getpelican.com/ https://pypi.org/project/pelican/"
42 -SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> ${P}.tar.gz"
43 -
44 -LICENSE="AGPL-3"
45 -SLOT="0"
46 -KEYWORDS="amd64 x86"
47 -IUSE="doc examples markdown test"
48 -
49 -BDEPEND="
50 - test? (
51 - dev-python/nose[${PYTHON_USEDEP}]
52 - dev-python/markdown[${PYTHON_USEDEP}]
53 - )
54 -"
55 -DEPEND=">=dev-python/feedgenerator-1.9[${PYTHON_USEDEP}]
56 - >=dev-python/jinja-2.7[${PYTHON_USEDEP}]
57 - dev-python/docutils[${PYTHON_USEDEP}]
58 - dev-python/pygments[${PYTHON_USEDEP}]
59 - dev-python/pytz[${PYTHON_USEDEP}]
60 - dev-python/unidecode[${PYTHON_USEDEP}]
61 - dev-python/blinker[${PYTHON_USEDEP}]
62 - >=dev-python/six-1.4[${PYTHON_USEDEP}]
63 - dev-python/python-dateutil[${PYTHON_USEDEP}]
64 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
65 - markdown? ( dev-python/markdown[${PYTHON_USEDEP}] )
66 -"
67 -RDEPEND="${DEPEND}"
68 -RESTRICT="test"
69 -
70 -DOCS=( README.rst )
71 -
72 -python_compile_all() {
73 - use doc && emake -C docs html
74 -}
75 -
76 -python_install_all() {
77 - use doc && local HTML_DOCS=( docs/_build/html/. )
78 - if use examples; then
79 - insinto "/usr/share/doc/${PF}"
80 - docompress -x "/usr/share/doc/${PF}/samples"
81 - doins -r samples
82 - fi
83 - distutils-r1_python_install_all
84 -}
85 -
86 -python_test() {
87 - nosetests || die "Testing failed with ${EPYTHON}"
88 -}
89
90 diff --git a/app-text/pelican/pelican-4.5.1-r1.ebuild b/app-text/pelican/pelican-4.5.1-r1.ebuild
91 deleted file mode 100644
92 index b43b78f34e5..00000000000
93 --- a/app-text/pelican/pelican-4.5.1-r1.ebuild
94 +++ /dev/null
95 @@ -1,58 +0,0 @@
96 -# Copyright 1999-2021 Gentoo Authors
97 -# Distributed under the terms of the GNU General Public License v2
98 -
99 -EAPI=7
100 -PYTHON_COMPAT=( python3_7 )
101 -DISTUTILS_USE_SETUPTOOLS=rdepend
102 -
103 -inherit distutils-r1
104 -
105 -DESCRIPTION="A tool to generate a static blog, with restructured text or markdown input files"
106 -HOMEPAGE="https://blog.getpelican.com/ https://pypi.org/project/pelican/"
107 -SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> ${P}.tar.gz"
108 -
109 -LICENSE="AGPL-3"
110 -SLOT="0"
111 -KEYWORDS="~amd64 ~x86"
112 -IUSE="doc examples markdown test"
113 -
114 -BDEPEND="
115 - test? (
116 - dev-python/nose[${PYTHON_USEDEP}]
117 - dev-python/markdown[${PYTHON_USEDEP}]
118 - )
119 -"
120 -DEPEND=">=dev-python/feedgenerator-1.9[${PYTHON_USEDEP}]
121 - >=dev-python/jinja-2.7[${PYTHON_USEDEP}]
122 - dev-python/docutils[${PYTHON_USEDEP}]
123 - dev-python/pygments[${PYTHON_USEDEP}]
124 - dev-python/pytz[${PYTHON_USEDEP}]
125 - dev-python/unidecode[${PYTHON_USEDEP}]
126 - dev-python/blinker[${PYTHON_USEDEP}]
127 - >=dev-python/six-1.4[${PYTHON_USEDEP}]
128 - dev-python/python-dateutil[${PYTHON_USEDEP}]
129 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
130 - markdown? ( dev-python/markdown[${PYTHON_USEDEP}] )
131 -"
132 -RDEPEND="${DEPEND}"
133 -RESTRICT="test"
134 -
135 -DOCS=( README.rst )
136 -
137 -python_compile_all() {
138 - use doc && emake -C docs html
139 -}
140 -
141 -python_install_all() {
142 - use doc && local HTML_DOCS=( docs/_build/html/. )
143 - if use examples; then
144 - insinto "/usr/share/doc/${PF}"
145 - docompress -x "/usr/share/doc/${PF}/samples"
146 - doins -r samples
147 - fi
148 - distutils-r1_python_install_all
149 -}
150 -
151 -python_test() {
152 - nosetests || die "Testing failed with ${EPYTHON}"
153 -}