idella4     14/09/08 05:52:44

  Modified:             ChangeLog
  Added:                requests-oauthlib-0.4.1.ebuild
  Log:
  bump; drop redundant patch
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.6                  dev-python/requests-oauthlib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/requests-oauthlib/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   6 Sep 2014 08:04:51 -0000       1.5
+++ ChangeLog   8 Sep 2014 05:52:44 -0000       1.6
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/requests-oauthlib
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/requests-oauthlib/ChangeLog,v 
1.5 2014/09/06 08:04:51 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/requests-oauthlib/ChangeLog,v 
1.6 2014/09/08 05:52:44 idella4 Exp $
+
+*requests-oauthlib-0.4.1 (08 Sep 2014)
+
+  08 Sep 2014; Ian Delaney <[email protected]> 
+requests-oauthlib-0.4.1.ebuild:
+  bump; drop redundant patch
 
   06 Sep 2014; Ian Delaney <[email protected]> requests-oauthlib-0.4.0.ebuild:
   drop py2.6 re-add py3.2 to support reverse deps



1.1                  dev-python/requests-oauthlib/requests-oauthlib-0.4.1.ebuild

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

Index: requests-oauthlib-0.4.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/requests-oauthlib/requests-oauthlib-0.4.1.ebuild,v
 1.1 2014/09/08 05:52:44 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )

inherit distutils-r1

DESCRIPTION="This project provides first-class OAuth library support for 
Requests"
HOMEPAGE="https://github.com/requests/requests-oauthlib";
SRC_URI="https://github.com/requests/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

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

DEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"
RDEPEND="
        >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
        >=dev-python/oauthlib-0.6.2[${PYTHON_USEDEP}]"

#Refrain from a doc build for now
#python_compile_all() {
#       use doc && emake -C docs html
#}

python_test() {
        esetup.py test
}




Reply via email to