diff options
author | 2024-11-11 04:50:08 +0100 | |
---|---|---|
committer | 2024-11-11 05:07:23 +0100 | |
commit | 832063fcffe02eb04f68486146ceb7b214197961 (patch) | |
tree | 756ae9509b83cb6250a760372336a84730cbb29c /www-apps/nikola/nikola-8.3.0.ebuild | |
parent | dev-python/sphinxcontrib-log-cabinet: Enable py3.13 (diff) | |
download | gentoo-832063fcffe02eb04f68486146ceb7b214197961.tar.gz gentoo-832063fcffe02eb04f68486146ceb7b214197961.tar.bz2 gentoo-832063fcffe02eb04f68486146ceb7b214197961.zip |
Rename dev-python/{jinja → jinja2}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'www-apps/nikola/nikola-8.3.0.ebuild')
-rw-r--r-- | www-apps/nikola/nikola-8.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/nikola/nikola-8.3.0.ebuild b/www-apps/nikola/nikola-8.3.0.ebuild index 609c01678bc0..e9ae1c7c0003 100644 --- a/www-apps/nikola/nikola-8.3.0.ebuild +++ b/www-apps/nikola/nikola-8.3.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9,10,11,12} ) +PYTHON_COMPAT=( python3_{10,11,12} ) DISTUTILS_USE_PEP517=setuptools inherit bash-completion-r1 distutils-r1 optfeature pypi @@ -60,7 +60,7 @@ pkg_postinst() { optfeature "chart generation" dev-python/pygal optfeature "hyphenation support" dev-python/pyphen optfeature "notebook compilation and LESS support" dev-python/ipython - optfeature "alternative templating engine to Mako" dev-python/jinja + optfeature "alternative templating engine to Mako" dev-python/jinja2 optfeature "built-in web server support" dev-python/aiohttp optfeature "monitoring file system events" dev-python/watchdog optfeature "extracting metadata from web media links" dev-python/micawber |