public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/requests: requests-0.13.6.ebuild ChangeLog
@ 2012-08-17 19:54 Mike Gilbert (floppym)
  0 siblings, 0 replies; only message in thread
From: Mike Gilbert (floppym) @ 2012-08-17 19:54 UTC (permalink / raw
  To: gentoo-commits

floppym     12/08/17 19:54:27

  Modified:             ChangeLog
  Added:                requests-0.13.6.ebuild
  Log:
  Verson bump. Adds bundled copies chardet and oauthlib.
  
  (Portage version: 2.2.0_alpha121/cvs/Linux x86_64)

Revision  Changes    Path
1.15                 dev-python/requests/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	17 Aug 2012 17:31:06 -0000	1.14
+++ ChangeLog	17 Aug 2012 19:54:27 -0000	1.15
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/requests
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.14 2012/08/17 17:31:06 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.15 2012/08/17 19:54:27 floppym Exp $
+
+*requests-0.13.6 (17 Aug 2012)
+
+  17 Aug 2012; Mike Gilbert <floppym@gentoo.org> +requests-0.13.6.ebuild:
+  Verson bump. Adds bundled copies chardet and oauthlib.
 
   17 Aug 2012; Mike Gilbert <floppym@gentoo.org>
   +files/requests-0.13-python2.6.patch, requests-0.13.1.ebuild:



1.1                  dev-python/requests/requests-0.13.6.ebuild

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

Index: requests-0.13.6.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-0.13.6.ebuild,v 1.1 2012/08/17 19:54:27 floppym Exp $

EAPI="4"
PYTHON_DEPEND="*:2.6"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.4 2.5"
DISTUTILS_SRC_TEST="nosetests"

inherit distutils eutils

DESCRIPTION="HTTP library for human beings"
HOMEPAGE="http://python-requests.org/ http://pypi.python.org/pypi/requests"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"

LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""

DEPEND="dev-python/setuptools"

DISTUTILS_USE_SEPARATE_SOURCE_DIRECTORIES=1

src_prepare() {
	epatch "${FILESDIR}/${PN}-0.13-python2.6.patch"

	# Different packages are installed depending on the python version.
	# Need to remove stale egg-info data and build in separate directories.
	rm -r requests.egg-info || die

	distutils_src_prepare
}

src_test() {
	echoit() { echo "$@"; "$@"; }
	testing() {
		echoit nosetests --verbosity=1 tests/*.py
	}
	python_execute_function testing
}





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

only message in thread, other threads:[~2012-08-17 19:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-17 19:54 [gentoo-commits] gentoo-x86 commit in dev-python/requests: requests-0.13.6.ebuild ChangeLog Mike Gilbert (floppym)

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