summaryrefslogtreecommitdiffstats
path: root/python-pypi
diff options
context:
space:
mode:
authorIsmael Luceno2019-09-27 20:20:33 +0200
committerIsmael Luceno2019-09-28 16:56:49 +0200
commitb32b3e759bde0d5a8462c32953265822d394816e (patch)
tree1cb62c07da3576e342bb69871a615f6153d946a3 /python-pypi
parent57c1dd57b311702508caa99e55f298a40ad50b7d (diff)
gmpy2: new spell, GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x
Diffstat (limited to 'python-pypi')
-rwxr-xr-xpython-pypi/gmpy2/DEPENDS2
-rwxr-xr-xpython-pypi/gmpy2/DETAILS18
-rw-r--r--python-pypi/gmpy2/HISTORY2
3 files changed, 22 insertions, 0 deletions
diff --git a/python-pypi/gmpy2/DEPENDS b/python-pypi/gmpy2/DEPENDS
new file mode 100755
index 0000000000..c74f433a3a
--- /dev/null
+++ b/python-pypi/gmpy2/DEPENDS
@@ -0,0 +1,2 @@
+depends PYTHON &&
+depends gmp
diff --git a/python-pypi/gmpy2/DETAILS b/python-pypi/gmpy2/DETAILS
new file mode 100755
index 0000000000..3b44651768
--- /dev/null
+++ b/python-pypi/gmpy2/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=gmpy2
+ VERSION=2.0.8
+ SOURCE="$SPELL-$VERSION.zip"
+ SOURCE_URL[0]=https://pypi.python.org/packages/90/f4/9a2e384b325b69bc5827b9a6510a8fb4a51698c915c06a3f25a86458892a/$SOURCE
+ SOURCE_HASH=sha512:090f449641f378c73eb166831b1d956c6cee3da83e42fde8741f18aa0fa687e37927fc3b045d4b35e3a3b75570e6b1074150d8bc29d16119ab5c717bcfcf9fb4
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="https://pypi.python.org/pypi/gmpy2"
+ LICENSE[0]="GPLv3+"
+ ENTERED=20190927
+ KEYWORDS=""
+ SHORT="GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x"
+cat << EOF
+gmpy2 is a C-coded Python extension module that supports multiple-precision
+arithmetic. 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.
+EOF
diff --git a/python-pypi/gmpy2/HISTORY b/python-pypi/gmpy2/HISTORY
new file mode 100644
index 0000000000..b0b34eb51a
--- /dev/null
+++ b/python-pypi/gmpy2/HISTORY
@@ -0,0 +1,2 @@
+2019-09-27 Ismael Luceno <ismael@sourcemage.org>
+ * DEPENDS, DETAILS: spell created