summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorSpyros Stathopoulos2015-06-13 14:51:13 +0300
committerSpyros Stathopoulos2015-06-13 14:51:13 +0300
commitef47d59a9de55fb618d4e15315a37401bcb3fea8 (patch)
tree7621c0ab9a2e521ad7189caa1d4e1fc11f76837f /.SRCINFO
downloadaur-python2-pandas-git.tar.gz
Initial commit
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO33
1 files changed, 33 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..5bc77ba1bd74
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,33 @@
+pkgbase = python2-pandas-git
+ pkgdesc = R-like data analysis library for Python.
+ pkgver = 8848.7e2f7bc
+ pkgrel = 1
+ url = http://pandas.pydata.org
+ arch = i686
+ arch = x86_64
+ license = BSD
+ makedepends = git
+ makedepends = cython2
+ depends = python2
+ depends = python2-numpy
+ depends = python2-dateutil
+ optdepends = python2-numexpr: for accelerating certain numerical operations (recommended)
+ optdepends = python2-bottleneck: for accelerating certain types of nan evaluations (recommended)
+ optdepends = python2-scipy: for miscellaneous statistical functions
+ optdepends = python2-pytables: for HDF5-based storage
+ optdepends = python2-matplotlib: for plotting
+ optdepends = scikits-statsmodels: for parts of pandas.stats
+ optdepends = python2-openpyxl>=1.6.1: for Excel I/O
+ optdepends = python2-xlrd: for Excel I/O
+ optdepends = python2-xlwt: for Excel I/O
+ optdepends = python2-boto: for Amazon S3 access
+ optdepends = python2-beautifulsoup4: for read_html function
+ optdepends = python2-html5lib: for read_html function
+ optdepends = python2-lxml: for read_html function
+ provides = python2-pandas
+ conflicts = python2-pandas
+ source = pandas::git+git://github.com/pydata/pandas
+ md5sums = SKIP
+
+pkgname = python2-pandas-git
+