Source: python-gmpy Section: python Priority: optional Maintainer: Martin Kelly Build-Depends: debhelper (>= 10), dh-python, python-all-dev (>= 2.6.5), libgmp-dev Standards-Version: 4.1.5 Homepage: https://pypi.python.org/pypi/gmpy/1.17 Uploaders: Debian Python Modules Team Vcs-Git: https://salsa.debian.org/python-team/modules/python-gmpy.git Vcs-Browser: https://salsa.debian.org/python-team/modules/python-gmpy Package: python-gmpy Architecture: any Multi-Arch: same Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends} Suggests: python-gmpy-doc Provides: ${python:Provides} Description: interfaces GMP to Python for fast, unbound-precision computations gmpy is a C-coded Python extension module that wraps the GMP library to provide to Python code fast multiprecision arithmetic (integer, rational, and float), random number generation, advanced number-theoretical functions, and more. Package: python-gmpy-doc Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: python-gmpy Section: doc Description: interfaces GMP to Python for fast, unbound-precision computations gmpy is a C-coded Python extension module that wraps the GMP library to provide to Python code fast multiprecision arithmetic (integer, rational, and float), random number generation, advanced number-theoretical functions, and more. . This package installs examples for python-gmpy.