Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Work around a bug in the configure script of libxslt. See ↵ | Stefan Behnel | 2021-05-19 | 1 | -0/+9 |
| | | | | https://gitlab.gnome.org/GNOME/libxslt/-/commit/90c34c8bb90e095a8a8fe8b2ce368bd9ff1837cc | ||||
* | Do not rebuild static libs when they are already available from a previous ↵ | Stefan Behnel | 2020-07-19 | 1 | -6/+30 |
| | | | | build (e.g. "setup.py build" + "setup.py bdist_wheel"). | ||||
* | No longer include PPC and 32bit support by default in the MacOS builds. | Stefan Behnel | 2020-01-29 | 1 | -28/+7 |
| | |||||
* | Use http(s) download URLs for build libraries instead of FTP, since it's ↵ | Stefan Behnel | 2019-01-04 | 1 | -7/+9 |
| | | | | much safer and also more reliable on travis. | ||||
* | Provide more information on download errors in static build script. | Stefan Behnel | 2018-09-15 | 1 | -1/+2 |
| | |||||
* | Remove redundant parentheses | Hugo | 2018-08-25 | 1 | -1/+1 |
| | |||||
* | Always disable crypto support in libxslt/libexslt to get more predictable ↵ | Stefan Behnel | 2018-07-30 | 1 | -5/+2 |
| | | | | | | builds. It actually failed to link properly if "libgcrypto-config" could be found at build time by libxslt since lxml didn't link against it. | ||||
* | Include "*-rc" versions of libxml2/libxslt in parsed version when ↵ | Stefan Behnel | 2018-07-17 | 1 | -3/+3 |
| | | | | downloading the "latest" libraries. | ||||
* | Remove support for building with outdated Zlatkovic binaries completely. | Stefan Behnel | 2017-09-19 | 1 | -17/+14 |
| | |||||
* | Do not use outdated Zlatkovic binaries anymore. | Stefan Behnel | 2017-09-19 | 1 | -5/+4 |
| | |||||
* | Download winlibs from latest release. | Stefan Behnel | 2017-09-19 | 1 | -48/+58 |
| | |||||
* | Divert library downloads of 64bit Windows builds to github repo instead of ↵ | Stefan Behnel | 2017-09-18 | 1 | -5/+6 |
| | | | | Zlatkovic FTP server, just to see what it gives. | ||||
* | Disable lzma support in static libxml2 builds for now since we can't easily ↵ | Stefan Behnel | 2017-08-31 | 1 | -3/+12 |
| | | | | | | build it. Dynamic linking would require to know if libxml2 found it and built against it, so that's not trivial either. | ||||
* | Use ftplib when urllib fails | Matt Bachmann | 2017-05-20 | 1 | -2/+24 |
| | |||||
* | Remove unused imports. | Chris Gavin | 2017-04-24 | 1 | -2/+2 |
| | |||||
* | remove subprocess fallback code | Jakub Wilk | 2017-03-17 | 1 | -14/+2 |
| | | | | This was needed for Python 2.3, which is no longer supported. | ||||
* | enable caching of libraries in build step | Maximilian Hils | 2017-02-12 | 1 | -3/+6 |
| | |||||
* | Apply Python FTP download workaround to Win32 libs | Paul "TBBle" Hampson | 2017-02-11 | 1 | -0/+1 |
| | | | | See d0125dc and https://bugs.python.org/issue27973 | ||||
* | work around FTP related bug in CPython 2.7.12+ | Stefan Behnel | 2017-01-08 | 1 | -3/+4 |
| | | | | https://bugs.python.org/issue27973 | ||||
* | build python 3.5 x64 wheels for Windows | Maximilian Hils | 2016-10-03 | 1 | -4/+8 |
| | |||||
* | include latest zlib in static-deps build | Stefan Behnel | 2016-08-20 | 1 | -14/+53 |
| | |||||
* | whitespace | Stefan Behnel | 2016-07-24 | 1 | -6/+19 |
| | |||||
* | point latest builds to static binaries | Maximilian Hils | 2016-06-27 | 1 | -5/+5 |
| | | | | see https://github.com/lxml/lxml/pull/196 | ||||
* | add support for ucrt binaries on Windows | Maximilian Hils | 2016-06-27 | 1 | -13/+22 |
| | | | | | The majority of the work happend here: https://github.com/mhils/libxml2-win-binaries | ||||
* | make the ftp listings parser even less system dependent | Stefan Behnel | 2016-03-25 | 1 | -2/+2 |
| | |||||
* | make the ftp listings parser less system dependent | Stefan Behnel | 2016-03-25 | 1 | -4/+5 |
| | |||||
* | Remove magic number 54 using suggested way | Youhei Sakurai | 2016-03-08 | 1 | -1/+3 |
| | |||||
* | Replace ftplib with urllib to pick up ftp_proxy | Youhei Sakurai | 2016-03-03 | 1 | -10/+31 |
| | | | | | | | | | | | | | * Rewrite ftp_listdir to replace ftplib which doesn't take care of ftp_proxy environmental variable at all. * Add parse_text_ftplist and parse_html_ftplist as a kind of sub-function of ftp_listdir. - parse_text_ftplist will be called when ftp_proxy environmental variable is empty. - parse_html_ftplist will be called when ftp_proxy environmental variable is not empty (i.e. there's proxy server) and urllib gets some HTML generated by proxy server (e.g. squid) instead of plaintext. | ||||
* | remove legacy code | Stefan Behnel | 2015-10-09 | 1 | -49/+2 |
| | |||||
* | Fix undefined symbol: libiconv when using --static-deps | Steve | 2015-04-29 | 1 | -4/+5 |
| | | | | | Link ordering should be specified by library dependencies (eg, libxml2 depends on libiconv) instead of os.listdir ordering | ||||
* | auto-detect top-level directory of downloaded zip files in static MSWindows ↵ | Stefan Behnel | 2014-01-19 | 1 | -3/+22 |
| | | | | build | ||||
* | fix static build of libxml2 2.9.0 | Stefan Behnel | 2012-11-26 | 1 | -1/+1 |
| | |||||
* | moved MacOS-X config out of the way | Stefan Behnel | 2012-10-20 | 1 | -32/+35 |
| | |||||
* | minor fixes and cleanups in buildlibxml.py | Stefan Behnel | 2012-10-20 | 1 | -3/+2 |
| | |||||
* | minor cleanup: mark variable as unused | Stefan Behnel | 2012-10-10 | 1 | -1/+1 |
| | |||||
* | parsing the Xcode version requires decoding in Py3 | Stefan Behnel | 2012-10-10 | 1 | -1/+1 |
| | |||||
* | code cleanup | Stefan Behnel | 2012-07-30 | 1 | -11/+11 |
| | |||||
* | merge | Stefan Behnel | 2012-07-30 | 1 | -6/+19 |
|\ | |||||
| * | exclude ppc target from MacOS-X build with XCode 4.0+, patch by John Boiles | Stefan Behnel | 2012-07-30 | 1 | -6/+19 |
| | | |||||
* | | make buildlibxml.py respect environment variables | Marica Odagaki | 2012-07-30 | 1 | -6/+7 |
|/ | | | | | | --- buildlibxml.py | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) | ||||
* | minor cleanup | Stefan Behnel | 2012-07-30 | 1 | -1/+1 |
| | |||||
* | fix library version handling in buildlibxml.py | Stefan Behnel | 2011-08-25 | 1 | -6/+7 |
| | |||||
* | patch that copies headers only if --static is | Matteo Bertozzi | 2011-08-24 | 1 | -3/+15 |
| | | | | | | | | specified, also works with python 2.3. Tested with: LINUX: python setup.py build --static --static-deps install WINDOWS: python setup.py bdist_wininst --static | ||||
* | [svn r4424] r5612@lenny: sbehnel | 2010-06-21 20:07:58 +0200 | scoder | 2010-06-21 | 1 | -5/+4 |
| | | | | | | | prevent unrelated multiprocessing errors from breaking the build --HG-- branch : trunk | ||||
* | [svn r4382] r5530@lenny: sbehnel | 2010-03-25 14:17:06 +0100 | scoder | 2010-03-25 | 1 | -1/+1 |
| | | | | | | | Py3 build fix --HG-- branch : trunk | ||||
* | [svn r4381] r5528@lenny: sbehnel | 2010-03-25 14:15:20 +0100 | scoder | 2010-03-25 | 1 | -2/+2 |
| | | | | | | | Py3 build fix --HG-- branch : trunk | ||||
* | [svn r4377] r5521@lenny: sbehnel | 2010-03-15 13:50:10 +0100 | scoder | 2010-03-15 | 1 | -2/+5 |
| | | | | | | | safety fix --HG-- branch : trunk | ||||
* | [svn r4376] r5519@lenny: sbehnel | 2010-03-15 13:12:00 +0100 | scoder | 2010-03-15 | 1 | -0/+2 |
| | | | | | | | disable doc building during libxml2 install --HG-- branch : trunk | ||||
* | [svn r4375] r5514@lenny: sbehnel | 2010-03-13 15:05:54 +0100 | scoder | 2010-03-13 | 1 | -9/+29 |
| | | | | | | | build lib dependencies in parallel if supported --HG-- branch : trunk | ||||
* | [svn r4341] r5461@lenny: sbehnel | 2010-01-30 23:02:39 +0100 | scoder | 2010-01-30 | 1 | -1/+56 |
| | | | | | | | bug #506558: applied patch by Sridhar Ratnakumar to download Windows dependency binaries during build --HG-- branch : trunk |