# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 inherit distutils DESCRIPTION="Python subprocess interface" HOMEPAGE="http://amoffat.github.com/sh/" SRC_URI="https://github.com/downloads/amoffat/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND="" RDEPEND="${DEPEND}" DOCS="AUTHORS.md README.md"