Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/nikola/
Date: Mon, 29 Jun 2020 15:04:27
Message-Id: 1593443028.21f98e7247263881388f15193074d7f5db8e3f51.whissi@gentoo
1 commit: 21f98e7247263881388f15193074d7f5db8e3f51
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 29 15:03:48 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 29 15:03:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21f98e72
7
8 www-apps/nikola: bump to v8.1.0
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 www-apps/nikola/Manifest | 1 +
14 www-apps/nikola/nikola-8.1.0.ebuild | 66 +++++++++++++++++++++++++++++++++++++
15 2 files changed, 67 insertions(+)
16
17 diff --git a/www-apps/nikola/Manifest b/www-apps/nikola/Manifest
18 index 1da720e5956..8f8ace26a52 100644
19 --- a/www-apps/nikola/Manifest
20 +++ b/www-apps/nikola/Manifest
21 @@ -1,2 +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
26 diff --git a/www-apps/nikola/nikola-8.1.0.ebuild b/www-apps/nikola/nikola-8.1.0.ebuild
27 new file mode 100644
28 index 00000000000..793c3b94805
29 --- /dev/null
30 +++ b/www-apps/nikola/nikola-8.1.0.ebuild
31 @@ -0,0 +1,66 @@
32 +# Copyright 1999-2020 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +PYTHON_COMPAT=( python3_6 )
37 +DISTUTILS_USE_SETUPTOOLS=rdepend
38 +
39 +inherit distutils-r1
40 +
41 +MY_PN="Nikola"
42 +MY_P="${MY_PN}-${PV}"
43 +
44 +DESCRIPTION="A static website and blog generator"
45 +HOMEPAGE="https://getnikola.com/"
46 +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
47 +
48 +LICENSE="MIT Apache-2.0 CC0-1.0 public-domain"
49 +SLOT="0"
50 +KEYWORDS="~amd64"
51 +IUSE="assets charts ghpages hyphenation ipython jinja watchdog webmedia websocket"
52 +RESTRICT="test" # needs coveralls
53 +
54 +DEPEND=">=dev-python/docutils-0.13[${PYTHON_USEDEP}]" # needs rst2man to build manpage
55 +RDEPEND="${DEPEND}
56 + >=dev-python/Babel-2.6.0[${PYTHON_USEDEP}]
57 + >=dev-python/blinker-1.3[${PYTHON_USEDEP}]
58 + >=dev-python/doit-0.32[${PYTHON_USEDEP}]
59 + >=dev-python/lxml-3.3.5[${PYTHON_USEDEP}]
60 + >=dev-python/mako-1.0[${PYTHON_USEDEP}]
61 + >=dev-python/markdown-3.0.0[${PYTHON_USEDEP}]
62 + >=dev-python/natsort-3.5.2[${PYTHON_USEDEP}]
63 + >=dev-python/piexif-1.0.3[${PYTHON_USEDEP}]
64 + >=dev-python/pygments-1.6[${PYTHON_USEDEP}]
65 + >=dev-python/PyRSS2Gen-1.1[${PYTHON_USEDEP}]
66 + >=dev-python/python-dateutil-2.6.0[${PYTHON_USEDEP}]
67 + >=dev-python/requests-2.2.0[${PYTHON_USEDEP}]
68 + >=dev-python/unidecode-0.04.16[${PYTHON_USEDEP}]
69 + >=dev-python/yapsy-1.11.223[${PYTHON_USEDEP}]
70 + dev-python/pillow[${PYTHON_USEDEP}]
71 + dev-python/cloudpickle[${PYTHON_USEDEP}]
72 + assets? ( >=dev-python/webassets-0.10.1[${PYTHON_USEDEP}] )
73 + charts? ( >=dev-python/pygal-2.0.1[${PYTHON_USEDEP}] )
74 + ghpages? ( >=dev-vcs/ghp-import-0.4.1[${PYTHON_USEDEP}] )
75 + hyphenation? ( >=dev-python/pyphen-0.9.1[${PYTHON_USEDEP}] )
76 + ipython? ( >=dev-python/ipython-2.0.0[notebook,${PYTHON_USEDEP}] )
77 + jinja? ( >=dev-python/jinja-2.7.2[${PYTHON_USEDEP}] )
78 + watchdog? ( >=dev-python/watchdog-0.8.3[${PYTHON_USEDEP}] )
79 + webmedia? ( >=dev-python/micawber-0.3.0[${PYTHON_USEDEP}] )
80 + websocket? ( ~dev-python/ws4py-0.3.4[${PYTHON_USEDEP}] )"
81 +# typography? ( >=dev-python/typogrify-2.0.4[${PYTHON_USEDEP}] ) # needs smartypants
82 +
83 +S="${WORKDIR}/${MY_P}"
84 +
85 +PATCHES=(
86 + "${FILESDIR}"/${P}-setup-py.patch
87 +)
88 +
89 +src_install() {
90 + distutils-r1_src_install
91 +
92 + # hackish way to remove docs that ended up in the wrong place
93 + rm -rv "${D}/usr/share/doc/${PN}" || die
94 +
95 + dodoc AUTHORS.txt CHANGES.txt README.rst docs/*.rst
96 + gunzip "${D}/usr/share/man/man1/${PN}.1.gz" || die
97 +}