mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-25 00:05:45 +03:00
28 lines
795 B
XML
28 lines
795 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>grozin@gentoo.org</email>
|
|
<name>Andrey Grozin</name>
|
|
</maintainer>
|
|
<maintainer type="project">
|
|
<email>sci-mathematics@gentoo.org</email>
|
|
<name>Gentoo Mathematics Project</name>
|
|
</maintainer>
|
|
<maintainer type="project">
|
|
<email>python@gentoo.org</email>
|
|
<name>Python</name>
|
|
</maintainer>
|
|
<!-- no ALLARCHES: fragile to FP issues -->
|
|
<use>
|
|
<flag name="test-full">
|
|
Run test suite in full via additional (large) test
|
|
dependencies, like dev-python/matplotlib.
|
|
</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="pypi">mpmath</remote-id>
|
|
<remote-id type="github">mpmath/mpmath</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|