idella4 15/03/27 04:31:49 Modified: ChangeLog Added: virtualenvwrapper-4.3.2.ebuild Removed: virtualenvwrapper-4.3.ebuild Log: bump one remove one (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.20 dev-python/virtualenvwrapper/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenvwrapper/ChangeLog?rev=1.20&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenvwrapper/ChangeLog?rev=1.20&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenvwrapper/ChangeLog?r1=1.19&r2=1.20 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenvwrapper/ChangeLog,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- ChangeLog 12 Oct 2014 09:05:15 -0000 1.19 +++ ChangeLog 27 Mar 2015 04:31:49 -0000 1.20 @@ -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 <[email protected]> +virtualenvwrapper-4.3.2.ebuild, + -virtualenvwrapper-4.3.ebuild: + bump one remove one *virtualenvwrapper-4.3.1 (12 Oct 2014) 1.1 dev-python/virtualenvwrapper/virtualenvwrapper-4.3.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenvwrapper/virtualenvwrapper-4.3.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenvwrapper/virtualenvwrapper-4.3.2.ebuild?rev=1.1&content-type=text/plain Index: virtualenvwrapper-4.3.2.ebuild =================================================================== # 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.2.ebuild,v 1.1 2015/03/27 04:31:49 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 DESCRIPTION="virtualenvwrapper is a set of extensions to Ian Bicking's virtualenv tool" HOMEPAGE="http://www.doughellmann.com/projects/virtualenvwrapper http://pypi.python.org/pypi/virtualenvwrapper" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" 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 eclass RESTRICT=test RDEPEND="dev-python/virtualenv[${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}]" # Keep just in case src_prepare() { sed -e 's:-o shwordsplit::' -i tests/run_tests || die } python_test() { bash ./tests/run_tests || die "Tests failed under ${EPYTHON}" }
