idella4     14/10/16 11:22:55

  Modified:             requests-cache-0.4.5.ebuild ChangeLog
  Added:                requests-cache-0.4.6.ebuild
  Removed:              requests-cache-0.4.4.ebuild
                        requests-cache-0.4.0.ebuild
                        requests-cache-0.4.2.ebuild
                        requests-cache-0.3.0.ebuild
                        requests-cache-0.4.3.ebuild
  Log:
  bump; tidy to deps, rm old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.3                  dev-python/requests-cache/requests-cache-0.4.5.ebuild

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

Index: requests-cache-0.4.5.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/requests-cache/requests-cache-0.4.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- requests-cache-0.4.5.ebuild 2 Sep 2014 04:17:46 -0000       1.2
+++ requests-cache-0.4.5.ebuild 16 Oct 2014 11:22:55 -0000      1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/requests-cache/requests-cache-0.4.5.ebuild,v 
1.2 2014/09/02 04:17:46 patrick Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/requests-cache/requests-cache-0.4.5.ebuild,v 
1.3 2014/10/16 11:22:55 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
@@ -16,9 +16,9 @@
 KEYWORDS="~amd64 ~x86"
 IUSE="doc"
 
-RDEPEND=">=dev-python/requests-1.1.0"
-DEPEND="${RDEPEND}
-               dev-python/setuptools[${PYTHON_USEDEP}]
+# Portage only has versions of request >= minimum border
+RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
        doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
 
 # Testsuite excels in tests connecting to the network via local server daemons



1.10                 dev-python/requests-cache/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/requests-cache/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   2 Sep 2014 04:17:46 -0000       1.9
+++ ChangeLog   16 Oct 2014 11:22:55 -0000      1.10
@@ -1,6 +1,14 @@
 # ChangeLog for dev-python/requests-cache
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/requests-cache/ChangeLog,v 1.9 
2014/09/02 04:17:46 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/requests-cache/ChangeLog,v 1.10 
2014/10/16 11:22:55 idella4 Exp $
+
+*requests-cache-0.4.6 (16 Oct 2014)
+
+  16 Oct 2014; Ian Delaney <[email protected]> +requests-cache-0.4.6.ebuild,
+  -requests-cache-0.3.0.ebuild, -requests-cache-0.4.0.ebuild,
+  -requests-cache-0.4.2.ebuild, -requests-cache-0.4.3.ebuild,
+  -requests-cache-0.4.4.ebuild, requests-cache-0.4.5.ebuild:
+  bump; tidy to deps, rm old
 
   02 Sep 2014; Patrick Lauer <[email protected]> requests-cache-0.4.5.ebuild:
   Whitespace



1.1                  dev-python/requests-cache/requests-cache-0.4.6.ebuild

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

Index: requests-cache-0.4.6.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-cache/requests-cache-0.4.6.ebuild,v 
1.1 2014/10/16 11:22:55 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )

inherit distutils-r1

HOMEPAGE="https://pypi.python.org/pypi/requests-cache";
DESCRIPTION="Persistent cache for requests library"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"

# Portage only has versions of request >= minimum border
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
        doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"

# Testsuite excels in tests connecting to the network via local server daemons
python_compile_all() {
        use doc && emake -C docs html
}

python_install_all() {
        use doc && local HTML_DOCS=( docs/_build/html/. )
        distutils-r1_python_install_all
}




Reply via email to