summaryrefslogtreecommitdiff
blob: 1c3638694bff907194c4b1092e90af7f5d197415 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/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>
</pkgmetadata>