Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Make it a standalone compiler (for SCons etc.) #28

@techtonik

Description

@techtonik

Current binaries available from https://anaconda.org/carlkl/mingwpy/files are packed into wheels, which means they require pip to be installed. If compiler can be distributed as a plain GCC .zip then people using SCons and other similar tools to build Python extensions can use standard ways to specify path to the compiler.

This is useful in situations when Python modules are built only as a part of larger C project (RHVoice, libtorrent, ...) so they can be compiled both by GCC and MSVC. It also can be useful for game engines that use Python as a scripting language and that would like to keep their users safe from complicated details of Python packaging toolchain - python -> distutils -> setuptools -> pip -> wheels.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions