Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/nikola/
Date: Tue, 31 May 2022 18:49:15
Message-Id: 1654022823.f0141627b12f5068355e50cb7683c02aec74f666.ulm@gentoo
1 commit: f0141627b12f5068355e50cb7683c02aec74f666
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 31 18:46:47 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue May 31 18:47:03 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0141627
7
8 www-apps/nikola: Drop dependency on dev-python/webassets
9
10 Add python3_10 to PYTHON_COMPAT.
11
12 Closes: https://bugs.gentoo.org/846479
13 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
14
15 www-apps/nikola/nikola-8.2.2.ebuild | 5 ++---
16 1 file changed, 2 insertions(+), 3 deletions(-)
17
18 diff --git a/www-apps/nikola/nikola-8.2.2.ebuild b/www-apps/nikola/nikola-8.2.2.ebuild
19 index 6aa7aff76bbf..73526f2513a7 100644
20 --- a/www-apps/nikola/nikola-8.2.2.ebuild
21 +++ b/www-apps/nikola/nikola-8.2.2.ebuild
22 @@ -2,7 +2,7 @@
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=8
26 -PYTHON_COMPAT=( python3_{8,9} )
27 +PYTHON_COMPAT=( python3_{8,9,10} )
28 DISTUTILS_USE_SETUPTOOLS=rdepend
29
30 inherit distutils-r1
31 @@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}"
32 LICENSE="MIT Apache-2.0 CC0-1.0 public-domain"
33 SLOT="0"
34 KEYWORDS="~amd64 ~riscv"
35 -IUSE="assets charts hyphenation ipython jinja server watchdog webmedia"
36 +IUSE="charts hyphenation ipython jinja server watchdog webmedia"
37 REQUIRED_USE="server? ( watchdog )"
38 RESTRICT="test" # needs coveralls
39
40 @@ -40,7 +40,6 @@ RDEPEND="${DEPEND}
41 >=dev-python/yapsy-1.11.223[${PYTHON_USEDEP}]
42 dev-python/pillow[jpeg,${PYTHON_USEDEP}]
43 dev-python/cloudpickle[${PYTHON_USEDEP}]
44 - assets? ( >=dev-python/webassets-0.10.1[${PYTHON_USEDEP}] )
45 charts? ( >=dev-python/pygal-2.0.1[${PYTHON_USEDEP}] )
46 hyphenation? ( >=dev-python/pyphen-0.9.1[${PYTHON_USEDEP}] )
47 ipython? ( >=dev-python/ipython-2.0.0[notebook,${PYTHON_USEDEP}] )