Skip to content

Add wheel support for musllinux (alpine) in accordance with PEP-656 #1216

Closed
@lfvjimisola

Description

@lfvjimisola

On alpine pip install pygit2 does not work due to wheel not supporting musl (only glibc?).

Since alpine is very common in container enviroments (Kubernetes) it would be great if the project would fulfull PEP 656 – Platform Tag for Linux Distributions Using Musl.

Current workarounds are quite tedious, e.g.

  1. manually compiling the needed wheel
  2. use distro package (apk) py3-libgit2 and sync version with pygit2 (alpine is rarely on latest version)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions