diff options
author | 2015-03-27 04:31:49 +0000 | |
---|---|---|
committer | 2015-03-27 04:31:49 +0000 | |
commit | da0f1594ee6f0197404d3529a5641deb4315323c (patch) | |
tree | 979ff9d46a751494b4389fef0d98e50c8f3d3598 /dev-python/virtualenvwrapper | |
parent | update HOMEPAGE (bug #533560) (diff) | |
download | gentoo-2-da0f1594ee6f0197404d3529a5641deb4315323c.tar.gz gentoo-2-da0f1594ee6f0197404d3529a5641deb4315323c.tar.bz2 gentoo-2-da0f1594ee6f0197404d3529a5641deb4315323c.zip |
bump one remove one
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/virtualenvwrapper')
-rw-r--r-- | dev-python/virtualenvwrapper/ChangeLog | 10 | ||||
-rw-r--r-- | dev-python/virtualenvwrapper/virtualenvwrapper-4.3.2.ebuild (renamed from dev-python/virtualenvwrapper/virtualenvwrapper-4.3.ebuild) | 14 |
2 files changed, 15 insertions, 9 deletions
diff --git a/dev-python/virtualenvwrapper/ChangeLog b/dev-python/virtualenvwrapper/ChangeLog index f62d05f670fd..9c8a79bfe64f 100644 --- a/dev-python/virtualenvwrapper/ChangeLog +++ b/dev-python/virtualenvwrapper/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/virtualenvwrapper -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenvwrapper/ChangeLog,v 1.19 2014/10/12 09:05:15 idella4 Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenvwrapper/ChangeLog,v 1.20 2015/03/27 04:31:49 idella4 Exp $ + +*virtualenvwrapper-4.3.2 (27 Mar 2015) + + 27 Mar 2015; Ian Delaney <idella4@gentoo.org> +virtualenvwrapper-4.3.2.ebuild, + -virtualenvwrapper-4.3.ebuild: + bump one remove one *virtualenvwrapper-4.3.1 (12 Oct 2014) diff --git a/dev-python/virtualenvwrapper/virtualenvwrapper-4.3.ebuild b/dev-python/virtualenvwrapper/virtualenvwrapper-4.3.2.ebuild index 9e8df96b1fef..37476b246afc 100644 --- a/dev-python/virtualenvwrapper/virtualenvwrapper-4.3.ebuild +++ b/dev-python/virtualenvwrapper/virtualenvwrapper-4.3.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenvwrapper/virtualenvwrapper-4.3.ebuild,v 1.4 2014/10/12 09:05:15 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenvwrapper/virtualenvwrapper-4.3.2.ebuild,v 1.1 2015/03/27 04:31:49 idella4 Exp $ EAPI=5 @@ -16,21 +16,21 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" -# testsuite doesn't work out of the box. Demand of a virtualenv outstrips setup by the exlass +# testsuite doesn't work out of the box. Demand of a virtualenv outstrips setup by the eclass RESTRICT=test RDEPEND="dev-python/virtualenv[${PYTHON_USEDEP}] - dev-python/stevedore[${PYTHON_USEDEP}] + >=dev-python/stevedore-0.15-r1[${PYTHON_USEDEP}] dev-python/virtualenv-clone[${PYTHON_USEDEP}]" DEPEND="${DEPEND} dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/pbr[${PYTHON_USEDEP}] - test? ( dev-python/tox[${PYTHON_USEDEP}] )" + dev-python/pbr[${PYTHON_USEDEP}]" +# Keep just in case src_prepare() { sed -e 's:-o shwordsplit::' -i tests/run_tests || die } python_test() { - tox tests/test_cp.sh || die "Tests failed under ${EPYTHON}" + bash ./tests/run_tests || die "Tests failed under ${EPYTHON}" } |