summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2022-05-31 20:46:47 +0200
committerUlrich Müller <ulm@gentoo.org>2022-05-31 20:47:03 +0200
commitf0141627b12f5068355e50cb7683c02aec74f666 (patch)
tree4c1fd93fc1043b803dffd446ee7116cae4643d9e
parentx11-wm/mutter: Drop old versions (diff)
downloadgentoo-f0141627b12f5068355e50cb7683c02aec74f666.tar.gz
gentoo-f0141627b12f5068355e50cb7683c02aec74f666.tar.bz2
gentoo-f0141627b12f5068355e50cb7683c02aec74f666.zip
www-apps/nikola: Drop dependency on dev-python/webassets
Add python3_10 to PYTHON_COMPAT. Closes: https://bugs.gentoo.org/846479 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--www-apps/nikola/nikola-8.2.2.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/www-apps/nikola/nikola-8.2.2.ebuild b/www-apps/nikola/nikola-8.2.2.ebuild
index 6aa7aff76bbf..73526f2513a7 100644
--- a/www-apps/nikola/nikola-8.2.2.ebuild
+++ b/www-apps/nikola/nikola-8.2.2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8,9,10} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}"
LICENSE="MIT Apache-2.0 CC0-1.0 public-domain"
SLOT="0"
KEYWORDS="~amd64 ~riscv"
-IUSE="assets charts hyphenation ipython jinja server watchdog webmedia"
+IUSE="charts hyphenation ipython jinja server watchdog webmedia"
REQUIRED_USE="server? ( watchdog )"
RESTRICT="test" # needs coveralls
@@ -40,7 +40,6 @@ RDEPEND="${DEPEND}
>=dev-python/yapsy-1.11.223[${PYTHON_USEDEP}]
dev-python/pillow[jpeg,${PYTHON_USEDEP}]
dev-python/cloudpickle[${PYTHON_USEDEP}]
- assets? ( >=dev-python/webassets-0.10.1[${PYTHON_USEDEP}] )
charts? ( >=dev-python/pygal-2.0.1[${PYTHON_USEDEP}] )
hyphenation? ( >=dev-python/pyphen-0.9.1[${PYTHON_USEDEP}] )
ipython? ( >=dev-python/ipython-2.0.0[notebook,${PYTHON_USEDEP}] )