2012-02-06 16:39:49 +04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2015-08-25 09:05:57 +03:00
|
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
2012-02-06 16:39:49 +04:00
|
|
|
<pkgmetadata>
|
2016-01-26 08:51:40 +03:00
|
|
|
<maintainer type="project">
|
|
|
|
<email>python@gentoo.org</email>
|
|
|
|
<name>Python</name>
|
|
|
|
</maintainer>
|
2015-07-29 14:21:44 +03:00
|
|
|
<longdescription lang="en">
|
2014-02-03 10:33:07 +04:00
|
|
|
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>
|
2015-07-29 14:21:44 +03:00
|
|
|
<upstream>
|
|
|
|
<remote-id type="pypi">gmpy2</remote-id>
|
2015-09-07 23:27:31 +03:00
|
|
|
<remote-id type="github">aleaxit/gmpy</remote-id>
|
2015-07-29 14:21:44 +03:00
|
|
|
</upstream>
|
|
|
|
<use>
|
|
|
|
<flag name="mpir">Use <pkg>sci-libs/mpir</pkg> as gmp implementation</flag>
|
|
|
|
</use>
|
2012-02-06 16:39:49 +04:00
|
|
|
</pkgmetadata>
|