idella4 14/11/15 04:39:30 Modified: ChangeLog Added: chaco-4.5.0.ebuild Log: bump; update deps, add fix to qa issue in the build, correction to test phase (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.23 dev-python/chaco/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/chaco/ChangeLog?rev=1.23&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/chaco/ChangeLog?rev=1.23&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/chaco/ChangeLog?r1=1.22&r2=1.23 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/chaco/ChangeLog,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- ChangeLog 29 Jan 2014 17:39:35 -0000 1.22 +++ ChangeLog 15 Nov 2014 04:39:30 -0000 1.23 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/chaco # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/chaco/ChangeLog,v 1.22 2014/01/29 17:39:35 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/chaco/ChangeLog,v 1.23 2014/11/15 04:39:30 idella4 Exp $ + +*chaco-4.5.0 (15 Nov 2014) + + 15 Nov 2014; Ian Delaney <[email protected]> +chaco-4.5.0.ebuild: + bump; update deps, add fix to qa issue in the build, correction to test phase *chaco-4.4.1 (29 Jan 2014) 1.1 dev-python/chaco/chaco-4.5.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/chaco/chaco-4.5.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/chaco/chaco-4.5.0.ebuild?rev=1.1&content-type=text/plain Index: chaco-4.5.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/chaco/chaco-4.5.0.ebuild,v 1.1 2014/11/15 04:39:30 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 virtualx flag-o-matic DESCRIPTION="Enthought Tool Suite: Interactive plotting toolkit" HOMEPAGE="http://code.enthought.com/projects/chaco/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" RDEPEND=" >=dev-python/enable-4.4.0[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}] >=dev-python/traitsui-4[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( media-fonts/font-cursor-misc media-fonts/font-misc-misc )" python_prepare_all() { append-cflags -fno-strict-aliasing distutils-r1_python_prepare_all } python_test() { cd "${BUILD_DIR}"/lib || die VIRTUALX_COMMAND="nosetests" virtualmake }
