diff options
Diffstat (limited to 'dev-python/pyPdf/pyPdf-1.13-r1.ebuild')
-rw-r--r-- | dev-python/pyPdf/pyPdf-1.13-r1.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-python/pyPdf/pyPdf-1.13-r1.ebuild b/dev-python/pyPdf/pyPdf-1.13-r1.ebuild new file mode 100644 index 00000000000..c3684f3a56c --- /dev/null +++ b/dev-python/pyPdf/pyPdf-1.13-r1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +DESCRIPTION="Python library to work with pdf files" +HOMEPAGE="http://pybrary.net/pyPdf/ http://pypi.python.org/pypi/pyPdf/" +SRC_URI="http://pybrary.net/${PN}/${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="amd64 x86" |