development/PythonToolkit: Updated for version 14.04.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ff0217a2d2
commit
e052b48c31
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue