mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-10 04:40:27 -04:00
doesn't install Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
19 lines
814 B
XML
19 lines
814 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
|
|
<pkgmetadata>
|
|
<longdescription lang="en">
|
|
PEP 517 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.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">pypa/pep517</remote-id>
|
|
<remote-id type="pypi">pep517</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|