# Copyright 2008-2012 Funtoo Technologies # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="4-python" PYTHON_MULTIPLE_ABIS="1" inherit distutils DESCRIPTION="Plumbum is a library for shell script-like programs in Python." HOMEPAGE="http://plumbum.readthedocs.org/en/latest/index.html" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="amd64 x86" IUSE="" DEPEND="dev-python/six" RDEPEND="${DEPEND}"