mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
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>
This commit is contained in:
18
dev-python/pep517/metadata.xml
Normal file
18
dev-python/pep517/metadata.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user