pep517 0.13.0-ok1 source package in openKylin

Changelog

pep517 (0.13.0-ok1) yangtze; urgency=medium

  * Update upstream version.

 -- sufang <email address hidden>  Tue, 31 Jan 2023 15:04:42 +0800

Upload details

Uploaded by:
sufang
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
Huanghe V3.0 proposed main python
Huanghe V3.0 release main python
Nile V2.0 proposed main python
Nile V2.0 release main python
Yangtze V1.0 release main python
Yangtze V1.0 proposed main python

Downloads

File Size SHA-256 Checksum
pep517_0.13.0.orig.tar.gz 24.6 KiB a096c3531aba987d957e799a1fea9e44428f93bb338e99ce69338184998f04f1
pep517_0.13.0-ok1.debian.tar.xz 3.0 KiB 2a76977d2a04f3437dbf123150455c16b013bfd846f5eb4895237fa8510133e2
pep517_0.13.0-ok1.dsc 1.9 KiB 39d76c11e0aec5c40f89b377a9dcadc4c9a363a37c6adc14f8705c40c41e05f5

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.