* [gentoo-commits] gentoo-x86 commit in dev-python/requests: requests-0.12.1-r1.ebuild ChangeLog
@ 2012-06-04 11:48 Marien Zwart (marienz)
0 siblings, 0 replies; only message in thread
From: Marien Zwart (marienz) @ 2012-06-04 11:48 UTC (permalink / raw
To: gentoo-commits
marienz 12/06/04 11:48:46
Modified: ChangeLog
Added: requests-0.12.1-r1.ebuild
Log:
Remove dead code that breaks FEATURES=test, remove unnecessary certifi dep, tweak python 3 chardet dep to match what gentoo installs.
(Portage version: 2.2.0_alpha109/cvs/Linux x86_64)
Revision Changes Path
1.12 dev-python/requests/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 28 May 2012 17:58:22 -0000 1.11
+++ ChangeLog 4 Jun 2012 11:48:46 -0000 1.12
@@ -1,6 +1,13 @@
# 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.11 2012/05/28 17:58:22 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.12 2012/06/04 11:48:46 marienz Exp $
+
+*requests-0.12.1-r1 (04 Jun 2012)
+
+ 04 Jun 2012; Marien Zwart <marienz@gentoo.org>
+ +files/requests-0.12.1-setup.py.patch, +requests-0.12.1-r1.ebuild:
+ Remove dead code that breaks FEATURES=test, remove unnecessary certifi dep,
+ tweak python 3 chardet dep to match what gentoo installs.
28 May 2012; Markus Meier <maekke@gentoo.org> requests-0.12.1.ebuild:
add ~arm, bug #415187
1.1 dev-python/requests/requests-0.12.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/requests-0.12.1-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/requests-0.12.1-r1.ebuild?rev=1.1&content-type=text/plain
Index: requests-0.12.1-r1.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.12.1-r1.ebuild,v 1.1 2012/06/04 11:48:46 marienz 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"
RDEPEND="app-misc/ca-certificates
>=dev-python/chardet-1.0.0
>=dev-python/oauthlib-0.1.0 <dev-python/oauthlib-0.2.0"
src_prepare() {
# This is dead code that does not work with python 3, see
# https://github.com/kennethreitz/requests/issues/596
rm -rf requests/packages/oreos || die
# Fix up dependencies (gentoo-specific), see patch for details
epatch "${FILESDIR}/${P}-setup.py.patch"
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-06-04 11:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-04 11:48 [gentoo-commits] gentoo-x86 commit in dev-python/requests: requests-0.12.1-r1.ebuild ChangeLog Marien Zwart (marienz)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox