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/numba: numba-0.12.0.ebuild metadata.xml Manifest ChangeLog
Date: Mon, 10 Feb 2014 19:15:50
Message-Id: 20140210191543.88A072004C@flycatcher.gentoo.org
1 bicatali 14/02/10 19:15:43
2
3 Added: numba-0.12.0.ebuild metadata.xml Manifest ChangeLog
4 Log:
5 Initial import
6
7 (Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
8
9 Revision Changes Path
10 1.1 dev-python/numba/numba-0.12.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numba/numba-0.12.0.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numba/numba-0.12.0.ebuild?rev=1.1&content-type=text/plain
14
15 Index: numba-0.12.0.ebuild
16 ===================================================================
17 # Copyright 1999-2014 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/dev-python/numba/numba-0.12.0.ebuild,v 1.1 2014/02/10 19:15:43 bicatali Exp $
20
21 EAPI=5
22
23 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
24
25 inherit distutils-r1
26
27 DESCRIPTION="NumPy aware dynamic Python compiler using LLVM"
28 HOMEPAGE="http://numba.pydata.org/"
29 SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
30
31 LICENSE="BSD"
32 SLOT="0"
33 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
34
35 IUSE="examples"
36
37 RDEPEND="
38 dev-python/llvmpy[${PYTHON_USEDEP}]
39 >=dev-python/numpy-1.6[${PYTHON_USEDEP}]
40 virtual/python-argparse[${PYTHON_USEDEP}]"
41 DEPEND="${RDEPEND}"
42
43 python_test() {
44 cd "${BUILD_DIR}"/lib* || die
45 ${PYTHON} -c "import numba; numba.test()" || die
46 }
47
48 python_install_all() {
49 # doc needs obsolete sphnxjp package
50 #use doc && local HTML_DOCS=( docs/_build/html )
51 use examples && local EXAMPLES=( examples )
52 distutils-r1_python_install_all
53 }
54
55
56
57 1.1 dev-python/numba/metadata.xml
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numba/metadata.xml?rev=1.1&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numba/metadata.xml?rev=1.1&content-type=text/plain
61
62 Index: metadata.xml
63 ===================================================================
64 <?xml version="1.0" encoding="UTF-8"?>
65 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
66 <pkgmetadata>
67 <herd>python</herd>
68 <longdescription lang="en">
69 Numba is a NumPy-aware optimizing compiler for Python. It uses the LLVM
70 compiler infrastructure to compile Python syntax to machine code.
71 It is aware of NumPy arrays as typed memory regions and so can
72 speed-up code using NumPy arrays. Other, less well-typed code will be
73 translated to Python C-API calls effectively removing the
74 "interpreter" but not removing the dynamic indirection.
75 </longdescription>
76 </pkgmetadata>
77
78
79
80 1.1 dev-python/numba/Manifest
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numba/Manifest?rev=1.1&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numba/Manifest?rev=1.1&content-type=text/plain
84
85 Index: Manifest
86 ===================================================================
87 DIST numba-0.12.0.tar.gz 3366673 SHA256 1a122ed2c96b4a22bd00e9e4ed147986bc8879c958b206d5e0279eb339e535d3 SHA512 6a4d553b3bb13d6542ff4bdf1b5fa29d1056334470de50a7ec1fd825224cd2eaed3f0959eedf2defaf56bc64134cfb4d6c8d2f39a12428bc5d29af56754f1f98 WHIRLPOOL ac92a67f784819184f6ebb51fc7a713f5e081e6452b77f883955c64db37ebb71861b82e0f396e43cbf92701102cdd8f0d84903fa54877964d22d7367913a6011
88 EBUILD numba-0.12.0.ebuild 902 SHA256 f1c66989b9ab2d378aeb324268f512d6a4c5fced95397723ad0487a17430581e SHA512 9539d99e005bbb463fb2258760bbc74c14a99cd3e215e2d0a93e200de655d05a8b9ea26d580a961fc2290635722ba5398bdb461a375552aafd600da51f26bad6 WHIRLPOOL 45ba32c94420fe50004de2033204a57dff6dc8fb85bc463eeb55e477416060ed89f7ac4a6144d298be21be6bfe826fbb6cf3b2edf8ee39c7a82ac87dcd703c67
89 MISC metadata.xml 603 SHA256 85351c4a94075b62ce09df3d84b349471bab4901a6a4f8bc38e149cc9a356389 SHA512 b184413ab950661c2040bfd0c6d2ccf987a8986ee241585baf62f9e6ec9f1356233d6993408e570d6fac7082b02d5ff51e8a19567989ad4215e9f550b8b4c0d3 WHIRLPOOL ee2a53b9bc6c46622d35d518b6827badaf113d23382461fb0dbfb5425b1172a81a22d4582fe629bcf55adabecd28b0c79eeb06222f93a69f1b1f7904f266b748
90
91
92
93 1.1 dev-python/numba/ChangeLog
94
95 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numba/ChangeLog?rev=1.1&view=markup
96 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numba/ChangeLog?rev=1.1&content-type=text/plain
97
98 Index: ChangeLog
99 ===================================================================
100 # ChangeLog for dev-python/numba
101 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
102 # $Header: /var/cvsroot/gentoo-x86/dev-python/numba/ChangeLog,v 1.1 2014/02/10 19:15:43 bicatali Exp $
103
104 *numba-0.12.0 (10 Feb 2014)
105
106 10 Feb 2014; Sébastien Fabbro <bicatali@g.o> +metadata.xml,
107 +numba-0.12.0.ebuild:
108 Initial import