From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mpi4py/
Date: Mon, 19 Oct 2015 16:29:37 +0000 (UTC) [thread overview]
Message-ID: <1445272151.2f801b0ec4408c88e6e1d6460879bce097eb9acb.jlec@gentoo> (raw)
commit: 2f801b0ec4408c88e6e1d6460879bce097eb9acb
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 19 16:28:55 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Oct 19 16:29:11 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f801b0e
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 <AT> gentoo.org>
dev-python/mpi4py/Manifest | 1 +
dev-python/mpi4py/mpi4py-1.3.1.ebuild | 4 ++--
dev-python/mpi4py/{mpi4py-1.3.1.ebuild => mpi4py-2.0.0.ebuild} | 8 +++-----
3 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/dev-python/mpi4py/Manifest b/dev-python/mpi4py/Manifest
index db920f5..2031eec 100644
--- a/dev-python/mpi4py/Manifest
+++ b/dev-python/mpi4py/Manifest
@@ -1 +1,2 @@
DIST mpi4py-1.3.1.tar.gz 1046580 SHA256 e7bd2044aaac5a6ea87a87b2ecc73b310bb6efe5026031e33067ea3c2efc3507 SHA512 15e81f2a1e6f6af7a54f0e8ec43ddf36cc565b7fe9e3dd35603c9d128199c5acd1584757ffca999c8826c0bbccf371175d40a7a24c85d3369efd77da5b3b603f WHIRLPOOL e32fef50c8cd8f866e40fb29f90775736cf0ea31c8a3fc4d460cded8b2056bae0c8d847b304c3222d3e5ffc913ca5cc722425e496d35bf41624f9b5ccdf3ead2
+DIST mpi4py-2.0.0.tar.gz 1279957 SHA256 6543a05851a7aa1e6d165e673d422ba24e45c41e4221f0993fe1e5924a00cb81 SHA512 6459b482db782fea1a80499774ebfeb09c828b6c3f1805a0ca306f26f3ebcac52ad1c83bb97a98a01b518b6a6c887f6b99dbda9c37381a5ce05ddff0edb16d81 WHIRLPOOL 1b85699303a813cc35118464c80dffe798eb02dd3248c0b61937236f2f6cea533283a443f8a52298d888584e13e013601260b68552528d1b9b6f25bcccb990e7
diff --git a/dev-python/mpi4py/mpi4py-1.3.1.ebuild b/dev-python/mpi4py/mpi4py-1.3.1.ebuild
index 10b644f..5a1359b 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"
diff --git a/dev-python/mpi4py/mpi4py-1.3.1.ebuild b/dev-python/mpi4py/mpi4py-2.0.0.ebuild
similarity index 77%
copy from dev-python/mpi4py/mpi4py-1.3.1.ebuild
copy to dev-python/mpi4py/mpi4py-2.0.0.ebuild
index 10b644f..42b927e 100644
--- a/dev-python/mpi4py/mpi4py-1.3.1.ebuild
+++ b/dev-python/mpi4py/mpi4py-2.0.0.ebuild
@@ -9,12 +9,12 @@ 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"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc examples test"
RDEPEND="virtual/mpi"
@@ -23,8 +23,6 @@ DEPEND="${RDEPEND}
virtual/mpi[romio] )"
DISTUTILS_IN_SOURCE_BUILD=1
-PATCHES=( "${FILESDIR}"/${P}-py3-test-backport-1.patch "${FILESDIR}"/${P}-ldshared.patch )
-
python_prepare_all() {
# not needed on install
rm -r docs/source || die
next reply other threads:[~2015-10-19 16:30 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-19 16:29 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-10-21 13:41 [gentoo-commits] repo/gentoo:master commit in: dev-python/mpi4py/ Justin Lecher
2016-11-28 14:28 Christoph Junghans
2017-01-18 16:52 Agostino Sarubbo
2017-06-26 4:35 Sebastien Fabbro
2017-07-15 21:46 Patrice Clement
2017-07-15 21:46 Patrice Clement
2017-12-22 18:17 Christoph Junghans
2019-07-22 22:23 Andreas Sturmlechner
2019-09-02 10:15 Agostino Sarubbo
2019-09-02 10:20 Agostino Sarubbo
2019-09-07 11:58 Andreas Sturmlechner
2020-03-20 16:17 Michał Górny
2021-08-13 6:58 Michał Górny
2021-10-12 17:22 Arthur Zamarin
2022-01-08 12:41 Yixun Lan
2022-01-08 12:41 Yixun Lan
2022-01-08 12:41 Yixun Lan
2022-02-13 15:16 Sam James
2022-02-15 14:58 Jakov Smolić
2023-01-06 14:51 Yixun Lan
2023-01-06 14:51 Yixun Lan
2023-02-16 22:49 Sam James
2023-02-16 22:49 Sam James
2023-02-17 6:21 Michał Górny
2023-12-21 0:07 Ionen Wolkens
2024-02-03 14:03 Arthur Zamarin
2024-02-03 19:09 Sam James
2024-02-03 20:03 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1445272151.2f801b0ec4408c88e6e1d6460879bce097eb9acb.jlec@gentoo \
--to=jlec@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox