# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 DESCRIPTION="Concise, friendly PDF scraping using JQuery or XPath syntax" HOMEPAGE="https://github.com/jcushman/pdfquery" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" IUSE="beautifulsoup3" RDEPEND=">=dev-python/cssselect-0.7.9 >=dev-python/chardet-2.2.1 >=dev-python/lxml-3.0[beautifulsoup3?] >=app-text/pdfminer-20110515 >=dev-python/pyquery-1.2.2 >=dev-python/roman-1.4.0" DEPEND="dev-python/setuptools"