From af5ead8b346f11105c964726101618116af13426 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Sun, 17 Feb 2019 20:39:51 +0100 Subject: gnu: python-gmpy2: Adjust indentation. * gnu/packages/sagemath.scm (python-gmpy2): Reindent. --- gnu/packages/sagemath.scm | 39 +++++++++++++++++++-------------------- 1 file changed, 19 insertions(+), 20 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/sagemath.scm b/gnu/packages/sagemath.scm index a400695b69..3b5a8be293 100644 --- a/gnu/packages/sagemath.scm +++ b/gnu/packages/sagemath.scm @@ -64,28 +64,27 @@ but it can be used independently.") ;; use an alpha release. On the other hand, Sage can be built without it. (define-public python-gmpy2 (package - (name "python-gmpy2") - (version "2.0.8") - (source - (origin - (method url-fetch) - (uri (pypi-uri "gmpy2" version ".zip")) - (sha256 - (base32 - "0grx6zmi99iaslm07w6c2aqpnmbkgrxcqjrqpfq223xri0r3w8yx")))) - (build-system python-build-system) - (native-inputs - `(("unzip" ,unzip))) - (inputs - `(("gmp" ,gmp) - ("mpfr" ,mpfr) - ("mpc" ,mpc))) - (home-page "https://github.com/aleaxit/gmpy") - (synopsis + (name "python-gmpy2") + (version "2.0.8") + (source (origin + (method url-fetch) + (uri (pypi-uri "gmpy2" version ".zip")) + (sha256 + (base32 + "0grx6zmi99iaslm07w6c2aqpnmbkgrxcqjrqpfq223xri0r3w8yx")))) + (build-system python-build-system) + (native-inputs + `(("unzip" ,unzip))) + (inputs + `(("gmp" ,gmp) + ("mpfr" ,mpfr) + ("mpc" ,mpc))) + (home-page "https://github.com/aleaxit/gmpy") + (synopsis "GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x") - (description + (description "GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x") - (license license:lgpl3+))) + (license license:lgpl3+))) (define-public python2-gmpy2 (package-with-python2 python-gmpy2)) -- cgit v1.2.3