From e01c921a1c112768951f15e58fba1ae324d78bff Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Fri, 15 May 2015 11:31:40 +0300 Subject: office/pyspread: Updated for version 0.4.1. Signed-off-by: Dimitris Zlatanidis --- office/pyspread/README | 7 ++++++- office/pyspread/pyspread.SlackBuild | 4 ++-- office/pyspread/pyspread.info | 8 ++++---- 3 files changed, 12 insertions(+), 7 deletions(-) (limited to 'office') diff --git a/office/pyspread/README b/office/pyspread/README index b3d242717786..b0f67598b44b 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 d227f0ea1401..86b18f5ca44d 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 1de33cdd63c5..fd73af89fd09 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" -- cgit v1.2.3