Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/numexpr/
Date: Sun, 20 Sep 2015 10:24:13
Message-Id: 1442744643.795cd3a02f7ee23a17c551af217eace5c64308cd.jlec@gentoo
1 commit: 795cd3a02f7ee23a17c551af217eace5c64308cd
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 20 10:22:18 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 20 10:24:03 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=795cd3a0
7
8 dev-python/numexpr: Clean old
9
10 Package-Manager: portage-2.2.20.1
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/numexpr/Manifest | 2 --
14 dev-python/numexpr/numexpr-2.4.1.ebuild | 48 ---------------------------------
15 dev-python/numexpr/numexpr-2.4.ebuild | 48 ---------------------------------
16 3 files changed, 98 deletions(-)
17
18 diff --git a/dev-python/numexpr/Manifest b/dev-python/numexpr/Manifest
19 index 4d021ca..205b8dd 100644
20 --- a/dev-python/numexpr/Manifest
21 +++ b/dev-python/numexpr/Manifest
22 @@ -1,4 +1,2 @@
23 -DIST numexpr-2.4.1.tar.gz 84990 SHA256 5b53a9e9e50f33e2e562b4ae9f88066c9e54a3bd7c144d29d0067b87856815b4 SHA512 d5aa34532dd1a504b3c78cff07def4114201560c04ce30d033a4701eb95961c53582b71291569cd10f22d50b00edc5dbb4e1b6454d8597c68f231c9c576471b7 WHIRLPOOL 9bfde967bc772111e1cc4a8e5931dc31896b7da4b43c33b8ae7bb3701f782e895b434ee4cddabe2a90abfe90cc240322b92dc224b7917123d90f2d9f9044cea4
24 DIST numexpr-2.4.3.tar.gz 85171 SHA256 3ae7191c89df40db6b0a8637a4dace7c5956bc910793a53225f985f3b443c722 SHA512 b33984072fddd4303980be8533e1348b48ff27de5e150029147e3666ce6bb9e1147dbc45eb0ef22506aebaea6fb366d65ff01221235f9b9935d78ea70ba9aa53 WHIRLPOOL ac5981bac643b825d6ab2fbd6c46b6d73ad62374490e5f05a71fc0b9c4269ab401617da98079e1604b11f454863e64e009a2acc00b7b30499b20eff73efe033f
25 DIST numexpr-2.4.4.tar.gz 87133 SHA256 dfa2fad1af040e93a8022fbe4437f2183bf80e5f64d466381ad589308a73565b SHA512 abc53f8aafb39e55b6b811c1f08c01eefca23c36fb9d20a82484ef658c8062ffe51d8841d6651f43fb7f8cea6420270623df6ba9f98a95a0f7a09e6ceef91b35 WHIRLPOOL 9ab19609189e866a11c03b0aeaa3b93124d8018d53e8dec641721eff39eb73c969c34c457209d63988361ffadef13a205ba5b71d19ad120e9f44313f42c7cd1b
26 -DIST numexpr-2.4.tar.gz 84770 SHA256 1b63a5ce11c10d36433e2a74e2e4c360a4e004618507778881659e80a912fc58 SHA512 bebc3e81505f4c2e7d3c6f7cf2c02fe1ce07186c81de743db43399f2f81a135125a675dbd7a631fea55aaea1d092ab9a84539676027ce31f6fb7b1fca23cf253 WHIRLPOOL 1cf2e98f8e092505c1098f0c55a1b05488146164afa3bfec351cbe8ed44fa401edab503884ffa2b599a5a8db86e4bda94229a6d147aba60f554141ec85f37273
27
28 diff --git a/dev-python/numexpr/numexpr-2.4.1.ebuild b/dev-python/numexpr/numexpr-2.4.1.ebuild
29 deleted file mode 100644
30 index f115595..0000000
31 --- a/dev-python/numexpr/numexpr-2.4.1.ebuild
32 +++ /dev/null
33 @@ -1,48 +0,0 @@
34 -# Copyright 1999-2015 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -# $Id$
37 -
38 -EAPI=5
39 -
40 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
41 -
42 -inherit distutils-r1
43 -
44 -DESCRIPTION="Fast numerical array expression evaluator for Python and NumPy"
45 -HOMEPAGE="https://github.com/pydata/numexpr"
46 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
47 -
48 -LICENSE="MIT"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
51 -IUSE="mkl"
52 -
53 -RDEPEND="
54 - dev-python/numpy[${PYTHON_USEDEP}]
55 - mkl? ( sci-libs/mkl )"
56 -DEPEND="${RDEPEND}
57 - dev-python/setuptools[${PYTHON_USEDEP}]"
58 -
59 -DOCS=( ANNOUNCE.rst AUTHORS.txt README.rst RELEASE_NOTES.rst )
60 -
61 -python_prepare_all() {
62 - # TODO: mkl can be used but it fails for me
63 - # only works with mkl in tree. newer mkl will use pkgconfig
64 - if use mkl; then
65 - local ext
66 - use amd64 && ext=_lp64
67 - cat <<- EOF > "${S}"/site.cfg
68 - [mkl]
69 - library_dirs = ${MKLROOT}/lib/em64t
70 - include_dirs = ${MKLROOT}/include
71 - mkl_libs = mkl_solver${ext}, mkl_intel${ext}, \
72 - mkl_intel_thread, mkl_core, iomp5
73 - EOF
74 - fi
75 - distutils-r1_python_prepare_all
76 -}
77 -
78 -python_test() {
79 - cd "${BUILD_DIR}"/lib* || die
80 - "${PYTHON}" -c "import numexpr; numexpr.test()" || die
81 -}
82
83 diff --git a/dev-python/numexpr/numexpr-2.4.ebuild b/dev-python/numexpr/numexpr-2.4.ebuild
84 deleted file mode 100644
85 index 83c7c98..0000000
86 --- a/dev-python/numexpr/numexpr-2.4.ebuild
87 +++ /dev/null
88 @@ -1,48 +0,0 @@
89 -# Copyright 1999-2015 Gentoo Foundation
90 -# Distributed under the terms of the GNU General Public License v2
91 -# $Id$
92 -
93 -EAPI=5
94 -
95 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
96 -
97 -inherit distutils-r1
98 -
99 -DESCRIPTION="Fast numerical array expression evaluator for Python and NumPy"
100 -HOMEPAGE="https://github.com/pydata/numexpr"
101 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
102 -
103 -LICENSE="MIT"
104 -SLOT="0"
105 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
106 -IUSE="mkl"
107 -
108 -RDEPEND="
109 - dev-python/numpy[${PYTHON_USEDEP}]
110 - mkl? ( sci-libs/mkl )"
111 -DEPEND="${RDEPEND}
112 - dev-python/setuptools[${PYTHON_USEDEP}]"
113 -
114 -DOCS=( ANNOUNCE.rst AUTHORS.txt README.rst RELEASE_NOTES.rst )
115 -
116 -python_prepare_all() {
117 - # TODO: mkl can be used but it fails for me
118 - # only works with mkl in tree. newer mkl will use pkgconfig
119 - if use mkl; then
120 - local ext
121 - use amd64 && ext=_lp64
122 - cat <<- EOF > "${S}"/site.cfg
123 - [mkl]
124 - library_dirs = ${MKLROOT}/lib/em64t
125 - include_dirs = ${MKLROOT}/include
126 - mkl_libs = mkl_solver${ext}, mkl_intel${ext}, \
127 - mkl_intel_thread, mkl_core, iomp5
128 - EOF
129 - fi
130 - distutils-r1_python_prepare_all
131 -}
132 -
133 -python_test() {
134 - cd "${BUILD_DIR}"/lib* || die
135 - "${PYTHON}" -c "import numexpr; numexpr.test()" || die
136 -}