aboutsummaryrefslogtreecommitdiff
path: root/ports/python3/CONTROL
AgeCommit message (Collapse)Author
2020-12-18[python3] Build interpreter (#14891)Adam Johnson
2020-11-20[python3] Upgrade to 3.9.0 (#14510)Adam Johnson
* [python3] Bump to 3.8.6. * [python3] Bump to 3.9.0. * [itk] Correct python artifact names. * [pybind11] Update python artifact names. * [vcpkg_find_acquire_program] Bump PYTHON3 to 3.9.0.
2020-09-04[python3] Fix installation on OpenSUSE (#13274)Jack·Boos·Yu
2020-07-14[python3] Fix building x86-windows-static triplet on VS 2017. (#12412)Adam Johnson
2020-06-11[python3] Update to Python 3.8 (#11708)Adam Johnson
* [python3] Update to Python 3.8.3. [vtk] Update to Python 3.8 and fix improper Python3 artifact specification. * [python3] Fix static linking, broken in 121faf2. * [hyperscan] Add missing build dependency (fixes CI on macOS).
2020-05-21[python3] Fix dynamic build error on Linux (#11489)NancyLi1013
* [python3] Fix dynamic build error on Linux * Update baseline to resolve the regression
2020-04-16[python3] fix build on macOS and linux (#10841)Stefano Sinigardi
* [python3] fix build on macOS and linux * update ci baseline
2020-03-10[python3] Modernize port + added --enable-shared (#9978)MACHIZAUD Andréa
2019-12-13[python3] Fix CONTROL Version (#9173)Alvin
2019-11-18Prevent python3 build failure (#9014)heydojo
* Prevent python3 build failure If VCPKG_BUILD_TYPE release is set inside a triplet, then the build will fail because the port file attempts to deal with debug files which will never exist. The changes in this patch allow the build to succeed if VCPKG_BUILD_TYPE release is stipulated using a triplet before a build of the python3 port is initiated. * python3 version bump Port clean up and version number bump. * libxslt release triplet build fix This patch fixes a condition where if a debug build is disabled via triplet, the build fails and an empty directory error message is sent to the console.
2019-09-29[python3]make python3 support unix (#8055)Long Huan
* support unix * Update portfile.cmake call vcpkg_execute_build_process instead of vcpkg_execute_required_process
2019-06-15[WIP] Add a Homepage URL entry for vcpkg ports (#2933)pravic
* [vcpkg] Add "Homepage" field to the CONTROL files.
2019-03-26[python3] Update to v3.7.3yurybura
2019-02-06[hyperscan] New port (#5285)Bobby Martin
* add support for building hyperscan * patch hyperscan to work with latest boost * correct hyperscan source dir name * speed the build by depending on only the parts of boost we actually need * make python3 support release-only builds * upgrade to hyperscan 5.1.0 * remove redundant disambiguate patch * Add comments about how to build * restore original x64-windows-static.cmake * [hyperscan] Check linkage * [python3] Allow DLLs without LIBs * [hyperscan] Only static library * [python3] Revert changes that cause regression in boost-python * [python3] Revert changes that cause regression in boost-python
2019-01-30[boost][python3] Fix building with VS 2019Robert Schumacher
2018-07-03Fix for python3 compile, fixes issue 3715 (#3827)Miodrag Milanović
* Fix for python3 compile, fixes issue 3715 * [python3] Use PATCHES of vcpkg_from_github
2018-04-26[python3] Fix folder handlingAlexander Karatarakis
2018-01-04[python3] Update to 3.6.4Albert Ziegenhagel
2017-05-19Add port for Python 3Martin Müller