From 4987f0f5b3d647b4b76510465cfb156370caeabc Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Thu, 28 Mar 2013 19:11:49 +0000 Subject: dev-python/sh: Version Bump (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916) --- dev-python/sh/ChangeLog | 8 +++++++- dev-python/sh/metadata.xml | 21 +++++++++++---------- dev-python/sh/sh-1.07.ebuild | 4 ++-- dev-python/sh/sh-1.08.ebuild | 21 +++++++++++++++++++++ 4 files changed, 41 insertions(+), 13 deletions(-) create mode 100644 dev-python/sh/sh-1.08.ebuild (limited to 'dev-python/sh') diff --git a/dev-python/sh/ChangeLog b/dev-python/sh/ChangeLog index a6bf8bfd52a1..1cec893b2f8b 100644 --- a/dev-python/sh/ChangeLog +++ b/dev-python/sh/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/sh # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sh/ChangeLog,v 1.1 2013/01/24 01:48:27 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sh/ChangeLog,v 1.2 2013/03/28 19:11:49 jlec Exp $ + +*sh-1.08 (28 Mar 2013) + + 28 Mar 2013; Justin Lecher sh-1.07.ebuild, +sh-1.08.ebuild, + metadata.xml: + Version Bump *sh-1.07 (24 Jan 2013) diff --git a/dev-python/sh/metadata.xml b/dev-python/sh/metadata.xml index 5dd226e56cde..be6d565f454a 100644 --- a/dev-python/sh/metadata.xml +++ b/dev-python/sh/metadata.xml @@ -1,17 +1,18 @@ - -chutzpah@gentoo.org -Patrick McLean - - -sh (previously pbs) is a full-fledged subprocess interface for Python 2.6 - 3.2 that allows you to call any program as if it were a function: + + chutzpah@gentoo.org + Patrick McLean + + + sh (previously pbs) is a full-fledged subprocess interface + for Python 2.6 - 3.2 that allows you to call any program + as if it were a function: -from sh import ifconfig -print ifconfig("eth0") + from sh import ifconfig + print ifconfig("eth0") -sh is not a collection of system commands implemented in Python. + sh is not a collection of system commands implemented in Python. - diff --git a/dev-python/sh/sh-1.07.ebuild b/dev-python/sh/sh-1.07.ebuild index 50210b059ae2..332ac2946492 100644 --- a/dev-python/sh/sh-1.07.ebuild +++ b/dev-python/sh/sh-1.07.ebuild @@ -1,6 +1,6 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sh/sh-1.07.ebuild,v 1.2 2013/03/28 19:11:49 jlec Exp $ EAPI=5 @@ -9,7 +9,7 @@ inherit distutils-r1 DESCRIPTION="Python subprocess interface" HOMEPAGE="https://github.com/amoffat/sh" -SRC_URI="mirror://github/amoffat/${PN}/${P}.tar.gz" +SRC_URI="https://github.com/amoffat/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" diff --git a/dev-python/sh/sh-1.08.ebuild b/dev-python/sh/sh-1.08.ebuild new file mode 100644 index 000000000000..6dfe20cf22c9 --- /dev/null +++ b/dev-python/sh/sh-1.08.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.08.ebuild,v 1.1 2013/03/28 19:11:49 jlec 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="https://github.com/amoffat/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" -- cgit v1.2.3-65-gdbad