Gentoo Archives: gentoo-commits

From: Dirkjan Ochtman <djc@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pelican/
Date: Wed, 20 Mar 2019 19:36:18
Message-Id: 1553110541.608d889e43704e1b10458f342cc5d2c5b3264922.djc@gentoo
1 commit: 608d889e43704e1b10458f342cc5d2c5b3264922
2 Author: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 20 19:35:41 2019 +0000
4 Commit: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 20 19:35:41 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=608d889e
7
8 app-text/pelican: remove old versions
9
10 Signed-off-by: Dirkjan Ochtman <djc <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 app-text/pelican/Manifest | 3 --
14 app-text/pelican/pelican-3.6.0.ebuild | 42 --------------------------
15 app-text/pelican/pelican-3.6.3.ebuild | 55 -----------------------------------
16 app-text/pelican/pelican-3.7.0.ebuild | 53 ---------------------------------
17 4 files changed, 153 deletions(-)
18
19 diff --git a/app-text/pelican/Manifest b/app-text/pelican/Manifest
20 index 3d25b1d1c01..9e5e2f841e2 100644
21 --- a/app-text/pelican/Manifest
22 +++ b/app-text/pelican/Manifest
23 @@ -1,5 +1,2 @@
24 -DIST pelican-3.6.0.tar.gz 773887 BLAKE2B 9e0827a13fc1668a718c69604c29832062d69db36753f248c03572b46490a57abb2cdcab84881b308792c7c9f1716665b12be7bdcaf878afd0f5d5d049c9d385 SHA512 7c4bcda6155b363d9e0d31d1763f20f9e3a3e9c5cd250ef4ce02305504e910c3ad61b3ae4ab909d1bca51a46102fe59583a6700f5a32a14d0c1cde47507db3d0
25 -DIST pelican-3.6.3.tar.gz 775060 BLAKE2B b4e2ab53f312f4a6f0a3398dd07512e9e51f3f780dae47a7a2405f36ac81149eb336e8a97a7898dfdec9d27938acd57ebaa19b4d9f928f7c714cb9b85108dda6 SHA512 8bd8fcb72e67955d9c267731f74905417174d0767ec159d9b141e74aaa3cd8ee095270a7cc30847c413c702944df0c0b974ff8e98c55aa5004c00dbc55eadb16
26 -DIST pelican-3.7.0.tar.gz 784432 BLAKE2B 34aac3c79fb4f9417132209ba2decb75b52aab80efa7a1770650422e283fe1801aedc68a84f2ec8ee36e3b3df67b0582ceb2062bf3dca2ba109bf76a8f462e06 SHA512 e4b8a771737a8f6fab109b0f4544229f09141f38210b502f605ae449be7ba12bb43db6637592d2e9060255e923f092c6cfe8dc7bbeec1431d5b625f3a9b8222d
27 DIST pelican-3.7.1.tar.gz 784605 BLAKE2B 42adef016f54a931e4fef225af9a4c5c880b66c96660c2a34137a425f879688822ddc8bbc19805444bf2b49369c3dccf8a5303748ff9e7cbde3910d6ba501652 SHA512 9e04e6a2009cc134f74410d8c8349831467192e7524287e23cad0b68232f2b5dd04f5d98505222d71eb3441e466bccec1cafc7f6e3c6bfcb4c5e57e4ab0fadda
28 DIST pelican-4.0.0.tar.gz 1314626 BLAKE2B 18924209949b43063416f2e2c6e22a5524a36bab79a801f7cc6953c0822beb1bd5b05e715f5bcdb7c4877aba8d7a62cf4276e8abc43406f3c6fd7af8ef0c7c2f SHA512 5d98f5e13e6dde6b27cc299f9fb166edec79efb3fc53b29567218e0d0ba164989ce51830029ec8359697bc039661f6b0ced8d4155105e29098c038840c97d253
29
30 diff --git a/app-text/pelican/pelican-3.6.0.ebuild b/app-text/pelican/pelican-3.6.0.ebuild
31 deleted file mode 100644
32 index f6c4eac0245..00000000000
33 --- a/app-text/pelican/pelican-3.6.0.ebuild
34 +++ /dev/null
35 @@ -1,42 +0,0 @@
36 -# Copyright 1999-2018 Gentoo Foundation
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=5
40 -PYTHON_COMPAT=( python{2_7,3_4} )
41 -
42 -inherit distutils-r1
43 -
44 -DESCRIPTION="A tool to generate a static blog, with restructured text or markdown input files"
45 -HOMEPAGE="https://blog.getpelican.com/ https://pypi.org/project/pelican/"
46 -SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> ${P}.tar.gz"
47 -
48 -LICENSE="AGPL-3"
49 -SLOT="0"
50 -KEYWORDS="amd64 x86"
51 -IUSE="examples markdown"
52 -
53 -DEPEND=">=dev-python/feedgenerator-1.6[${PYTHON_USEDEP}]
54 - >=dev-python/jinja-2.7[${PYTHON_USEDEP}]
55 - dev-python/docutils[${PYTHON_USEDEP}]
56 - dev-python/pygments[${PYTHON_USEDEP}]
57 - dev-python/pytz[${PYTHON_USEDEP}]
58 - dev-python/unidecode[${PYTHON_USEDEP}]
59 - dev-python/blinker[${PYTHON_USEDEP}]
60 - >=dev-python/six-1.4[${PYTHON_USEDEP}]
61 - dev-python/python-dateutil[${PYTHON_USEDEP}]
62 - markdown? ( dev-python/markdown[${PYTHON_USEDEP}] )"
63 -RDEPEND=""
64 -
65 -DOCS=( README.rst )
66 -
67 -python_install_all() {
68 - use examples && local EXAMPLES=( samples/. )
69 - distutils-r1_python_install_all
70 -}
71 -
72 -# no tests: tests/content not in tarball for 2.8.1
73 -# for 3.0, should be based on tox (refer to virtualenvwrapper)
74 -
75 -#python_test() {
76 -# esetup.py test
77 -#}
78
79 diff --git a/app-text/pelican/pelican-3.6.3.ebuild b/app-text/pelican/pelican-3.6.3.ebuild
80 deleted file mode 100644
81 index 306df4f67c4..00000000000
82 --- a/app-text/pelican/pelican-3.6.3.ebuild
83 +++ /dev/null
84 @@ -1,55 +0,0 @@
85 -# Copyright 1999-2018 Gentoo Foundation
86 -# Distributed under the terms of the GNU General Public License v2
87 -
88 -EAPI=6
89 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
90 -
91 -inherit distutils-r1
92 -
93 -DESCRIPTION="A tool to generate a static blog, with restructured text or markdown input files"
94 -HOMEPAGE="https://blog.getpelican.com/ https://pypi.org/project/pelican/"
95 -SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> ${P}.tar.gz"
96 -
97 -LICENSE="AGPL-3"
98 -SLOT="0"
99 -KEYWORDS="~amd64 ~x86"
100 -IUSE="doc examples markdown test"
101 -# Tests fail for this release but are fixed upstream
102 -RESTRICT="test"
103 -
104 -DEPEND=">=dev-python/feedgenerator-1.6[${PYTHON_USEDEP}]
105 - >=dev-python/jinja-2.7[${PYTHON_USEDEP}]
106 - dev-python/docutils[${PYTHON_USEDEP}]
107 - dev-python/pygments[${PYTHON_USEDEP}]
108 - dev-python/pytz[${PYTHON_USEDEP}]
109 - dev-python/unidecode[${PYTHON_USEDEP}]
110 - dev-python/blinker[${PYTHON_USEDEP}]
111 - >=dev-python/six-1.4[${PYTHON_USEDEP}]
112 - dev-python/python-dateutil[${PYTHON_USEDEP}]
113 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
114 - markdown? ( dev-python/markdown[${PYTHON_USEDEP}] )
115 - test? (
116 - dev-python/nose[${PYTHON_USEDEP}]
117 - dev-python/markdown[${PYTHON_USEDEP}]
118 - )"
119 -RDEPEND=""
120 -
121 -DOCS=( README.rst )
122 -
123 -python_compile_all() {
124 - use doc && emake -C docs html
125 -}
126 -
127 -python_install_all() {
128 - use doc && local HTML_DOCS=( docs/_build/html/. )
129 - if use examples; then
130 - insinto "/usr/share/doc/${PF}"
131 - docompress -x "/usr/share/doc/${PF}/samples"
132 - doins -r samples
133 - fi
134 - distutils-r1_python_install_all
135 -}
136 -
137 -python_test() {
138 - nosetests || die "Testing failed with ${EPYTHON}"
139 -}
140
141 diff --git a/app-text/pelican/pelican-3.7.0.ebuild b/app-text/pelican/pelican-3.7.0.ebuild
142 deleted file mode 100644
143 index 826b9d76db6..00000000000
144 --- a/app-text/pelican/pelican-3.7.0.ebuild
145 +++ /dev/null
146 @@ -1,53 +0,0 @@
147 -# Copyright 1999-2018 Gentoo Foundation
148 -# Distributed under the terms of the GNU General Public License v2
149 -
150 -EAPI=6
151 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
152 -
153 -inherit distutils-r1
154 -
155 -DESCRIPTION="A tool to generate a static blog, with restructured text or markdown input files"
156 -HOMEPAGE="https://blog.getpelican.com/ https://pypi.org/project/pelican/"
157 -SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> ${P}.tar.gz"
158 -
159 -LICENSE="AGPL-3"
160 -SLOT="0"
161 -KEYWORDS="amd64 x86"
162 -IUSE="doc examples markdown test"
163 -
164 -DEPEND=">=dev-python/feedgenerator-1.9[${PYTHON_USEDEP}]
165 - >=dev-python/jinja-2.7[${PYTHON_USEDEP}]
166 - dev-python/docutils[${PYTHON_USEDEP}]
167 - dev-python/pygments[${PYTHON_USEDEP}]
168 - dev-python/pytz[${PYTHON_USEDEP}]
169 - dev-python/unidecode[${PYTHON_USEDEP}]
170 - dev-python/blinker[${PYTHON_USEDEP}]
171 - >=dev-python/six-1.4[${PYTHON_USEDEP}]
172 - dev-python/python-dateutil[${PYTHON_USEDEP}]
173 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
174 - markdown? ( dev-python/markdown[${PYTHON_USEDEP}] )
175 - test? (
176 - dev-python/nose[${PYTHON_USEDEP}]
177 - dev-python/markdown[${PYTHON_USEDEP}]
178 - )"
179 -RDEPEND=""
180 -
181 -DOCS=( README.rst )
182 -
183 -python_compile_all() {
184 - use doc && emake -C docs html
185 -}
186 -
187 -python_install_all() {
188 - use doc && local HTML_DOCS=( docs/_build/html/. )
189 - if use examples; then
190 - insinto "/usr/share/doc/${PF}"
191 - docompress -x "/usr/share/doc/${PF}/samples"
192 - doins -r samples
193 - fi
194 - distutils-r1_python_install_all
195 -}
196 -
197 -python_test() {
198 - nosetests || die "Testing failed with ${EPYTHON}"
199 -}