diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-19 18:28:55 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-19 18:29:11 +0200 |
commit | 2f801b0ec4408c88e6e1d6460879bce097eb9acb (patch) | |
tree | fa8bb3a60c5f6fe5e479a73a335980077df95ebc /dev-python/mpi4py/mpi4py-1.3.1.ebuild | |
parent | dev-python/webob: Version Bump (diff) | |
download | gentoo-2f801b0ec4408c88e6e1d6460879bce097eb9acb.tar.gz gentoo-2f801b0ec4408c88e6e1d6460879bce097eb9acb.tar.bz2 gentoo-2f801b0ec4408c88e6e1d6460879bce097eb9acb.zip |
dev-python/mpi4py: Version Bump
fixes
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=554058
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/mpi4py/mpi4py-1.3.1.ebuild')
-rw-r--r-- | dev-python/mpi4py/mpi4py-1.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/mpi4py/mpi4py-1.3.1.ebuild b/dev-python/mpi4py/mpi4py-1.3.1.ebuild index 10b644f216d9..5a1359b7d6fb 100644 --- a/dev-python/mpi4py/mpi4py-1.3.1.ebuild +++ b/dev-python/mpi4py/mpi4py-1.3.1.ebuild @@ -9,8 +9,8 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 DESCRIPTION="Message Passing Interface for Python" -HOMEPAGE="https://code.google.com/p/mpi4py/ https://pypi.python.org/pypi/mpi4py" -SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz" +HOMEPAGE="https://bitbucket.org/mpi4py/ https://pypi.python.org/pypi/mpi4py" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" |