guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: python-gmpy2: Adjust indentation.


From: guix-commits
Subject: 02/02: gnu: python-gmpy2: Adjust indentation.
Date: Sun, 17 Feb 2019 14:42:46 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit af5ead8b346f11105c964726101618116af13426
Author: Marius Bakke <address@hidden>
Date:   Sun Feb 17 20:39:51 2019 +0100

    gnu: python-gmpy2: Adjust indentation.
    
    * gnu/packages/sagemath.scm (python-gmpy2): Reindent.
---
 gnu/packages/sagemath.scm | 39 +++++++++++++++++++--------------------
 1 file changed, 19 insertions(+), 20 deletions(-)

diff --git a/gnu/packages/sagemath.scm b/gnu/packages/sagemath.scm
index a400695..3b5a8be 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]