# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="Python static site generator with reStructuredText markup" HOMEPAGE="http://pagegen.phnd.net/" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="GPLv3" SLOT="0" KEYWORDS="amd64" IUSE="" RDEPEND=" dev-python/docutils[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] " DEPEND="${RDEPEND} "