Skip to content
Snippets Groups Projects
Commit 85095e98 authored by Sandro Tosi's avatar Sandro Tosi
Browse files

Drop python2 support; Closes: #937792

parent b8aeb456
No related branches found
No related tags found
No related merge requests found
python-gmpy2 (2.1.0~b3-2) UNRELEASED; urgency=medium
* Team upload.
* Drop python2 support; Closes: #937792
-- Sandro Tosi <morph@debian.org> Thu, 16 Jan 2020 00:31:18 -0500
python-gmpy2 (2.1.0~b3-1) unstable; urgency=medium
[ Ondřej Nový ]
......
......@@ -2,26 +2,13 @@ Source: python-gmpy2
Section: python
Priority: optional
Maintainer: Martin Kelly <martin@martingkelly.com>
Build-Depends: debhelper-compat (= 11), python-all-dev (>= 2.6.5), python3-all-dev (>= 3.3.2), python (>= 2.6.5), python3 (>= 3.3.2), libmpfr-dev (>= 3.1.0), libmpc-dev (>= 1.0.0), python3-sphinx, dh-python, python-setuptools, python3-setuptools
Build-Depends: debhelper-compat (= 11), python3-all-dev (>= 3.3.2), python3, libmpfr-dev (>= 3.1.0), libmpc-dev (>= 1.0.0), python3-sphinx, dh-python, python3-setuptools
Standards-Version: 4.4.1
Homepage: https://pypi.python.org/pypi/gmpy2
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Vcs-Git: https://salsa.debian.org/python-team/modules/python-gmpy2.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-gmpy2
Package: python-gmpy2
Architecture: any
Depends: python-gmpy2-common, ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${python:Provides}
Suggests: python-gmpy2-doc
Description: interfaces GMP to Python 2 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 Python 2 support for gmpy2.
Package: python3-gmpy2
Architecture: any
Depends: python-gmpy2-common, ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
......
......@@ -9,7 +9,7 @@ include /usr/share/dpkg/pkg-info.mk
export PYBUILD_NAME=gmpy2
%:
dh $@ --buildsystem pybuild --with python2,python3,sphinxdoc
dh $@ --buildsystem pybuild --with python3,sphinxdoc
override_dh_auto_build:
dh_auto_build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment