Michał Górny 4fb5c79cc8
dev-python/frozenlist: Add a flag to disable C extensions entirely
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2023-08-06 10:48:44 +02:00

18 lines
495 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="pypi">frozenlist</remote-id>
<remote-id type="github">aio-libs/frozenlist</remote-id>
</upstream>
<use>
<flag name="native-extensions">
Compile native C extensions (speedups, instead of using Python
fallback code).
</flag>
</use>
</pkgmetadata>