mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-03 13:27:28 -08:00
Add a hacky patched uv-build package that installs the upstream Python modules without building another copy of uv. Signed-off-by: Michał Górny <mgorny@gentoo.org>
12 lines
342 B
XML
12 lines
342 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>python@gentoo.org</email>
|
|
</maintainer>
|
|
<upstream>
|
|
<remote-id type="github">astral-sh/uv</remote-id>
|
|
<remote-id type="pypi">uv-build</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|