diff options
author | Mike Gilbert <floppym@gentoo.org> | 2011-12-22 21:26:33 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2011-12-22 21:26:33 +0000 |
commit | 554be78a6ab64a212986832458870f42a19fda9a (patch) | |
tree | c4cbca766e3a883adee76ccbba0d4dac47295c5a /dev-python/subvertpy | |
parent | Version bump. Missing -ljpeg (in wxVillaLib/ for imagjpg.cpp) wrt #367863 by ... (diff) | |
download | gentoo-2-554be78a6ab64a212986832458870f42a19fda9a.tar.gz gentoo-2-554be78a6ab64a212986832458870f42a19fda9a.tar.bz2 gentoo-2-554be78a6ab64a212986832458870f42a19fda9a.zip |
Add dev-python/testtools as a possible test alternative.
(Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/subvertpy')
-rw-r--r-- | dev-python/subvertpy/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/subvertpy/subvertpy-0.8.9.ebuild | 8 |
2 files changed, 10 insertions, 3 deletions
diff --git a/dev-python/subvertpy/ChangeLog b/dev-python/subvertpy/ChangeLog index 0be979724f72..a47163f39ff1 100644 --- a/dev-python/subvertpy/ChangeLog +++ b/dev-python/subvertpy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/subvertpy # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/ChangeLog,v 1.37 2011/12/22 21:02:48 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/ChangeLog,v 1.38 2011/12/22 21:26:33 floppym Exp $ + + 22 Dec 2011; Mike Gilbert <floppym@gentoo.org> subvertpy-0.8.9.ebuild: + Add dev-python/testtools as a possible test alternative. 22 Dec 2011; Mike Gilbert <floppym@gentoo.org> subvertpy-0.8.9.ebuild: Drop IUSE=test; distutils takes care of that. diff --git a/dev-python/subvertpy/subvertpy-0.8.9.ebuild b/dev-python/subvertpy/subvertpy-0.8.9.ebuild index 10343937f874..846a824c44ef 100644 --- a/dev-python/subvertpy/subvertpy-0.8.9.ebuild +++ b/dev-python/subvertpy/subvertpy-0.8.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/subvertpy-0.8.9.ebuild,v 1.4 2011/12/22 21:02:48 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/subvertpy-0.8.9.ebuild,v 1.5 2011/12/22 21:26:33 floppym Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -21,7 +21,11 @@ IUSE="" RDEPEND=">=dev-vcs/subversion-1.4" DEPEND="${RDEPEND} - test? ( || ( dev-lang/python:2.7 dev-python/unittest2 ) )" + test? ( || ( + dev-lang/python:2.7 + dev-python/unittest2 + dev-python/testtools + ) )" PYTHON_CFLAGS=("2.* + -fno-strict-aliasing") |