# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="Generic PDL (Page Description Language) parser in Python" HOMEPAGE="http://www.pykota.com/software/pkpgcounter" SRC_URI="http://www.pykota.com/software/${PN}/download/tarballs/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-python/pillow[${PYTHON_USEDEP}]" RDEPEND="${DEPEND}" src_install() { distutils-r1_src_install rm -r "${ED%/}/usr/share/doc/${PN}" || die }