idella4     14/09/06 12:14:50

  Modified:             ChangeLog
  Added:                geopy-1.1.3.ebuild
  Log:
  bump; drop py2.6 pypy2_0 add py3.4, switch SRC_URI to github.com once again 
due to an incomplete tarball @ pypi, upgrade deps & test phase
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.10                 dev-python/geopy/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geopy/ChangeLog?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geopy/ChangeLog?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geopy/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/geopy/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   30 Jun 2014 04:45:51 -0000      1.9
+++ ChangeLog   6 Sep 2014 12:14:50 -0000       1.10
@@ -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.9 2014/06/30 
04:45:51 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/geopy/ChangeLog,v 1.10 
2014/09/06 12:14:50 idella4 Exp $
+
+*geopy-1.1.3 (06 Sep 2014)
+
+  06 Sep 2014; Ian Delaney <[email protected]> +geopy-1.1.3.ebuild:
+  bump; drop py2.6 pypy2_0 add py3.4, switch SRC_URI to github.com once again
+  due to an incomplete tarball @ pypi, upgrade deps & test phase
 
   30 Jun 2014; Mike Gilbert <[email protected]> -geopy-0.95.1.ebuild,
   -geopy-0.96.2.ebuild, -geopy-0.97.ebuild, geopy-0.99.ebuild:



1.1                  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.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geopy/geopy-1.1.3.ebuild?rev=1.1&content-type=text/plain

Index: geopy-1.1.3.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.3.ebuild,v 1.1 
2014/09/06 12:14:50 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )

inherit distutils-r1

DESCRIPTION="A Geocoding Toolbox for Python"
HOMEPAGE="http://www.geopy.org/ http://pypi.python.org/pypi/geopy 
http://code.google.com/p/geopy/";
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

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}')
                dev-python/placefinder[${PYTHON_USEDEP}] )"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
        test? ( dev-python/nose[${PYTHON_USEDEP}]
                dev-python/nose-cover3[${PYTHON_USEDEP}] )"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"

python_test() {
        # https://github.com/geopy/geopy/issues/74
        nosetests --processes=-1 || die "Tests failed under ${EPYTHON}"
}




Reply via email to