summaryrefslogtreecommitdiff
blob: 915ec12255db3fa0264fec1ca4604aa3a6541176 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>python</herd>
<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>
</upstream>
<use>
  <flag name="mpir">Use <pkg>sci-libs/mpir</pkg> as gmp implementation</flag>
</use>
</pkgmetadata>