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: www-apps/nikola/
Date: Fri, 01 Jan 2021 00:59:59
Message-Id: 1609462538.cb99267f8b5781f291acc13a09bba781309872ba.mgorny@gentoo
1 commit: cb99267f8b5781f291acc13a09bba781309872ba
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 1 00:55:38 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 1 00:55:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb99267f
7
8 www-apps/nikola: Remove old (py3.6)
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 www-apps/nikola/Manifest | 1 -
13 www-apps/nikola/nikola-7.8.15-r1.ebuild | 62 -------------------------------
14 www-apps/nikola/nikola-7.8.15.ebuild | 66 ---------------------------------
15 3 files changed, 129 deletions(-)
16
17 diff --git a/www-apps/nikola/Manifest b/www-apps/nikola/Manifest
18 index ed28ce8e9eb..29ed98676bd 100644
19 --- a/www-apps/nikola/Manifest
20 +++ b/www-apps/nikola/Manifest
21 @@ -1,4 +1,3 @@
22 -DIST Nikola-7.8.15.tar.gz 4131518 BLAKE2B ea3dca9340852a68b668de82e5deeaa0ecf7bb8597f311721b27409fe0cf820919c79f6e631b030bd3ea4571dd8480c862c607d0b9e6015a8b03023de5a9b93e SHA512 b441ae014539b948d007183ceb574243b89a498be265da7245095f67510d4d7c109c4935e0f9765b4144e82f788a1b66a0eacfba1477a89ce6c2645cb77102d7
23 DIST Nikola-8.0.4.tar.gz 4137494 BLAKE2B 04db8b83f34ca9b3cee785c5eed9d0421d27acf750c4f17dc3bec0df6fd4f462af52a65c0c97a07777922da3bf3fa855d58d546479b19bfb152e8190d2f74524 SHA512 eb6774d11be4eab81fbe41115d80e5d0d38694b734431d5d6355fcd3e3d8ae5ff4a02114c5dd0dbbc9e1ea5a625e9ac2b6b91e82f6e017b4376e4ca8d56cfec7
24 DIST Nikola-8.1.0.tar.gz 4298799 BLAKE2B 568b6b39506ab78c84bdb5fc1bf66829a714d41e1c88afe40236e915a801ce8214e7913ecfda7816d11af17beb9bdb54a0c60a88ef72ce53f7bdac91d057489d SHA512 b88fdf4848314e6428b7f3c4a891aefe682f1ae6a2cdc8da25de1d6af839f5d6f3410e23d90b76094f082aebe15d7e51b2c9cd079d017960bb979503d62a4b68
25 DIST Nikola-8.1.1.tar.gz 4299903 BLAKE2B 75997604e21484bcaab26afa056c3c82f5d19c810e8a388af07aa3c10f8bd341e912c089af5d3aeda51748b6ec17ee07a7c577d5df1a801b032b0bd100188a9a SHA512 a833cb7687077266a20f7043f99b03391f350b48ceea71250158e760b0e44b603de1d6e398a03ec848483775501ad248b6ac45a23ceb250d120a63f110d482b5
26
27 diff --git a/www-apps/nikola/nikola-7.8.15-r1.ebuild b/www-apps/nikola/nikola-7.8.15-r1.ebuild
28 deleted file mode 100644
29 index fc0f51979b5..00000000000
30 --- a/www-apps/nikola/nikola-7.8.15-r1.ebuild
31 +++ /dev/null
32 @@ -1,62 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -PYTHON_COMPAT=( python3_6 )
38 -DISTUTILS_USE_SETUPTOOLS=rdepend
39 -
40 -inherit distutils-r1
41 -
42 -MY_PN="Nikola"
43 -MY_P="${MY_PN}-${PV}"
44 -
45 -DESCRIPTION="A static website and blog generator"
46 -HOMEPAGE="https://getnikola.com/"
47 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
48 -
49 -LICENSE="MIT Apache-2.0 CC0-1.0 public-domain"
50 -SLOT="0"
51 -KEYWORDS="~amd64"
52 -IUSE="assets charts ghpages hyphenation ipython jinja watchdog webmedia websocket"
53 -RESTRICT="test" # needs coveralls
54 -
55 -DEPEND=">=dev-python/docutils-0.12[${PYTHON_USEDEP}]" # needs rst2man to build manpage
56 -RDEPEND="${DEPEND}
57 - >=dev-python/blinker-1.3[${PYTHON_USEDEP}]
58 - >=dev-python/doit-0.29.0[${PYTHON_USEDEP}]
59 - >=dev-python/logbook-1.4.0[${PYTHON_USEDEP}]
60 - >=dev-python/lxml-3.3.5[${PYTHON_USEDEP}]
61 - >=dev-python/mako-1.0[${PYTHON_USEDEP}]
62 - >=dev-python/markdown-2.4.0[${PYTHON_USEDEP}]
63 - >=dev-python/natsort-3.5.2[${PYTHON_USEDEP}]
64 - >=dev-python/piexif-1.0.3[${PYTHON_USEDEP}]
65 - >=dev-python/pygments-1.6[${PYTHON_USEDEP}]
66 - >=dev-python/PyRSS2Gen-1.1[${PYTHON_USEDEP}]
67 - >=dev-python/python-dateutil-2.4[${PYTHON_USEDEP}]
68 - >=dev-python/requests-2.2.0[${PYTHON_USEDEP}]
69 - >=dev-python/unidecode-0.04.16[${PYTHON_USEDEP}]
70 - >=dev-python/yapsy-1.11.223[${PYTHON_USEDEP}]
71 - dev-python/pillow[${PYTHON_USEDEP}]
72 - dev-python/cloudpickle[${PYTHON_USEDEP}]
73 - assets? ( >=dev-python/webassets-0.10.1[${PYTHON_USEDEP}] )
74 - charts? ( >=dev-python/pygal-2.0.1[${PYTHON_USEDEP}] )
75 - ghpages? ( >=dev-vcs/ghp-import-0.4.1[${PYTHON_USEDEP}] )
76 - hyphenation? ( >=dev-python/pyphen-0.9.1[${PYTHON_USEDEP}] )
77 - ipython? ( >=dev-python/ipython-2.0.0[notebook,${PYTHON_USEDEP}] )
78 - jinja? ( >=dev-python/jinja-2.7.2[${PYTHON_USEDEP}] )
79 - watchdog? ( >=dev-python/watchdog-0.8.3[${PYTHON_USEDEP}] )
80 - webmedia? ( >=dev-python/micawber-0.3.0[${PYTHON_USEDEP}] )
81 - websocket? ( ~dev-python/ws4py-0.3.4[${PYTHON_USEDEP}] )"
82 -# typography? ( >=dev-python/typogrify-2.0.4[${PYTHON_USEDEP}] ) # needs smartypants
83 -
84 -S="${WORKDIR}/${MY_P}"
85 -
86 -src_install() {
87 - distutils-r1_src_install
88 -
89 - # hackish way to remove docs that ended up in the wrong place
90 - rm -rv "${D}/usr/share/doc/${PN}" || die
91 -
92 - dodoc AUTHORS.txt CHANGES.txt README.rst docs/*.txt
93 - gunzip "${D}/usr/share/man/man1/${PN}.1.gz" || die
94 -}
95
96 diff --git a/www-apps/nikola/nikola-7.8.15.ebuild b/www-apps/nikola/nikola-7.8.15.ebuild
97 deleted file mode 100644
98 index bb3a947bd8d..00000000000
99 --- a/www-apps/nikola/nikola-7.8.15.ebuild
100 +++ /dev/null
101 @@ -1,66 +0,0 @@
102 -# Copyright 1999-2020 Gentoo Authors
103 -# Distributed under the terms of the GNU General Public License v2
104 -
105 -EAPI=6
106 -PYTHON_COMPAT=( python3_6 )
107 -
108 -inherit distutils-r1
109 -
110 -MY_PN="Nikola"
111 -MY_P="${MY_PN}-${PV}"
112 -
113 -DESCRIPTION="A static website and blog generator"
114 -HOMEPAGE="https://getnikola.com/"
115 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
116 -
117 -LICENSE="MIT Apache-2.0 CC0-1.0 public-domain"
118 -SLOT="0"
119 -KEYWORDS="amd64"
120 -IUSE="assets charts ghpages hyphenation ipython jinja watchdog webmedia websocket"
121 -REQUIRED_USE="ipython? ( || ( $(python_gen_useflags -3) ) )"
122 -RESTRICT="test" # needs coveralls
123 -
124 -DEPEND=">=dev-python/docutils-0.12[${PYTHON_USEDEP}]" # needs rst2man to build manpage
125 -RDEPEND="${DEPEND}
126 - >=dev-python/blinker-1.3[${PYTHON_USEDEP}]
127 - >=dev-python/doit-0.29.0[${PYTHON_USEDEP}]
128 - >=dev-python/logbook-0.7.0[${PYTHON_USEDEP}]
129 - >=dev-python/lxml-3.3.5[${PYTHON_USEDEP}]
130 - >=dev-python/mako-1.0[${PYTHON_USEDEP}]
131 - >=dev-python/markdown-2.4.0[${PYTHON_USEDEP}]
132 - >=dev-python/natsort-3.5.2[${PYTHON_USEDEP}]
133 - >=dev-python/piexif-1.0.3[${PYTHON_USEDEP}]
134 - >=dev-python/pygments-1.6[${PYTHON_USEDEP}]
135 - >=dev-python/PyRSS2Gen-1.1[${PYTHON_USEDEP}]
136 - >=dev-python/python-dateutil-2.4[${PYTHON_USEDEP}]
137 - >=dev-python/setuptools-20.3[${PYTHON_USEDEP}]
138 - >=dev-python/requests-2.2.0[${PYTHON_USEDEP}]
139 - >=dev-python/unidecode-0.04.16[${PYTHON_USEDEP}]
140 - >=dev-python/yapsy-1.11.223[${PYTHON_USEDEP}]
141 - dev-python/pillow[${PYTHON_USEDEP}]
142 - dev-python/cloudpickle[${PYTHON_USEDEP}]
143 - assets? ( >=dev-python/webassets-0.10.1[${PYTHON_USEDEP}] )
144 - charts? ( >=dev-python/pygal-2.0.1[${PYTHON_USEDEP}] )
145 - ghpages? ( >=dev-vcs/ghp-import-0.4.1[${PYTHON_USEDEP}] )
146 - hyphenation? ( >=dev-python/pyphen-0.9.1[${PYTHON_USEDEP}] )
147 - ipython? (
148 - >=dev-python/ipython-2.0.0[notebook,${PYTHON_USEDEP}]
149 - )
150 - jinja? ( >=dev-python/jinja-2.7.2[${PYTHON_USEDEP}] )
151 - watchdog? ( ~dev-python/watchdog-0.8.3[${PYTHON_USEDEP}] )
152 - webmedia? ( >=dev-python/micawber-0.3.0[${PYTHON_USEDEP}] )
153 - websocket? ( ~dev-python/ws4py-0.3.4[${PYTHON_USEDEP}] )"
154 -# typography? ( >=dev-python/typogrify-2.0.4[${PYTHON_USEDEP}] ) # needs smartypants
155 -
156 -S="${WORKDIR}/${MY_P}"
157 -
158 -src_install() {
159 - distutils-r1_src_install
160 -
161 - # hackish way to remove docs that ended up in the wrong place
162 - rm -rv "${D}/usr/share/doc/${PN}" || die
163 -
164 - dodoc AUTHORS.txt CHANGES.txt README.rst docs/*.txt
165 - gunzip "docs/man/${PN}.1.gz" || die
166 - doman "docs/man/${PN}.1"
167 -}