Commit Graph

25 Commits

Author SHA1 Message Date
3cea38bff7 restrict msbuild to win32 platform (#1172) 2019-11-20 00:34:56 +08:00
fd3ccb2ef7 Python packaging logic for msvc build (#1151)
* remove bundling of DLLs we no longer need!

* Add logic for building with msvc in python setup

* Also include the msvc build scripts with sdist
2019-10-10 22:00:42 +08:00
c46e745338 Fixes #1143 (#1144) 2019-09-16 01:58:08 +08:00
12642c2555 Cleanups/fixes for the library issue conglomerate (#897)
* Python: Disable distribution of static library on linux and macos; add environment variable LIBUNICORN_PATH to let user specify location of native library; prevent build of native library if this option is enabled; closes #869

* Python: Update README.TXT to describe how to manage the building and usage of the native library
2017-09-24 22:33:01 +08:00
744c34261f Don't error during sdist if config-host.mak doesn't exist (#846) 2017-05-31 11:36:33 +08:00
5a1e86d46b update Windows DLL dependency 2017-01-22 00:39:21 +08:00
7bd4d62dcb Copy prebuilt static library if available. Disallow uploads from builds that fail to provide the static library 2017-01-04 06:45:18 -08:00
5d8934f5a9 Python: Automatically conform to PEP440 for version numbers 2017-01-04 05:51:55 -08:00
9a79d6fe9f Merge branch 'master' into noglib2 2016-12-27 16:48:23 +08:00
bf2cd79a4d Windows: export a static lib that can be used outside of mingw (#699)
* Windows: export a static lib that can be used outside of mingw

* Add comments to windows_export.bat
2016-12-27 16:30:07 +08:00
e46545f722 remove glib dependency by provide compatible replacements 2016-12-18 14:56:58 -08:00
4613580e07 python: typo 'prebuilt' dir 2016-12-04 18:18:24 +08:00
e34812c7dd fix merge conflict 2016-11-20 16:36:56 +08:00
188a1d78d3 Allow dlls to be copied out of prebuilt directory 2016-11-17 20:59:39 -08:00
876570c8d7 Fixes to make python distribution for windows work 2016-11-05 09:18:50 -07:00
b7da7eb8bc python: change VERSION in setup.py to 1.0.0 2016-11-05 23:07:38 +08:00
c16a13495d bindings/python: fix install3 2016-09-20 14:22:38 +00:00
ac99b5bd14 Minor tweaks to python setup process; update gitignore 2016-09-12 14:06:50 -07:00
edd49cd21c Remove version number from shared library filename packaged with python bindings 2016-09-12 14:06:20 -07:00
6c042410ae Basically, make python builds work as expected 2016-09-12 14:06:20 -07:00
0950f2e18b python: 0.9 -> 1.0 in setup.py 2016-03-06 17:28:32 +08:00
bf7dc4293b python: README -> README.md in setup.py 2016-03-06 17:27:50 +08:00
986096d443 fix file perms 2015-08-28 21:05:38 -07:00
94ac0f02e6 file permissions changes 2015-08-28 20:03:36 -07:00
344d016104 import 2015-08-21 15:04:50 +08:00