idella4 14/09/19 00:56:36 Modified: ChangeLog Added: geopy-1.1.5.ebuild Log: bump; update dep list, drop un-needed patches now incorporated into this version (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.13 dev-python/geopy/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geopy/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geopy/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geopy/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/geopy/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 8 Sep 2014 08:00:31 -0000 1.12 +++ ChangeLog 19 Sep 2014 00:56:36 -0000 1.13 @@ -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.12 2014/09/08 08:00:31 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/geopy/ChangeLog,v 1.13 2014/09/19 00:56:36 idella4 Exp $ + +*geopy-1.1.5 (19 Sep 2014) + + 19 Sep 2014; Ian Delaney <[email protected]> +geopy-1.1.5.ebuild: + bump; update dep list, drop un-needed patches now incorporated into this + version 08 Sep 2014; Ian Delaney <[email protected]> +files/1.1.3-tests-env-vars.patch, +files/1.1.3-version-compat.patch, 1.1 dev-python/geopy/geopy-1.1.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geopy/geopy-1.1.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geopy/geopy-1.1.5.ebuild?rev=1.1&content-type=text/plain Index: geopy-1.1.5.ebuild =================================================================== # 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.5.ebuild,v 1.1 2014/09/19 00:56:36 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 DESCRIPTION="A Geocoding Toolbox for Python" HOMEPAGE="http://www.geopy.org/ https://github.com/geopy/geopy" SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" IUSE="test yahoo" 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}] dev-python/nose-cover3[${PYTHON_USEDEP}] dev-python/pylint[${PYTHON_USEDEP}] )" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" # Usual; required for testsuite DISTUTILS_IN_SOURCE_BUILD=1 python_test() { # intermittent fails or errors caused by an apparent race condition. suite is fine nosetests --processes=-1 || die "Tests failed under ${EPYTHON}" }
