blob: 609dae97f8e0acaa99281a7e6662a3387a5c2367 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?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>
<upstream>
<remote-id type="cpe">cpe:/a:pydantic_project:pydantic</remote-id>
<remote-id type="pypi">pydantic</remote-id>
<remote-id type="github">pydantic/pydantic</remote-id>
<bugs-to>https://github.com/pydantic/pydantic/issues</bugs-to>
<doc>https://docs.pydantic.dev/latest/</doc>
</upstream>
<use>
<flag name="native-extensions">Compiles native "C" extensions.</flag>
</use>
</pkgmetadata>
|