Windows package build system
Project description
pywinmake
A Windows contrib package build system modelled after VLC's contrib build system.
Fetches, patches, and builds C/C++ libraries using Visual Studio toolchains.
Requirements
- Windows with Visual Studio 2019 or 2022
- CMake, Git Bash, wget
Usage
from pywinmake.package.build_tools import Paths, get_default_parsed_args
from pywinmake.package.versioner import Versioner
paths = Paths(base_dir="path/to/project")
versioner = Versioner(paths.contrib_dir)
versioner.exec_for_pkg("mylibrary", op=Operation.RESOLVE, recurse=True)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pywinmake-0.5.8.tar.gz
(42.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
pywinmake-0.5.8-py3-none-any.whl
(52.3 kB
view details)
File details
Details for the file pywinmake-0.5.8.tar.gz.
File metadata
- Download URL: pywinmake-0.5.8.tar.gz
- Upload date:
- Size: 42.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
484ac189c5aa61a188a0794e77601b9ba95f8ebabcc043d9f55169abc8c19a9c
|
|
| MD5 |
722d8096ae90c39a9f6a631ffb823ee4
|
|
| BLAKE2b-256 |
7a55d77c125ce669a089fc9048e6d42feb9589129e048962f4fcf412e71bbf0a
|
File details
Details for the file pywinmake-0.5.8-py3-none-any.whl.
File metadata
- Download URL: pywinmake-0.5.8-py3-none-any.whl
- Upload date:
- Size: 52.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9436cdadcade9571c385f330df3d00ee474662918db628cdf82399dee32d20aa
|
|
| MD5 |
e7e1535189f9840362315a7f4ced4d1a
|
|
| BLAKE2b-256 |
fff5d87ce490919ddc53347fbc8710558e2fe43a264ae0338565f69b52a25fac
|