diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-05-15 11:31:40 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-05-17 23:45:36 +0700 |
commit | e01c921a1c112768951f15e58fba1ae324d78bff (patch) | |
tree | af153d2cc960c5e67ef77ee619d50748205092aa /office | |
parent | f9e44be5087898b89bcf3c9202cae382b08f26c7 (diff) | |
download | slackbuilds-e01c921a1c112768951f15e58fba1ae324d78bff.tar.gz |
office/pyspread: Updated for version 0.4.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'office')
-rw-r--r-- | office/pyspread/README | 7 | ||||
-rw-r--r-- | office/pyspread/pyspread.SlackBuild | 4 | ||||
-rw-r--r-- | office/pyspread/pyspread.info | 8 |
3 files changed, 12 insertions, 7 deletions
diff --git a/office/pyspread/README b/office/pyspread/README index b3d2427177..b0f67598b4 100644 --- a/office/pyspread/README +++ b/office/pyspread/README @@ -18,4 +18,9 @@ Pyspread is free software. It is released under the GPL v3. for example matrix operations via numpy or fixed point decimal numbers for business calculations via decimal. -Optional Requirements: python-xlrd (optional for opening Excel files). +Optional Requirements: python-xlrd (optional for opening Excel files) + python-xlwt (for saving Excel files) + python-gnupg (for opening own files without approval) + jedi (for tab completion and context help in the entry line) + basemap (for the weather example pys file) + diff --git a/office/pyspread/pyspread.SlackBuild b/office/pyspread/pyspread.SlackBuild index d227f0ea14..86b18f5ca4 100644 --- a/office/pyspread/pyspread.SlackBuild +++ b/office/pyspread/pyspread.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pyspread -# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada +# Copyright 2014 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=pyspread -VERSION=${VERSION:-0.3.2} +VERSION=${VERSION:-0.4.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/office/pyspread/pyspread.info b/office/pyspread/pyspread.info index 1de33cdd63..fd73af89fd 100644 --- a/office/pyspread/pyspread.info +++ b/office/pyspread/pyspread.info @@ -1,10 +1,10 @@ PRGNAM="pyspread" -VERSION="0.3.2" +VERSION="0.4.1" HOMEPAGE="http://manns.github.io/pyspread/" -DOWNLOAD="https://pypi.python.org/packages/source/p/pyspread/pyspread-0.3.2.tar.gz" -MD5SUM="7040fb44b560235fa3336bd14679b1c3" +DOWNLOAD="https://pypi.python.org/packages/source/p/pyspread/pyspread-0.4.1.tar.gz" +MD5SUM="81e02432797cc663acb5473c44b80ccc" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="wxPython matplotlib python-gnupg" +REQUIRES="wxPython matplotlib numpy" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" |