guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python-cffi: Update to 1.2.1.


From: Ricardo Wurmus
Subject: 01/01: gnu: python-cffi: Update to 1.2.1.
Date: Thu, 24 Sep 2015 18:07:57 +0000

rekado pushed a commit to branch master
in repository guix.

commit 4179f952bf0d0dec8e8c95caaa6865cd5c8d71e4
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Sep 21 22:41:53 2015 +0200

    gnu: python-cffi: Update to 1.2.1.
    
    * gnu/packages/python.scm (python-cffi): Update to 1.2.1.
      [native-inputs]: Add python-pytest.
      [arguments]: Enable tests.
---
 gnu/packages/python.scm |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 798a22f..9de366f 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3390,14 +3390,14 @@ a front-end for C compilers or analysis tools.")
 (define-public python-cffi
   (package
     (name "python-cffi")
-    (version "0.8.6")
+    (version "1.2.1")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "https://pypi.python.org/packages/source/c/";
                           "cffi/cffi-" version ".tar.gz"))
       (sha256
-       (base32 "0406j3sgndmx88idv5zxkkrwfqxmjl18pj8gf47nsg4ymzixjci5"))))
+       (base32 "0g8yfzinry1vsj6d1jlnd19338bh92lhhk207ksy4lm1n3g73dga"))))
     (build-system python-build-system)
     (outputs '("out" "doc"))
     (inputs
@@ -3407,10 +3407,10 @@ a front-end for C compilers or analysis tools.")
     (native-inputs
      `(("pkg-config" ,pkg-config)
        ("python-sphinx" ,python-sphinx)
+       ("python-pytest" ,python-pytest)
        ("python-setuptools" ,python-setuptools)))
     (arguments
-     `(#:tests? #f ; FIXME: requires pytest
-       #:phases
+     `(#:phases
        (alist-cons-after
         'install 'install-doc
         (lambda* (#:key outputs #:allow-other-keys)



reply via email to

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