Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mpi4py/
Date: Sat, 07 Sep 2019 11:58:20
Message-Id: 1567857476.0ecec5e1b2dc78da4c339e599c68f1863566e14c.asturm@gentoo
1 commit: 0ecec5e1b2dc78da4c339e599c68f1863566e14c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 7 11:55:08 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 7 11:57:56 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ecec5e1
7
8 dev-python/mpi4py: Drop 2.0.0, 3.0.0
9
10 Package-Manager: Portage-2.3.75, Repoman-2.3.17
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-python/mpi4py/Manifest | 2 --
14 dev-python/mpi4py/mpi4py-2.0.0.ebuild | 47 -----------------------------------
15 dev-python/mpi4py/mpi4py-3.0.0.ebuild | 47 -----------------------------------
16 3 files changed, 96 deletions(-)
17
18 diff --git a/dev-python/mpi4py/Manifest b/dev-python/mpi4py/Manifest
19 index df101d6469c..761d398e96d 100644
20 --- a/dev-python/mpi4py/Manifest
21 +++ b/dev-python/mpi4py/Manifest
22 @@ -1,3 +1 @@
23 -DIST mpi4py-2.0.0.tar.gz 1279957 BLAKE2B ad75492ec09edbf6663a8962bcb4592c076ef47cdf8a9c14275077dea0abf4ce01f928d03eec80941fec37941c2ba99287263b71436baf7ed755a84cca2ea983 SHA512 6459b482db782fea1a80499774ebfeb09c828b6c3f1805a0ca306f26f3ebcac52ad1c83bb97a98a01b518b6a6c887f6b99dbda9c37381a5ce05ddff0edb16d81
24 -DIST mpi4py-3.0.0.tar.gz 1426843 BLAKE2B a68182c6abebac6af73654f04db9eba38f020793a9f6d0f98a5e4a483b0531e44aca3c853c20572123cc02331350bf98f8405ddd12b77e79de732f714437da9f SHA512 29ce8b7fd187aadd0bf8e1928ed00cac3e898ff82432b7a95984a248559b0d580c5af418b1986d83b17ad2cf8cbb45135afacf290ba4d9b75a62b03e9ca08e16
25 DIST mpi4py-3.0.2.tar.gz 1429331 BLAKE2B 9e35749a82698ec656553583f01ebd8edbfb3b649c7693a9ff63f9f6abfa3fd41a54cbe4e3a1de55cbaf4dc626602706c776c505d0f5c0d82ebe88f2b4ceeddb SHA512 0a18332fd45e8e80b8dab0761fbaa30444a0d55776af7a2333be17ade827e92d04ac5bb8619ce26937142f344f75de0e5ef6dcb7502f33389716aa9482ddf5ab
26
27 diff --git a/dev-python/mpi4py/mpi4py-2.0.0.ebuild b/dev-python/mpi4py/mpi4py-2.0.0.ebuild
28 deleted file mode 100644
29 index 3564ebdbd9b..00000000000
30 --- a/dev-python/mpi4py/mpi4py-2.0.0.ebuild
31 +++ /dev/null
32 @@ -1,47 +0,0 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -PYTHON_COMPAT=( python2_7 python3_{5,6} )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Message Passing Interface for Python"
43 -HOMEPAGE="https://bitbucket.org/mpi4py/ https://pypi.org/project/mpi4py/"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 -
46 -LICENSE="BSD"
47 -SLOT="0"
48 -KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
49 -IUSE="doc examples test"
50 -
51 -RDEPEND="virtual/mpi"
52 -DEPEND="${RDEPEND}
53 - test? ( dev-python/nose[${PYTHON_USEDEP}]
54 - virtual/mpi[romio] )"
55 -DISTUTILS_IN_SOURCE_BUILD=1
56 -
57 -python_prepare_all() {
58 - # not needed on install
59 - rm -vr docs/source || die
60 - distutils-r1_python_prepare_all
61 -}
62 -
63 -src_compile() {
64 - export FAKEROOTKEY=1
65 - distutils-r1_src_compile
66 -}
67 -
68 -python_test() {
69 - echo "Beginning test phase"
70 - pushd "${BUILD_DIR}"/../ &> /dev/null || die
71 - mpiexec -n 2 "${PYTHON}" ./test/runtests.py -v || die "Testsuite failed under ${EPYTHON}"
72 - popd &> /dev/null || die
73 -}
74 -
75 -python_install_all() {
76 - use doc && local HTML_DOCS=( docs/. )
77 - use examples && local DOCS=( demo )
78 - distutils-r1_python_install_all
79 -}
80
81 diff --git a/dev-python/mpi4py/mpi4py-3.0.0.ebuild b/dev-python/mpi4py/mpi4py-3.0.0.ebuild
82 deleted file mode 100644
83 index f2e754ef922..00000000000
84 --- a/dev-python/mpi4py/mpi4py-3.0.0.ebuild
85 +++ /dev/null
86 @@ -1,47 +0,0 @@
87 -# Copyright 1999-2019 Gentoo Authors
88 -# Distributed under the terms of the GNU General Public License v2
89 -
90 -EAPI=6
91 -
92 -PYTHON_COMPAT=( python2_7 python3_{5,6} )
93 -
94 -inherit distutils-r1
95 -
96 -DESCRIPTION="Message Passing Interface for Python"
97 -HOMEPAGE="https://bitbucket.org/mpi4py/ https://pypi.org/project/mpi4py/"
98 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
99 -
100 -LICENSE="BSD"
101 -SLOT="0"
102 -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
103 -IUSE="doc examples test"
104 -
105 -RDEPEND="virtual/mpi"
106 -DEPEND="${RDEPEND}
107 - test? ( dev-python/nose[${PYTHON_USEDEP}]
108 - virtual/mpi[romio] )"
109 -DISTUTILS_IN_SOURCE_BUILD=1
110 -
111 -python_prepare_all() {
112 - # not needed on install
113 - rm -vr docs/source || die
114 - distutils-r1_python_prepare_all
115 -}
116 -
117 -src_compile() {
118 - export FAKEROOTKEY=1
119 - distutils-r1_src_compile
120 -}
121 -
122 -python_test() {
123 - echo "Beginning test phase"
124 - pushd "${BUILD_DIR}"/../ &> /dev/null || die
125 - mpiexec -n 2 "${PYTHON}" ./test/runtests.py -v || die "Testsuite failed under ${EPYTHON}"
126 - popd &> /dev/null || die
127 -}
128 -
129 -python_install_all() {
130 - use doc && local HTML_DOCS=( docs/. )
131 - use examples && local DOCS=( demo )
132 - distutils-r1_python_install_all
133 -}