diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2013-01-24 01:48:27 +0000 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2013-01-24 01:48:27 +0000 |
commit | 0f6535c254e84f7f62a2e32f5e60b921d1eed8be (patch) | |
tree | 1ad82645da999c819c27b7e4c96e18814a65f849 /dev-python/sh/sh-1.07.ebuild | |
parent | drop USE="bootstrap build" as it does very little and the existing logic shou... (diff) | |
download | gentoo-2-0f6535c254e84f7f62a2e32f5e60b921d1eed8be.tar.gz gentoo-2-0f6535c254e84f7f62a2e32f5e60b921d1eed8be.tar.bz2 gentoo-2-0f6535c254e84f7f62a2e32f5e60b921d1eed8be.zip |
New package. dev-python/sh another subprocess interface library.
(Portage version: 2.1.11.48/cvs/Linux x86_64, signed Manifest commit with key 0xE3F69979BB4B8928DA78E3D17CBF44EF)
Diffstat (limited to 'dev-python/sh/sh-1.07.ebuild')
-rw-r--r-- | dev-python/sh/sh-1.07.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/sh/sh-1.07.ebuild b/dev-python/sh/sh-1.07.ebuild new file mode 100644 index 000000000000..50210b059ae2 --- /dev/null +++ b/dev-python/sh/sh-1.07.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sh/sh-1.07.ebuild,v 1.1 2013/01/24 01:48:27 chutzpah Exp $ + +EAPI=5 + +PYTHON_COMPAT=(python{2_{6,7},3_{1,2,3}}) +inherit distutils-r1 + +DESCRIPTION="Python subprocess interface" +HOMEPAGE="https://github.com/amoffat/sh" +SRC_URI="mirror://github/amoffat/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" |