/[gentoo-x86]/dev-python/pandas/pandas-0.7.3.ebuild
Gentoo

Contents of /dev-python/pandas/pandas-0.7.3.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.5 - (show annotations) (download)
Mon Oct 29 13:19:58 2012 UTC (6 months, 3 weeks ago) by bicatali
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +1 -1 lines
FILE REMOVED
Version bump

(Portage version: 2.2.0_alpha141/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)

1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-0.7.3.ebuild,v 1.4 2012/10/18 04:43:34 patrick Exp $
4
5 EAPI=4
6
7 # python cruft
8 SUPPORT_PYTHON_ABIS="1"
9 DISTUTILS_SRC_TEST="nosetests"
10 RESTRICT_PYTHON_ABIS="2.4 2.7-pypy-* 3.3"
11
12 inherit distutils
13
14 DESCRIPTION="Powerful data structures for data analysis and statistics"
15 HOMEPAGE="http://pandas.sourceforge.net/"
16 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
17
18 LICENSE="BSD"
19 KEYWORDS="~amd64 ~x86"
20 SLOT="0"
21 IUSE="doc examples excel R"
22
23 CDEPEND="dev-python/numpy
24 dev-python/python-dateutil"
25 DEPEND="${CDEPEND}
26 doc? (
27 dev-python/ipython
28 dev-python/rpy
29 dev-python/sphinx
30 sci-libs/scikits_statsmodels
31 )"
32 RDEPEND="${CDEPEND}
33 dev-python/matplotlib
34 dev-python/pytables
35 dev-python/pytz
36 sci-libs/scipy
37 excel? (
38 dev-python/openpyxl
39 dev-python/xlrd
40 dev-python/xlwt
41 )
42 R? ( dev-python/rpy )"
43
44 src_compile() {
45 distutils_src_compile
46 if use doc; then
47 cd doc
48 "$(PYTHON -f)" make.py html || die
49 fi
50 }
51
52 src_install() {
53 distutils_src_install
54 use doc && dohtml -r doc/build/html
55 if use examples; then
56 insinto /usr/share/doc/${PF}
57 doins -r examples
58 fi
59 }

  ViewVC Help
Powered by ViewVC 1.1.13