diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-04-19 17:43:06 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-04-19 17:43:06 +0000 |
commit | 5e50b9c857887f34a4a1c055dd9b39fbaffa75e8 (patch) | |
tree | 215dc9616ec42a8294a2e883f37a65ca9ab5c942 /dev-python/subunit | |
parent | Version bump, add USE flag for new dns authorative support, add upstream patc... (diff) | |
download | gentoo-2-5e50b9c857887f34a4a1c055dd9b39fbaffa75e8.tar.gz gentoo-2-5e50b9c857887f34a4a1c055dd9b39fbaffa75e8.tar.bz2 gentoo-2-5e50b9c857887f34a4a1c055dd9b39fbaffa75e8.zip |
Switch to python-single-r1 since Python is only used internally by the package.
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
Diffstat (limited to 'dev-python/subunit')
-rw-r--r-- | dev-python/subunit/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/subunit/subunit-0.0.10-r1.ebuild | 20 |
2 files changed, 10 insertions, 16 deletions
diff --git a/dev-python/subunit/ChangeLog b/dev-python/subunit/ChangeLog index 5b3b3a264b4a..e42d5c1f09b1 100644 --- a/dev-python/subunit/ChangeLog +++ b/dev-python/subunit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/subunit # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/subunit/ChangeLog,v 1.24 2013/04/19 15:19:28 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/subunit/ChangeLog,v 1.25 2013/04/19 17:43:06 mgorny Exp $ + + 19 Apr 2013; Michał Górny <mgorny@gentoo.org> subunit-0.0.10-r1.ebuild: + Switch to python-single-r1 since Python is only used internally by the + package. *subunit-0.0.10-r1 (19 Apr 2013) diff --git a/dev-python/subunit/subunit-0.0.10-r1.ebuild b/dev-python/subunit/subunit-0.0.10-r1.ebuild index 2c1e3fa71201..237a9b83cc29 100644 --- a/dev-python/subunit/subunit-0.0.10-r1.ebuild +++ b/dev-python/subunit/subunit-0.0.10-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/subunit/subunit-0.0.10-r1.ebuild,v 1.1 2013/04/19 15:19:28 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/subunit/subunit-0.0.10-r1.ebuild,v 1.2 2013/04/19 17:43:06 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} ) -inherit autotools-utils python-r1 +inherit autotools-utils python-single-r1 DESCRIPTION="A streaming protocol for test results" HOMEPAGE="https://launchpad.net/subunit http://pypi.python.org/pypi/python-subunit" @@ -33,18 +33,8 @@ src_prepare() { autotools-utils_src_prepare } -src_configure() { - python_parallel_foreach_impl autotools-utils_src_configure -} - -src_compile() { - python_foreach_impl autotools-utils_src_compile -} - -src_test() { - python_parallel_foreach_impl autotools-utils_src_test -} - src_install() { - python_foreach_impl autotools-utils_src_install + autotools-utils_src_install + + python_fix_shebang "${D}"/usr/bin } |