aboutsummaryrefslogtreecommitdiff
path: root/python/python3-gmpy2/README
diff options
context:
space:
mode:
authorAuthor: Alexander Verbovetsky <alik@ejik.org>2022-06-25 02:40:16 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-07-02 09:55:32 +0700
commit9d66d47f8f5f6cecf1f34dd69e90fef287f56975 (patch)
tree0d269572c11448846cc45cc4d0516108c157d5fb /python/python3-gmpy2/README
parentbf8422815729050d9409a1ae020d51acb477dff6 (diff)
python/python3-gmpy2: Removed. Renamed to python-gmpy2.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-gmpy2/README')
-rw-r--r--python/python3-gmpy2/README8
1 files changed, 0 insertions, 8 deletions
diff --git a/python/python3-gmpy2/README b/python/python3-gmpy2/README
deleted file mode 100644
index 7ed7c73b52ee2..0000000000000
--- a/python/python3-gmpy2/README
+++ /dev/null
@@ -1,8 +0,0 @@
-gmpy2 is an optimized, c-coded python extension module that supports
-fast multiple-precision arithmetic. gmpy2 is based on the original gmpy
-module. In addition to supporting gmp or mpir for multiple-precision
-integer and rational arithmetic, gmpy2 adds support for the mpfr
-(correctly rounded real floating-point arithmetic) and mpc (correctly
-rounded complex floating-point arithmetic) libraries.
-
-This is the python3 version of gmpy2.