Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/llvmmath: metadata.xml llvmmath-0.1.2.ebuild Manifest ChangeLog
Date: Tue, 11 Feb 2014 03:35:43
Message-Id: 20140211033539.8AC242004B@flycatcher.gentoo.org
1 bicatali 14/02/11 03:35:39
2
3 Added: metadata.xml llvmmath-0.1.2.ebuild Manifest
4 ChangeLog
5 Log:
6 Initial import
7
8 (Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
9
10 Revision Changes Path
11 1.1 dev-python/llvmmath/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/llvmmath/metadata.xml?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/llvmmath/metadata.xml?rev=1.1&content-type=text/plain
15
16 Index: metadata.xml
17 ===================================================================
18 <?xml version="1.0" encoding="UTF-8"?>
19 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
20 <pkgmetadata>
21 <herd>sci</herd>
22 <longdescription lang="en">
23 The purpose of this project is to provide portable math functions,
24 many of which are in C99 and not available on all platforms. It is
25 based on NumPy's umath and tries to support all floating point and
26 complex types.
27 The library can be compiled with any C compiler, or to LLVM assembly
28 using Clang, to be linked into modules containing functions for jitting.
29 </longdescription>
30 </pkgmetadata>
31
32
33
34 1.1 dev-python/llvmmath/llvmmath-0.1.2.ebuild
35
36 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/llvmmath/llvmmath-0.1.2.ebuild?rev=1.1&view=markup
37 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/llvmmath/llvmmath-0.1.2.ebuild?rev=1.1&content-type=text/plain
38
39 Index: llvmmath-0.1.2.ebuild
40 ===================================================================
41 # Copyright 1999-2014 Gentoo Foundation
42 # Distributed under the terms of the GNU General Public License v2
43 # $Header: /var/cvsroot/gentoo-x86/dev-python/llvmmath/llvmmath-0.1.2.ebuild,v 1.1 2014/02/11 03:35:39 bicatali Exp $
44
45 EAPI=5
46
47 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
48
49 inherit distutils-r1
50
51 DESCRIPTION="LLVM math library for Python"
52 HOMEPAGE="https://github.com/ContinuumIO/llvmmath"
53 SRC_URI="https://github.com/ContinuumIO/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
54
55 LICENSE="BSD"
56 SLOT="0"
57 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
58 IUSE="test"
59
60 RDEPEND="
61 dev-python/llvmpy[${PYTHON_USEDEP}]
62 >=dev-python/numpy-1.6[${PYTHON_USEDEP}]"
63 DEPEND="${RDEPEND}
64 test? ( dev-python/nose[${PYTHON_USEDEP}] )"
65
66 python_test() {
67 cd "${BUILD_DIR}"/lib* || die
68 ${PYTHON} -c 'import sys,llvmmath; sys.exit(llvmmath.test())' || die
69 }
70
71
72
73 1.1 dev-python/llvmmath/Manifest
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/llvmmath/Manifest?rev=1.1&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/llvmmath/Manifest?rev=1.1&content-type=text/plain
77
78 Index: Manifest
79 ===================================================================
80 DIST llvmmath-0.1.2.tar.gz 46693 SHA256 6664988134572340eb01591c92f74b0ecf39a8e892a81c76274862b80944bda3 SHA512 7ac7a58d0c76d4badaa67b71ec852d9d87411edc3e0c16283741ba183fcee4b6c775d9e61c66b7c6bab24939796abecff6fe5ed06028e5635d8883dbb16d2f6c WHIRLPOOL 674be56ec12298c19e8ae7e0aa3cf33f72a7dda3e851c165eecf3d529cafa50d1991854fe199a3b8b467eb7a365931327a94545ca1e643af098a66f20a80428c
81 EBUILD llvmmath-0.1.2.ebuild 837 SHA256 4f6fb56e30ba69a0825aea0063f9ed954d293c4065f7e37e61aac50acd06ab03 SHA512 24fce3a259316601f6170f50c573cb9973f2827a844e28dfb8fcffc9a88a22a2939f9d2d43e083732441db7cb33437334e9d2d0451a004c232830fefa2bfb10c WHIRLPOOL d8e973e0357e95a7823ffecee0abb3681b0d6569f009ee0af6088158bf40ba3afa00753fe512c0d9a69810075dfa750cf32dc54219c420936163e2857c50c6f3
82 MISC metadata.xml 573 SHA256 2220a4fa7ffe0e71fea478c2a7259830934e46f3bda22d0ada83b074c3183313 SHA512 816c5ede6cc1ae70d6105d345ae175c706d3e4d97d0c3442caf85d9d7f0dd5868ac8ae738232c4437ece9b2efdcb9981c55b48355c5b55089542fe95bdcfbc30 WHIRLPOOL 3881f5e54ee865682abe5eec3ca26c94d9a097d4eb780327be69561f9ebe62e87e1c122bebd0011d1fdd543975a4c35a3ea6c7355a0ddd08c9ab8603191c0795
83
84
85
86 1.1 dev-python/llvmmath/ChangeLog
87
88 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/llvmmath/ChangeLog?rev=1.1&view=markup
89 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/llvmmath/ChangeLog?rev=1.1&content-type=text/plain
90
91 Index: ChangeLog
92 ===================================================================
93 # ChangeLog for dev-python/llvmmath
94 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
95 # $Header: /var/cvsroot/gentoo-x86/dev-python/llvmmath/ChangeLog,v 1.1 2014/02/11 03:35:39 bicatali Exp $
96
97 *llvmmath-0.1.2 (11 Feb 2014)
98
99 11 Feb 2014; Sébastien Fabbro <bicatali@g.o> +llvmmath-0.1.2.ebuild,
100 +metadata.xml:
101 Initial import