idella4 14/08/15 02:45:07 Modified: ChangeLog pandas-0.14.1.ebuild Log: add commented links to bugs filed upstream (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.28 dev-python/pandas/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/ChangeLog?rev=1.28&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/ChangeLog?rev=1.28&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/ChangeLog?r1=1.27&r2=1.28 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pandas/ChangeLog,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- ChangeLog 14 Aug 2014 15:30:09 -0000 1.27 +++ ChangeLog 15 Aug 2014 02:45:07 -0000 1.28 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pandas # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/ChangeLog,v 1.27 2014/08/14 15:30:09 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/ChangeLog,v 1.28 2014/08/15 02:45:07 idella4 Exp $ + + 15 Aug 2014; Ian Delaney <[email protected]> pandas-0.14.1.ebuild: + add commented links to bugs filed upstream *pandas-0.14.1 (14 Aug 2014) 1.2 dev-python/pandas/pandas-0.14.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-0.14.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-0.14.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-0.14.1.ebuild?r1=1.1&r2=1.2 Index: pandas-0.14.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-0.14.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pandas-0.14.1.ebuild 14 Aug 2014 15:30:09 -0000 1.1 +++ pandas-0.14.1.ebuild 15 Aug 2014 02:45:07 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-0.14.1.ebuild,v 1.1 2014/08/14 15:30:09 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-0.14.1.ebuild,v 1.2 2014/08/15 02:45:07 idella4 Exp $ EAPI=5 @@ -87,6 +87,7 @@ } python_compile() { + # https://github.com/pydata/pandas/issues/8033 if ! python_is_python3; then local CFLAGS=${CFLAGS} local CXXFLAGS=${CXXFLAGS} @@ -105,6 +106,7 @@ } python_test() { + # https://github.com/pydata/pandas/issues/8032 pushd "${BUILD_DIR}"/lib > /dev/null PYTHONPATH=. MPLCONFIGDIR=. HOME=. \ VIRTUALX_COMMAND="nosetests --verbosity=3 pandas" \
