development/PythonToolkit: Updated for version 14.04.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Dimitris Zlatanidis 2014-04-04 15:42:57 +07:00 committed by Willy Sudiarto Raharjo
parent ff0217a2d2
commit e052b48c31
3 changed files with 13 additions and 4 deletions

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=PythonToolkit
VERSION=${VERSION:-13.01}
VERSION=${VERSION:-14.04}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="PythonToolkit"
VERSION="13.01"
VERSION="14.04"
HOMEPAGE="http://pythontoolkit.sourceforge.net/"
DOWNLOAD="http://sourceforge.net/projects/pythontoolkit/files/Python Toolkit/ptk v13.01/PythonToolkit-13.01.zip"
MD5SUM="4870717b89b2c9a1f6d4fcbd1ea4dd3c"
DOWNLOAD="http://downloads.sourceforge.net/project/pythontoolkit/Python%20Toolkit/ptk%20v14.04/PythonToolkit-14.04.zip"
MD5SUM="c23b54f9825e0cea0852abd73795feeb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="wxPython"

View File

@ -2,3 +2,12 @@ Python Toolkit (ptk) is an interactive environment for python. Based around a
set of interacting tools it includes an interactive console (with support for
multiple python interpreters and GUI mainloops), a simple python source editor,
a python path manager and namespace browser.
NOTE: If you are upgrading from previous versions the configuration may have changed
between versions, this can give strange effects with window layouts etc. To fix
any problems it is recommended to run:
PTK --clear_settings
This will clear any previously stored settings from previous versions.
Alternatively you can delete the .PTK folder in the home directory.