summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-12-26 14:55:03 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-12-26 14:55:03 +0000
commitc279406e10a62a88ffbdd8317139a7dc3823a031 (patch)
treef865e9cf139d8da2afc782ddc2bfb6dc9e1061a6 /dev-python/paisley
parentUse PyPI mirrors. (diff)
downloadgentoo-2-c279406e10a62a88ffbdd8317139a7dc3823a031.tar.gz
gentoo-2-c279406e10a62a88ffbdd8317139a7dc3823a031.tar.bz2
gentoo-2-c279406e10a62a88ffbdd8317139a7dc3823a031.zip
Use PyPI mirrors.
(Portage version: 2.2.0_alpha10_p8/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/paisley')
-rw-r--r--dev-python/paisley/paisley-0.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/paisley/paisley-0.1.ebuild b/dev-python/paisley/paisley-0.1.ebuild
index 34c22edfb101..99cbbb5b71de 100644
--- a/dev-python/paisley/paisley-0.1.ebuild
+++ b/dev-python/paisley/paisley-0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/paisley/paisley-0.1.ebuild,v 1.8 2010/12/18 19:26:35 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/paisley/paisley-0.1.ebuild,v 1.9 2010/12/26 14:55:03 arfrever Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -12,7 +12,7 @@ inherit distutils
DESCRIPTION="Paisley is a CouchDB client written in Python to be used within a Twisted application."
HOMEPAGE="http://launchpad.net/paisley"
-SRC_URI="http://pypi.python.org/packages/source/p/${PN}/${P}.tar.gz"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"