pep517 0.12.0-ok1 source package in openKylin

Changelog

pep517 (0.12.0-ok1) yangtze; urgency=medium

  * Build for openKylin.

 -- zhouganqing <email address hidden>  Fri, 28 Oct 2022 15:17:42 +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.12.0.orig.tar.gz 26.2 KiB 931378d93d11b298cf511dd634cf5ea4cb249a28ef84160b3247ee9afb4e8ab0
pep517_0.12.0-ok1.debian.tar.xz 2.9 KiB 2952157079f77310637095b24d45295d42f1ce7f2e1c659ea8df6dd7ce3d564c
pep517_0.12.0-ok1.dsc 1.8 KiB f64a27652f50643d60c05ec749d23dce138455fba45de65061481949f8f0580f

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.