idella4 14/09/08 08:00:31 Modified: geopy-1.1.3.ebuild ChangeLog Log: drop unviable pypy support, new upstream patches to fix tests, update test phase (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.3 dev-python/geopy/geopy-1.1.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geopy/geopy-1.1.3.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geopy/geopy-1.1.3.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geopy/geopy-1.1.3.ebuild?r1=1.2&r2=1.3 Index: geopy-1.1.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/geopy/geopy-1.1.3.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- geopy-1.1.3.ebuild 7 Sep 2014 12:53:28 -0000 1.2 +++ geopy-1.1.3.ebuild 8 Sep 2014 08:00:31 -0000 1.3 @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/geopy/geopy-1.1.3.ebuild,v 1.2 2014/09/07 12:53:28 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/geopy/geopy-1.1.3.ebuild,v 1.3 2014/09/08 08:00:31 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 @@ -14,7 +14,7 @@ IUSE="test yahoo" -RDEPEND="yahoo? ( $(python_gen_cond_dep '>=dev-python/requests-oauthlib-0.4.0[${PYTHON_USEDEP}]' python2_7 'python{3_3,3_4}') +RDEPEND="yahoo? ( >=dev-python/requests-oauthlib-0.4.0[${PYTHON_USEDEP}] dev-python/placefinder[${PYTHON_USEDEP}] )" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/nose[${PYTHON_USEDEP}] @@ -24,9 +24,13 @@ SLOT="0" KEYWORDS="~amd64 ~x86" -PATCHES=( "${FILESDIR}"/${PV}-formatpy3.patch ) +# Usual; required for testsuite +DISTUTILS_IN_SOURCE_BUILD=1 + +PATCHES=( "${FILESDIR}"/${PV}-formatpy3.patch \ + "${FILESDIR}"/${PV}-tests-env-vars.patch \ + "${FILESDIR}"/${PV}-version-compat.patch ) python_test() { - # https://github.com/geopy/geopy/issues/74 nosetests --processes=-1 || die "Tests failed under ${EPYTHON}" } 1.12 dev-python/geopy/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geopy/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geopy/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geopy/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/geopy/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 7 Sep 2014 12:53:28 -0000 1.11 +++ ChangeLog 8 Sep 2014 08:00:31 -0000 1.12 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/geopy # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/geopy/ChangeLog,v 1.11 2014/09/07 12:53:28 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/geopy/ChangeLog,v 1.12 2014/09/08 08:00:31 idella4 Exp $ + + 08 Sep 2014; Ian Delaney <[email protected]> + +files/1.1.3-tests-env-vars.patch, +files/1.1.3-version-compat.patch, + geopy-1.1.3.ebuild: + drop unviable pypy support, new upstream patches to fix tests, update test + phase 07 Sep 2014; Ian Delaney <[email protected]> +files/1.1.3-formatpy3.patch, geopy-1.1.3.ebuild:
