public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/requests: requests-0.14.2.ebuild ChangeLog
@ 2012-10-30  9:37 Patrick Lauer (patrick)
  0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2012-10-30  9:37 UTC (permalink / raw
  To: gentoo-commits

patrick     12/10/30 09:37:14

  Modified:             ChangeLog
  Added:                requests-0.14.2.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.23                 dev-python/requests/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	6 Oct 2012 02:03:36 -0000	1.22
+++ ChangeLog	30 Oct 2012 09:37:14 -0000	1.23
@@ -1,6 +1,12 @@
 # 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.22 2012/10/06 02:03:36 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.23 2012/10/30 09:37:14 patrick Exp $
+
+*requests-0.14.2 (30 Oct 2012)
+
+  30 Oct 2012; Patrick Lauer <patrick@gentoo.org> +requests-0.14.2.ebuild,
+  requests-0.14.1.ebuild:
+  Bump
 
   06 Oct 2012; Anthony G. Basile <blueness@gentoo.org> requests-0.14.1.ebuild:
   keyword ~arm, bug #437250



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

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

Index: requests-0.14.2.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.14.2.ebuild,v 1.1 2012/10/30 09:37:14 patrick 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=""

RDEPEND="app-misc/ca-certificates
	dev-python/chardet
	dev-python/oauthlib
	dev-python/urllib3"
DEPEND="${RDEPEND}
	dev-python/setuptools"

DISTUTILS_USE_SEPARATE_SOURCE_DIRECTORIES=1

# tests connect to various remote sites
RESTRICT="test"

src_prepare() {
	# use system libs for chardet, oauthlib, and urllib3
	rm -r requests/packages || die
	epatch "${FILESDIR}"/${PN}-0.14.1-system-libs.patch

	# use system ca-certificates
	rm requests/cacert.pem || die
	epatch "${FILESDIR}"/${PN}-0.14.1-system-cacerts.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-10-30  9:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-30  9:37 [gentoo-commits] gentoo-x86 commit in dev-python/requests: requests-0.14.2.ebuild ChangeLog Patrick Lauer (patrick)

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