Skip to main content

A backend script to aid installing Python packages in Gentoo.

Project description

gpep517 is a minimal backend script to aid installing Python packages through PEP 517-compliant build systems. Its main purpose is to supplement Gentoo eclasses with the necessary Python code.

Commands

gpep517 implements three commands:

  1. get-backend to read build-backend from pyproject.toml.

  2. build-wheel to call the respeective PEP 517 backend in order to produce a wheel.

  3. install-wheel to install the wheel into specified directory.

Dependencies

gpep517 aims to minimize the dependency footprint to ease boostrap. At the moment, it depends on two packages:

  1. tomli for TOML parsing in Python < 3.11

  2. installer for wheel installation

Example

Example use (without error handling):

backend=$(gpep517 get-backend)
mkdir -p build
wheel_name=$(
    gpep517 build-wheel --output-fd 3 --wheel-dir dist \
        --backend "${backend:-setuptools.build_meta:__legacy__}" \
        3>&1 >&2
)
gpep517 install-wheel --destdir install "dist/${wheel_name}"

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gpep517-4.tar.gz (9.3 kB view details)

Uploaded Source

Built Distribution

gpep517-4-py3-none-any.whl (4.6 kB view details)

Uploaded Python 3

File details

Details for the file gpep517-4.tar.gz.

File metadata

  • Download URL: gpep517-4.tar.gz
  • Upload date:
  • Size: 9.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.4

File hashes

Hashes for gpep517-4.tar.gz
Algorithm Hash digest
SHA256 01a0cc58f3f040468955db015a0b32c1317065a577f053d5abce01aedb69e90f
MD5 10acc521d9f5e57360ce547c0329f690
BLAKE2b-256 23e3403079dcd2678ad4366e210f831e9a4bc2387882630f8ac4dc96ec970b13

See more details on using hashes here.

File details

Details for the file gpep517-4-py3-none-any.whl.

File metadata

  • Download URL: gpep517-4-py3-none-any.whl
  • Upload date:
  • Size: 4.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.4

File hashes

Hashes for gpep517-4-py3-none-any.whl
Algorithm Hash digest
SHA256 086b24729601a03b6e0cec600f4b9346776dca2987e14fa8b84a00c391c04976
MD5 c0e892a2e37dc0c0c567828308e47a83
BLAKE2b-256 11c0ecd27f0a9c7a1d100193c752dcc40fa7261631f1c494f28128062b6adf1c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page