[Python-modules-commits] r26166 - in packages/python-gmpy2/trunk/debian (control)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Tue Oct 15 21:36:11 UTC 2013
Date: Tuesday, October 15, 2013 @ 21:36:09
Author: piotr
Revision: 26166
s/{python:/{python3:/
Modified:
packages/python-gmpy2/trunk/debian/control
Modified: packages/python-gmpy2/trunk/debian/control
===================================================================
--- packages/python-gmpy2/trunk/debian/control 2013-10-15 14:19:39 UTC (rev 26165)
+++ packages/python-gmpy2/trunk/debian/control 2013-10-15 21:36:09 UTC (rev 26166)
@@ -23,8 +23,8 @@
Package: python3-gmpy2
Architecture: any
-Depends: python-gmpy2-common, ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Provides: ${python:Provides}
+Depends: python-gmpy2-common, ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Provides: ${python3:Provides}
Description: interfaces GMP to Python 3 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
@@ -33,13 +33,12 @@
Package: python-gmpy2-common
Architecture: all
-Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: python-gmpy2 | python3-gmpy2
-Provides: ${python:Provides}
-Description: interfaces GMP to Python 3 for fast, unbound-precision computations
+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 files in common between python-gmpy2 and python3-gmpy.
+ This package installs files in common between python-gmpy2 and python3-gmpy2.
More information about the Python-modules-commits
mailing list