public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/geopy: geopy-0.95.1.ebuild ChangeLog
@ 2013-05-04  9:41 Ian Delaney (idella4)
  0 siblings, 0 replies; only message in thread
From: Ian Delaney (idella4) @ 2013-05-04  9:41 UTC (permalink / raw
  To: gentoo-commits

idella4     13/05/04 09:41:34

  Modified:             ChangeLog
  Added:                geopy-0.95.1.ebuild
  Log:
  bump; Add pypy support, supply missing file for testsuite to fix tests, fixes Bug #466070
  
  (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.3                  dev-python/geopy/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/geopy/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	29 Jun 2012 15:54:33 -0000	1.2
+++ ChangeLog	4 May 2013 09:41:34 -0000	1.3
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/geopy
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/geopy/ChangeLog,v 1.2 2012/06/29 15:54:33 iksaif Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/geopy/ChangeLog,v 1.3 2013/05/04 09:41:34 idella4 Exp $
+
+*geopy-0.95.1 (04 May 2013)
+
+  04 May 2013; Ian Delaney <idella4@gentoo.org> +geopy-0.95.1.ebuild:
+  bump; Add pypy support, supply missing file for testsuite to fix tests, fixes
+  Bug #466070
 
 *geopy-0.94.2-r1 (29 Jun 2012)
 
@@ -12,4 +18,3 @@
 
   09 May 2012;  <iksaif@gentoo.org> +geopy-0.94.2.ebuild, +metadata.xml:
   New ebuild for geopy.
-



1.1                  dev-python/geopy/geopy-0.95.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geopy/geopy-0.95.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geopy/geopy-0.95.1.ebuild?rev=1.1&content-type=text/plain

Index: geopy-0.95.1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/geopy/geopy-0.95.1.ebuild,v 1.1 2013/05/04 09:41:34 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )

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="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
	http://dev.gentoo.org/~idella4/fells_loop.gpx"
IUSE="test"

RDEPEND="<=dev-python/beautifulsoup-4.0[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
	test? ( dev-python/nose[${PYTHON_USEDEP}] )"

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

python_prepare_all() {
	# Missing source file, http://code.google.com/p/geopy/issues/detail?id=66&thanks=66&ts=1367561505
	if use test; then
		 cp -r "${DISTDIR}"/fells_loop.gpx geopy/tests/ || die
	fi
}

python_test() {
	nosetests || die "Tests failed under ${EPYTHON}"
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-05-04  9:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-04  9:41 [gentoo-commits] gentoo-x86 commit in dev-python/geopy: geopy-0.95.1.ebuild ChangeLog 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