# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 twisted-r1 DESCRIPTION="A web templating framework that provides LivePage, an automatic AJAX toolkit" HOMEPAGE="https://github.com/twisted/nevow https://pypi.org/project/Nevow/" SRC_URI="mirror://pypi/${TWISTED_PN:0:1}/${TWISTED_PN}/${TWISTED_P}.tar.gz" LICENSE="MIT" SLOT="python2" KEYWORDS="~alpha amd64 ~ia64 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}] !