workaround for https://github.com/create-dmg/create-dmg/issues/72
Error message on travis:
Running AppleScript to make Finder stuff pretty: /usr/bin/osascript "/var/folders/z3/_825pg0s3jvf0hb_q8kzmg5h0000gn/T/createdmg.tmp.XXXXXXXXXX.jubvb1lu" "Install PySolFC"
/var/folders/z3/_825pg0s3jvf0hb_q8kzmg5h0000gn/T/createdmg.tmp.XXXXXXXXXX.jubvb1lu:394:406: execution error: Finder got an error: AppleEvent timed out. (-1712)
Failed running AppleScript
Do not attempt to run python2 tests on osx.
Homebrew updating was taking a long time, causing timeouts.
Reduced the number of homebrew formulas to cut down install time.
Some of the removed ones are already provided in the osx image.
osx_image updated because only the newer ones work without
travis's homebrew addon flag 'update: true'
https://changelog.travis-ci.com/xcode-11-3-1-xcode-11-2-1-xcode-11-1-and-xcode11-images-updated-142286
Config updated with the help of live validator:
https://config.travis-ci.com/explore
Added sudo flag "-H" to "sudo pip*" as pip suggests.
Trying to make use of cached of $HOME/perl_modules.
Moved Offset Sliders to the same place as Scale Sliders. I think that makes more sense in operation and overview. It also avoids that wrong values could be saved
libperl-dev is not necessary, while the old python-glade2, python-gnome2 and python-gtk2
libraries are no longer installable in Ubuntu 20.04 LTS or Debian 10.
Update for this section requested in sf.net ticket #39; https://sourceforge.net/p/pysolfc/bugs/39/
Make variable names descriptive.
Don't check for duplicate or empty strings in result of getSearchDirs() because
that is not necessary. Document those properties in a comment in resource.py.
Wrap try...except more closely around expressions where we want to catch.
The details are explained in this tutorial
https://tkdocs.com/tutorial/menus.html
For this to work, init() must destroy the tkinter.Tk instance it creates
so that was uncommented.
py2exe seems abandoned and still requires python < 3.4
while attrs does not support such an old python version anymore.
* https://ci.appveyor.com/project/shlomif/pysolfc/builds/35127928
To accommodate pyinstaller's directory layout, dist was changed to
dist/pysol in scripts/create_iss.py.
scripts/build.bat had become unmaintained and outdated.
I hereby disclaim any implicit or explicit ownership of my changes in this
changeset, and put them under a multiple licence consisting of your choice of
one of more of:
- The CC0 / Public Domain - https://creativecommons.org/choose/zero/ .
- The MIT / Expat license - https://en.wikipedia.org/wiki/MIT_License
- The default licence of your project
Crediting me will be nice, but not mandatory, and you can change the licence
of the project without needing my permission.