Commit Graph

373 Commits

Author SHA1 Message Date
Robin Dunn
63b8099bc2 Enable building the docker-based builds with gtk2 (for those that support it.) 2020-11-25 13:12:18 -08:00
Robin Dunn
59673db44c Update webview2 DLLs and etc. to 1.0.622.22 2020-10-22 15:05:37 -07:00
Robin Dunn
2497454917 Add flag for turning off MS edge support, code to download the dev files, etc. 2020-10-13 13:18:09 -07:00
Robin Dunn
f96deee066 Add distributable DLLs for MS WebView2 2020-10-13 11:49:27 -07:00
Robin Dunn
b382df3382 reorganize some packaging subfolders 2020-10-12 15:53:24 -07:00
Robin Dunn
2e44b43121 Add Python 3.9 to the list 2020-10-09 10:04:33 -07:00
Robin Dunn
fbca74c826 Sip MD5s for Linux 2020-09-16 16:30:12 -07:00
Robin Dunn
ff4106cb9d Win32 MD5 for sip 2020-09-16 15:58:09 -07:00
Robin Dunn
257c06ba20 Update SIP to version 4.19.24, Darwin MD5 2020-09-16 15:50:26 -07:00
Robin Dunn
92f8cd2d55 Fix lots of misspelled words 2020-07-14 11:38:32 -07:00
Robin Dunn
961dda67ee Merge pull request #1699 from evils/delicious
build.py: append PYTHONPATH
2020-07-02 20:45:51 -07:00
Robin Dunn
4ac15dda3a Ensure that demo/version.py makes it into the source and demo archives 2020-07-02 16:41:35 -07:00
Evils
bf713425ac build.py: append PYTHONPATH
based on deliciouslytyped's commit by a similar name
2020-06-26 16:16:58 +02:00
Robin Dunn
c9ccff3d11 Add SIP MD5 hash for linux64 2020-06-17 15:32:28 -07:00
Robin Dunn
cd54afada9 Add SIP MD5 hash for linux 2020-06-17 15:29:24 -07:00
Robin Dunn
0c0d9ab27f Add SIP MD5 hash for Windows 2020-06-17 13:12:00 -07:00
Robin Dunn
6683c58747 Update SIP version and hash for Darwin 2020-06-17 13:01:06 -07:00
Robin Dunn
cc88ed14d9 Little fixes 2020-04-23 15:14:41 -07:00
Robin Dunn
7e58190020 Switch recent joins to posixjoins, use relpath with scp 2020-03-25 12:15:54 -07:00
Robin Dunn
386558c757 Fix tarfile filename problems due to changing when the CWD is changed 2020-03-24 12:52:59 -07:00
Robin Dunn
7a05d20d82 Merge pull request #1572 from pbrod/Fix_issue1571
Fixes issue 1571:
2020-03-23 16:07:22 -07:00
Robin Dunn
00640cab39 Merge pull request #1568 from pbrod/Fix_1553
Fixes issue #1553: Replace wait with communicate to avoid potential d…
2020-03-23 15:30:52 -07:00
Robin Dunn
52c00542eb Streamline fetching WX_CONFIG from the environment 2020-03-23 14:50:52 -07:00
Per A. Brodtkorb
e4e8bf8317 Fixes issue 1571:
Adding missing close for open.
If the "close()" call is missing after a "open(filename)" call, the filename isn't guaranteed to be closed before the interpreter exits.
This is generally a bad practice as explained here: https://stackoverflow.com/questions/7395542/is-explicitly-closing-files-important

Also replaced "fid=open(filename) fid.close()" statements for files with the safer
"with open(filename) as fid:" blocks. See https://www.python.org/dev/peps/pep-0343/
2020-03-23 17:16:44 +01:00
Per A. Brodtkorb
95d1df0383 Fixes issue #1553: Replace wait with communicate to avoid potential deadlock. 2020-03-23 11:16:33 +01:00
Robin Dunn
9b122237c9 if WX_CONFIG is set in the environment then use that instead of defaulting to "wx-config" 2020-03-20 15:25:34 -07:00
Robin Dunn
9f2cc54b48 Update copyright years 2020-03-10 11:41:39 -07:00
Robin Dunn
b17906cf89 Update waf to version 2.0.19 2020-01-23 12:56:19 -08:00
Robin Dunn
2244f954bb Use PY2 to check the Python version. 2019-12-12 20:05:57 -08:00
Robin Dunn
18b30fc2e6 Turn off using wx-dpi-aware.manifest for Python 2.7 builds 2019-12-12 12:18:54 -08:00
Robin Dunn
55a49495ac Set version and MD5s for sip 4.19.19 2019-11-08 19:36:25 -08:00
Robin Dunn
1d098cc369 Merge branch 'setuptools' of https://github.com/leonardder/Phoenix into leonardder-setuptools 2019-10-31 13:25:24 -07:00
Robin Dunn
db9781dcdf fix typos 2019-10-31 12:28:48 -07:00
Leonard de Ruijter
e6d5b7f59b Use setuptools' monkeypatching when getting supported compiler to build wx 2019-10-31 08:12:32 +01:00
Robin Dunn
941d3c1ad2 Set the permissions for the docs and demo tarballs too 2019-10-24 10:34:53 -07:00
Robin Dunn
168dc2ad48 Also include the vcredist DLLs for Python 3.8 2019-10-17 16:40:25 -07:00
Robin Dunn
cbb2872ab0 Make a tarball from the docset 2019-10-04 16:17:42 -07:00
Robin Dunn
70be620ebb Remove the sidebar from pages in the Dash docset 2019-10-04 08:09:21 -07:00
Robin Dunn
04da3badb0 Update how doc2dash is invoked 2019-10-03 20:50:45 -07:00
Robin Dunn
e16bed5478 Just add rw permissions, not clobber all, to preserve any executable bits that may already be set on some files. 2019-09-30 21:02:13 -07:00
Robin Dunn
38d64b3851 Run sphinx with the target Python, not whatever happens to be on the PATH 2019-09-26 20:12:38 -07:00
Robin Dunn
f76a71a20e Ensure all DLLs are cleaned up 2019-09-20 11:57:29 -07:00
Robin Dunn
ba99c18fc9 Explicitly set permissions of the files and folders in the source tarball 2019-09-19 14:08:13 -07:00
Robin Dunn
47a942ae4f Fix possible permissions issue with uploaded files 2019-09-18 10:57:33 -07:00
Robin Dunn
5f5245bc5d Buildbot fixes, and remove Py34 builders 2019-09-14 16:00:27 -07:00
Robin Dunn
537c5cec6e Merge pull request #1323 from wxWidgets/add-wxsvg
Add support for parsing and rendering SVG files
2019-09-11 23:23:27 -07:00
Robin Dunn
6206d20bad Various small tweaks and fixes 2019-09-11 12:56:11 -07:00
Robin Dunn
fa4683d8f7 * Fix scanning extension modules for docstrings
* Support documenting classes that are in a package's __init__ module
2019-09-04 14:31:01 -07:00
Robin Dunn
d6bda86a0e Some docstring updates, and add wx.svg to the docs to be built 2019-09-04 14:30:51 -07:00
Robin Dunn
8efd6385a1 Add --no-allmo option 2019-09-04 14:30:35 -07:00