summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorAlexander Scharinger2015-07-09 19:22:57 +0200
committerAlexander Scharinger2015-07-09 19:22:57 +0200
commitab8d89792d5fd6024ffedb0314191662a94a49f4 (patch)
treefcc2ef6be9c94095270eacc71bccddd3d13014a2 /.SRCINFO
downloadaur-ab8d89792d5fd6024ffedb0314191662a94a49f4.tar.gz
Initial import
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO23
1 files changed, 23 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..23c01c216b47
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,23 @@
+pkgbase = pyspread
+ pkgdesc = A cross-platform Python spreadsheet application. Python 2.7 version
+ pkgver = 0.4
+ pkgrel = 1
+ url = https://manns.github.io/pyspread/
+ arch = any
+ license = GPL3
+ depends = python2>=2.7.0
+ depends = python2-numpy
+ depends = wxpython
+ depends = python2-matplotlib
+ depends = cairo>=1.8.8
+ optdepends = python2-gnupg: for opening files without approval
+ optdepends = python2-xlrd: open Excel files
+ optdepends = python2-xlwt: save Excel files
+ optdepends = python2-jedi: TAB autocompletion and context help in the entry line
+ optdepends = python2-basemap: for the weather example
+ options = !emptydirs
+ source = https://pypi.python.org/packages/source/p/pyspread/pyspread-0.4.tar.gz
+ md5sums = 6188e2c4c2ed9c58add7f26b70b7e05d
+
+pkgname = pyspread
+