pep517 0.8.2-ok1 source package in openKylin

Changelog

pep517 (0.8.2-ok1) yangtze; urgency=medium

  * Build for openKylin.

 -- zhouganqing <email address hidden>  Sat, 29 Oct 2022 16:08:52 +0800

Upload details

Uploaded by:
周淦清
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pep517_0.8.2.orig.tar.gz 19.0 KiB 044d1182bd865f1e90ea3d10d68bf1b07f7a129ee35963a0ac54b69033b14939
pep517_0.8.2-ok1.debian.tar.xz 2.5 KiB 773af822e507ea2c8229d82bcdca6695ab66056f49ced712f4c5422ad2e2f85a
pep517_0.8.2-ok1.dsc 1.8 KiB af963d86255fc61cc4a49740d1130ad44785b526e0fd241ab3df9dff28702ba6

Available diffs

View changes file

Binary packages built by this source

python3-pep517: Specifies a standard API for systems which build Python packages

 This package contains wrappers around the hooks specified by PEP 517. It
 provides:
 .
  - A mechanism to call the hooks in a subprocess, so they are isolated from
    the current process.
  - Fallbacks for the optional hooks, so that frontends can call the hooks
    without checking which are defined.
  - Higher-level functions which install the build dependencies into a
    temporary environment and build a wheel/sdist using them.
 .
 This is the Python 3 version of the package.