Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python-gmpy2
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Python Team
packages
python-gmpy2
Commits
85095e98
Project 'python-team/modules/python-gmpy2' was moved to 'python-team/packages/python-gmpy2'. Please update any links and bookmarks that may still have the old path.
Commit
85095e98
authored
5 years ago
by
Sandro Tosi
Browse files
Options
Downloads
Patches
Plain Diff
Drop python2 support; Closes: #937792
parent
b8aeb456
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+7
-0
7 additions, 0 deletions
debian/changelog
debian/control
+1
-14
1 addition, 14 deletions
debian/control
debian/rules
+1
-1
1 addition, 1 deletion
debian/rules
with
9 additions
and
15 deletions
debian/changelog
+
7
−
0
View file @
85095e98
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ý ]
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
1
−
14
View file @
85095e98
...
...
@@ -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), python
3
, 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}
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
1
−
1
View file @
85095e98
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment