Letter P

python313-setuptools-reproducible - Extension of setuptools to support reproducible dists

Website: https://github.com/wimglenn/setuptools-reproducible
License: MIT
Vendor: Alcance Libre, Inc.
Description:
This is a PEP 517 Build backend enabling reproducible builds with
setuptools.

Setuptools can create reproducible wheel archives (.whl) by setting
SOURCE_DATE_EPOCH at build time, but setting the env var is
insufficient for creating reproducible sdists (.tar.gz).

Setuptools-reproducible wraps the hooks build_sdist and build_wheel
with some modifications to make reproducible builds by default:

  - In the build environment, SOURCE_DATE_EPOCH=0 will be used if it
    wasn't already configured.
  - Tarfile modes are set to 0o644 for regular files and 0o755 for
    directories.
  - The uid/gid of archive members are set to 0, and the username /
    groupname are set to empty string.
  - Gzip header values set to source date epoch.

Packages

python313-setuptools-reproducible-0.1-1.aldos.noarch [10 KiB] Changelog by Joel Barrios (2026-05-19):
- Initial spec file.

Listing created by Repoview-0.7.1