# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python{3_8,3_9,3_10,3_11} ) inherit distutils-r1 DESCRIPTION="A CMS to generate a static websites" HOMEPAGE="https://www.getlektor.com/" SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="AGPL-3" SLOT="0" KEYWORDS="amd64 x86" IUSE="examples" DEPEND="media-gfx/imagemagick net-libs/nodejs[npm] dev-python/Babel[${PYTHON_USEDEP}] dev-python/click[${PYTHON_USEDEP}] dev-python/exifread[${PYTHON_USEDEP}] dev-python/filetype[${PYTHON_USEDEP}] dev-python/flask[${PYTHON_USEDEP}] dev-python/jinja[${PYTHON_USEDEP}]