summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/requests-cache/ChangeLog6
-rw-r--r--dev-python/requests-cache/requests-cache-0.3.0.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-python/requests-cache/ChangeLog b/dev-python/requests-cache/ChangeLog
index 859769572f3a..9629677fe7d7 100644
--- a/dev-python/requests-cache/ChangeLog
+++ b/dev-python/requests-cache/ChangeLog
@@ -1,6 +1,10 @@
# 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.1 2013/02/28 17:31:13 zx2c4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/requests-cache/ChangeLog,v 1.2 2013/02/28 17:32:47 zx2c4 Exp $
+
+ 28 Feb 2013; Jason A. Donenfeld <zx2c4@gentoo.org>
+ requests-cache-0.3.0.ebuild:
+ Fix metadata.
*requests-cache-0.3.0 (28 Feb 2013)
diff --git a/dev-python/requests-cache/requests-cache-0.3.0.ebuild b/dev-python/requests-cache/requests-cache-0.3.0.ebuild
index a240f4c79360..8a27a89381e5 100644
--- a/dev-python/requests-cache/requests-cache-0.3.0.ebuild
+++ b/dev-python/requests-cache/requests-cache-0.3.0.ebuild
@@ -1,14 +1,14 @@
# 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.3.0.ebuild,v 1.1 2013/02/28 17:31:13 zx2c4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/requests-cache/requests-cache-0.3.0.ebuild,v 1.2 2013/02/28 17:32:47 zx2c4 Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} )
inherit distutils-r1
-DESCRIPTION="HTTP library for human beings"
-HOMEPAGE="Persistent cache for requests library"
+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"