# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 DESCRIPTION="a powerful turing complete macro processor" HOMEPAGE="http://pyexpander.sourceforge.net/" SRC_URI="https://bitbucket.org/goetzpf/pyexpander/downloads/pyexpander-1.8.4.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc" RDEPEND=" dev-libs/expat:0= dev-python/beautifulsoup:4[${PYTHON_USEDEP}] dev-python/configobj[${PYTHON_USEDEP}] >=dev-python/jinja-2.7[${PYTHON_USEDEP}] dev-libs/libxml2[${PYTHON_USEDEP}] dev-python/objgraph[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}] sys-libs/zlib:0= " DEPEND=" >=dev-python/cython-0.21[${PYTHON_USEDEP}] >=dev-python/jinja-2.7[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] virtual/pkgconfig doc? ( ${RDEPEND} media-gfx/graphviz >=dev-python/sphinx-1.6[${PYTHON_USEDEP}] ) " python_prepare_all() { distutils-r1_python_prepare_all }