mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-03 00:06:58 +03:00
The backport now carries changes from py3.12, and it is required by dev-python/pypiserver. Signed-off-by: Michał Górny <mgorny@gentoo.org>
16 lines
544 B
XML
16 lines
544 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>
|
|
<name>Python</name>
|
|
</maintainer>
|
|
<stabilize-allarches/>
|
|
<upstream>
|
|
<remote-id type="pypi">importlib-resources</remote-id>
|
|
<remote-id type="github">python/importlib_resources</remote-id>
|
|
<bugs-to>https://github.com/python/importlib_resources/issues</bugs-to>
|
|
<doc>https://importlib-resources.readthedocs.io/</doc>
|
|
</upstream>
|
|
</pkgmetadata>
|