idella4 15/06/03 04:14:09 Modified: ChangeLog Added: cytoolz-0.7.3.ebuild Log: bump (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.10 dev-python/cytoolz/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cytoolz/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cytoolz/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cytoolz/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/cytoolz/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 20 Mar 2015 05:29:12 -0000 1.9 +++ ChangeLog 3 Jun 2015 04:14:09 -0000 1.10 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/cytoolz # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cytoolz/ChangeLog,v 1.9 2015/03/20 05:29:12 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cytoolz/ChangeLog,v 1.10 2015/06/03 04:14:09 idella4 Exp $ + +*cytoolz-0.7.3 (03 Jun 2015) + + 03 Jun 2015; Ian Delaney <[email protected]> +cytoolz-0.7.3.ebuild: + bump 20 Mar 2015; Ian Delaney <[email protected]> cytoolz-0.7.2-r2.ebuild: shift toolz as a dep for tests, from info from package's author 1.1 dev-python/cytoolz/cytoolz-0.7.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cytoolz/cytoolz-0.7.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cytoolz/cytoolz-0.7.3.ebuild?rev=1.1&content-type=text/plain Index: cytoolz-0.7.3.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/cytoolz/cytoolz-0.7.3.ebuild,v 1.1 2015/06/03 04:14:09 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 DESCRIPTION="Cython implementation of Toolz: High performance functional utilities" HOMEPAGE="https://pypi.python.org/pypi/cytoolz" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" # Informed by author the dep in toolz is not only required but the # tests are version sensitive. # https://github.com/pytoolz/cytoolz/issues/57 RDEPEND=" dev-python/cython[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} test? ( dev-python/nose[${PYTHON_USEDEP}] >=dev-python/toolz-0.7.1[${PYTHON_USEDEP}] )" python_compile() { python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing" distutils-r1_python_compile } python_test() { pushd "${BUILD_DIR}"/lib/ > /dev/null PYTHONPATH=.:${PN} nosetests --with-doctest ${PN} || die "tests failed under ${EPYTHON}" popd > /dev/null }
