public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/geopy: geopy-1.1.3.ebuild ChangeLog
@ 2014-09-06 12:14 Ian Delaney (idella4)
  0 siblings, 0 replies; 3+ messages in thread
From: Ian Delaney (idella4) @ 2014-09-06 12:14 UTC (permalink / raw
  To: gentoo-commits

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 <idella4@gentoo.org> +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 <floppym@gentoo.org> -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}"
}





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/geopy: geopy-1.1.3.ebuild ChangeLog
@ 2014-09-07 12:53 Ian Delaney (idella4)
  0 siblings, 0 replies; 3+ messages in thread
From: Ian Delaney (idella4) @ 2014-09-07 12:53 UTC (permalink / raw
  To: gentoo-commits

idella4     14/09/07 12:53:28

  Modified:             geopy-1.1.3.ebuild ChangeLog
  Log:
  patch to fix failing test under py3
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.2                  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.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geopy/geopy-1.1.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geopy/geopy-1.1.3.ebuild?r1=1.1&r2=1.2

Index: geopy-1.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/geopy/geopy-1.1.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- geopy-1.1.3.ebuild	6 Sep 2014 12:14:50 -0000	1.1
+++ geopy-1.1.3.ebuild	7 Sep 2014 12:53:28 -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/geopy/geopy-1.1.3.ebuild,v 1.1 2014/09/06 12:14:50 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/geopy/geopy-1.1.3.ebuild,v 1.2 2014/09/07 12:53:28 idella4 Exp $
 
 EAPI=5
 
@@ -24,6 +24,8 @@
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
+PATCHES=( "${FILESDIR}"/${PV}-formatpy3.patch )
+
 python_test() {
 	# https://github.com/geopy/geopy/issues/74
 	nosetests --processes=-1 || die "Tests failed under ${EPYTHON}"



1.11                 dev-python/geopy/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/geopy/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	6 Sep 2014 12:14:50 -0000	1.10
+++ ChangeLog	7 Sep 2014 12:53:28 -0000	1.11
@@ -1,6 +1,10 @@
 # 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.10 2014/09/06 12:14:50 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/geopy/ChangeLog,v 1.11 2014/09/07 12:53:28 idella4 Exp $
+
+  07 Sep 2014; Ian Delaney <idella4@gentoo.org> +files/1.1.3-formatpy3.patch,
+  geopy-1.1.3.ebuild:
+  patch to fix failing test under py3
 
 *geopy-1.1.3 (06 Sep 2014)
 





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/geopy: geopy-1.1.3.ebuild ChangeLog
@ 2014-09-08  8:00 Ian Delaney (idella4)
  0 siblings, 0 replies; 3+ messages in thread
From: Ian Delaney (idella4) @ 2014-09-08  8:00 UTC (permalink / raw
  To: gentoo-commits

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 <idella4@gentoo.org>
+  +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 <idella4@gentoo.org> +files/1.1.3-formatpy3.patch,
   geopy-1.1.3.ebuild:





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-09-08  8:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-08  8:00 [gentoo-commits] gentoo-x86 commit in dev-python/geopy: geopy-1.1.3.ebuild ChangeLog Ian Delaney (idella4)
  -- strict thread matches above, loose matches on Subject: below --
2014-09-07 12:53 Ian Delaney (idella4)
2014-09-06 12:14 Ian Delaney (idella4)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox