diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-09-14 21:15:36 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-09-14 21:15:36 +0000 |
commit | 6974b692dcb5934f63e844501eac9eb7518c675a (patch) | |
tree | b43d2807ddda952ccc2fe7f294723bc1d07392d6 | |
parent | Version bump. (diff) | |
download | gentoo-2-6974b692dcb5934f63e844501eac9eb7518c675a.tar.gz gentoo-2-6974b692dcb5934f63e844501eac9eb7518c675a.tar.bz2 gentoo-2-6974b692dcb5934f63e844501eac9eb7518c675a.zip |
Use PyPI mirrors.
(Portage version: 2.2_rc81_p26/cvs/Linux x86_64)
-rw-r--r-- | dev-python/py/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/py/py-1.3.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/py/py-1.3.3.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/py/ChangeLog b/dev-python/py/ChangeLog index 7774693775a8..14be1ce57570 100644 --- a/dev-python/py/ChangeLog +++ b/dev-python/py/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/py # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/py/ChangeLog,v 1.54 2010/09/14 21:13:21 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/py/ChangeLog,v 1.55 2010/09/14 21:15:36 arfrever Exp $ + + 14 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + py-1.3.1.ebuild, py-1.3.3.ebuild: + Use PyPI mirrors. *py-1.3.4 (14 Sep 2010) diff --git a/dev-python/py/py-1.3.1.ebuild b/dev-python/py/py-1.3.1.ebuild index 3b2c229bd0f7..307f082af437 100644 --- a/dev-python/py/py-1.3.1.ebuild +++ b/dev-python/py/py-1.3.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/py/py-1.3.1.ebuild,v 1.10 2010/08/28 16:32:47 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/py/py-1.3.1.ebuild,v 1.11 2010/09/14 21:15:36 arfrever Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" @@ -8,8 +8,8 @@ SUPPORT_PYTHON_ABIS="1" inherit distutils DESCRIPTION="A library aiming to support agile and test-driven python development on various levels." -SRC_URI="http://pypi.python.org/packages/source/p/${PN}/${P}.tar.gz" HOMEPAGE="http://codespeak.net/py/ http://pypi.python.org/pypi/py" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" diff --git a/dev-python/py/py-1.3.3.ebuild b/dev-python/py/py-1.3.3.ebuild index cfcf6494732a..e1af272fd62e 100644 --- a/dev-python/py/py-1.3.3.ebuild +++ b/dev-python/py/py-1.3.3.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/py/py-1.3.3.ebuild,v 1.2 2010/08/15 16:17:36 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/py/py-1.3.3.ebuild,v 1.3 2010/09/14 21:15:36 arfrever Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" @@ -9,7 +9,7 @@ inherit distutils DESCRIPTION="A library aiming to support agile and test-driven python development on various levels." HOMEPAGE="http://codespeak.net/py/ http://pypi.python.org/pypi/py" -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" |