summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-11-26 05:27:41 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-11-26 05:27:41 +0000
commitc654ab7cb189cc4bd6a200f4ab40064a24f10687 (patch)
tree6156d7645f0548f2705a91744cbb063f53946ac6 /dev-python
parentVersion bump, add slot operator dep on iptables (bug #489884). (diff)
downloadgentoo-2-c654ab7cb189cc4bd6a200f4ab40064a24f10687.tar.gz
gentoo-2-c654ab7cb189cc4bd6a200f4ab40064a24f10687.tar.bz2
gentoo-2-c654ab7cb189cc4bd6a200f4ab40064a24f10687.zip
Bump
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/requests-cache/ChangeLog7
-rw-r--r--dev-python/requests-cache/requests-cache-0.4.4.ebuild23
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-python/requests-cache/ChangeLog b/dev-python/requests-cache/ChangeLog
index 8bb00b0a89be..6d783322b44b 100644
--- a/dev-python/requests-cache/ChangeLog
+++ b/dev-python/requests-cache/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/requests-cache
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/requests-cache/ChangeLog,v 1.6 2013/09/18 06:10:27 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/requests-cache/ChangeLog,v 1.7 2013/11/26 05:27:41 patrick Exp $
+
+*requests-cache-0.4.4 (26 Nov 2013)
+
+ 26 Nov 2013; Patrick Lauer <patrick@gentoo.org> +requests-cache-0.4.4.ebuild:
+ Bump
*requests-cache-0.4.3 (18 Sep 2013)
diff --git a/dev-python/requests-cache/requests-cache-0.4.4.ebuild b/dev-python/requests-cache/requests-cache-0.4.4.ebuild
new file mode 100644
index 000000000000..fe5461ca4448
--- /dev/null
+++ b/dev-python/requests-cache/requests-cache-0.4.4.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2013 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.4.ebuild,v 1.1 2013/11/26 05:27:41 patrick Exp $
+
+EAPI=5
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+
+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=""
+
+RDEPEND=">=dev-python/requests-1.1.0"
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]"
+
+DOCS=( README.rst HISTORY.rst )