# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python2_7 ) PYPI_PN="Nevow" PYPI_NO_NORMALIZE=1 inherit distutils-r1 twisted-r1 pypi DESCRIPTION="A web templating framework that provides LivePage, an automatic AJAX toolkit" HOMEPAGE="https://github.com/twisted/nevow https://pypi.org/project/Nevow/" LICENSE="MIT" SLOT="python2" KEYWORDS="~alpha amd64 ppc ppc64 sparc x86 ~x86-linux" IUSE="doc test" RESTRICT="!test? ( test )" RDEPEND=" dev-python/twisted:python2[${PYTHON_USEDEP}] dev-python/zope-interface:python2[${PYTHON_USEDEP}] !