gentoo/dev-python/multidict/metadata.xml
Michał Górny 7e0bd57379
dev-python/multidict: Add a flag to disable C extensions entirely
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2023-08-06 10:48:43 +02:00

23 lines
620 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>zmedico@gentoo.org</email>
<name>Zac Medico</name>
</maintainer>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<upstream>
<remote-id type="github">aio-libs/multidict</remote-id>
<remote-id type="pypi">multidict</remote-id>
</upstream>
<use>
<flag name="native-extensions">
Compile native C extensions (speedups, instead of using Python
fallback code).
</flag>
</use>
</pkgmetadata>