blob: 0f60439760f1cffb31dc7e36ae592f87f7fce9df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<longdescription lang="en">
gmpy2 is a C-coded Python extension module that supports
multiple-precision arithmetic. gmpy2 supports the GMP multi-precision
library, the MPFR (correctly rounded real floating-point arithmetic) and MPC
(correctly rounded complex floating-point arithmetic) libraries.
</longdescription>
<upstream>
<remote-id type="pypi">gmpy2</remote-id>
<remote-id type="github">aleaxit/gmpy</remote-id>
</upstream>
<use>
<flag name="mpir">Use <pkg>sci-libs/mpir</pkg> as gmp implementation</flag>
</use>
<origin>gentoo-staging</origin>
</pkgmetadata>
|