Files
guru/dev-python/pep517/metadata.xml
Alessandro Barbieri d8b23f9379 dev-python/pep517: new package
doesn't install

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2020-04-25 02:50:25 +02:00

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>