diff options
Diffstat (limited to 'dev-python/python-sane/python-sane-2.8.2.ebuild')
-rw-r--r-- | dev-python/python-sane/python-sane-2.8.2.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/python-sane/python-sane-2.8.2.ebuild b/dev-python/python-sane/python-sane-2.8.2.ebuild new file mode 100644 index 0000000..ef1f88f --- /dev/null +++ b/dev-python/python-sane/python-sane-2.8.2.ebuild @@ -0,0 +1,20 @@ +# 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_4} ) + +inherit distutils-r1 + +DESCRIPTION="Python interface to the SANE scanner and frame grabber" +HOMEPAGE="https://github.com/python-pillow/Sane" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="PYTHON" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" |