diff options
author | Jason A. Donenfeld <zx2c4@gentoo.org> | 2013-02-28 17:32:47 +0000 |
---|---|---|
committer | Jason A. Donenfeld <zx2c4@gentoo.org> | 2013-02-28 17:32:47 +0000 |
commit | d4bf7987d503d233c94abf607b9a33841f32db5c (patch) | |
tree | c8f8d520755b57d7dab5119c24ed393193baccd9 /dev-python/requests-cache/requests-cache-0.3.0.ebuild | |
parent | Import based on dev-python/requests. (diff) | |
download | gentoo-2-d4bf7987d503d233c94abf607b9a33841f32db5c.tar.gz gentoo-2-d4bf7987d503d233c94abf607b9a33841f32db5c.tar.bz2 gentoo-2-d4bf7987d503d233c94abf607b9a33841f32db5c.zip |
Fix metadata.
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key A5DE03AE)
Diffstat (limited to 'dev-python/requests-cache/requests-cache-0.3.0.ebuild')
-rw-r--r-- | dev-python/requests-cache/requests-cache-0.3.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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" |