diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2015-09-21 22:41:53 +0200 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2015-09-24 20:07:41 +0200 |
| commit | 4179f952bf0d0dec8e8c95caaa6865cd5c8d71e4 (patch) | |
| tree | e893b8d46f984cedd6d0570aac1bc3cf6b9aaf32 /gnu/packages/python.scm | |
| parent | a77adfe022378fe3364d0d742203bac45746a4b9 (diff) | |
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.
Diffstat (limited to 'gnu/packages/python.scm')
| -rw-r--r-- | 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 798a22f5df9..9de366fdaf8 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm | |||
| @@ -3390,14 +3390,14 @@ a front-end for C compilers or analysis tools.") | |||
| 3390 | (define-public python-cffi | 3390 | (define-public python-cffi |
| 3391 | (package | 3391 | (package |
| 3392 | (name "python-cffi") | 3392 | (name "python-cffi") |
| 3393 | (version "0.8.6") | 3393 | (version "1.2.1") |
| 3394 | (source | 3394 | (source |
| 3395 | (origin | 3395 | (origin |
| 3396 | (method url-fetch) | 3396 | (method url-fetch) |
| 3397 | (uri (string-append "https://pypi.python.org/packages/source/c/" | 3397 | (uri (string-append "https://pypi.python.org/packages/source/c/" |
| 3398 | "cffi/cffi-" version ".tar.gz")) | 3398 | "cffi/cffi-" version ".tar.gz")) |
| 3399 | (sha256 | 3399 | (sha256 |
| 3400 | (base32 "0406j3sgndmx88idv5zxkkrwfqxmjl18pj8gf47nsg4ymzixjci5")))) | 3400 | (base32 "0g8yfzinry1vsj6d1jlnd19338bh92lhhk207ksy4lm1n3g73dga")))) |
| 3401 | (build-system python-build-system) | 3401 | (build-system python-build-system) |
| 3402 | (outputs '("out" "doc")) | 3402 | (outputs '("out" "doc")) |
| 3403 | (inputs | 3403 | (inputs |
| @@ -3407,10 +3407,10 @@ a front-end for C compilers or analysis tools.") | |||
| 3407 | (native-inputs | 3407 | (native-inputs |
| 3408 | `(("pkg-config" ,pkg-config) | 3408 | `(("pkg-config" ,pkg-config) |
| 3409 | ("python-sphinx" ,python-sphinx) | 3409 | ("python-sphinx" ,python-sphinx) |
| 3410 | ("python-pytest" ,python-pytest) | ||
| 3410 | ("python-setuptools" ,python-setuptools))) | 3411 | ("python-setuptools" ,python-setuptools))) |
| 3411 | (arguments | 3412 | (arguments |
| 3412 | `(#:tests? #f ; FIXME: requires pytest | 3413 | `(#:phases |
| 3413 | #:phases | ||
| 3414 | (alist-cons-after | 3414 | (alist-cons-after |
| 3415 | 'install 'install-doc | 3415 | 'install 'install-doc |
| 3416 | (lambda* (#:key outputs #:allow-other-keys) | 3416 | (lambda* (#:key outputs #:allow-other-keys) |
