[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/28: gnu: python2-bx-python: Update to 0.8.2.
From: |
Ricardo Wurmus |
Subject: |
03/28: gnu: python2-bx-python: Update to 0.8.2. |
Date: |
Sun, 21 Oct 2018 17:06:57 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 2ba2d62c69409255e0c00c480c424c668cba845f
Author: Ricardo Wurmus <address@hidden>
Date: Sun Oct 21 12:33:01 2018 +0200
gnu: python2-bx-python: Update to 0.8.2.
* gnu/packages/bioinformatics.scm (python2-bx-python): Update to 0.8.2.
[source]: Remove obsolete snippet.
[inputs]: Move python2-numpy from here...
[propagated-inputs]: ...to here; add python2-six.
[native-inputs]: Add python2-lzo and python2-cython.
[home-page]: Update to new home at Github.
---
gnu/packages/bioinformatics.scm | 24 ++++++++++--------------
1 file changed, 10 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 593b5b6..dee8a97 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -1477,31 +1477,27 @@ well as many of the command line options.")
(define-public python2-bx-python
(package
(name "python2-bx-python")
- (version "0.7.3")
+ (version "0.8.2")
(source (origin
(method url-fetch)
(uri (pypi-uri "bx-python" version))
(sha256
(base32
- "15z2w3bvnc0n4qmb9bd6d8ylc2h2nj883x2w9iixf4x3vki9b22i"))
- (modules '((guix build utils)))
- (snippet
- '(begin
- (substitute* "setup.py"
- ;; remove dependency on outdated "distribute" module
- (("^from distribute_setup import use_setuptools") "")
- (("^use_setuptools\\(\\)") ""))
- #t))))
+ "11kksg2rbzihpmcid823xvg42xi88m7sz58rzk29abybkxy0rszs"))))
(build-system python-build-system)
(arguments
`(#:tests? #f ;tests fail because test data are not included
#:python ,python-2))
- (inputs
+ (propagated-inputs
`(("python-numpy" ,python2-numpy)
- ("zlib" ,zlib)))
+ ("python-six" ,python2-six)))
+ (inputs
+ `(("zlib" ,zlib)))
(native-inputs
- `(("python-nose" ,python2-nose)))
- (home-page "http://bitbucket.org/james_taylor/bx-python/")
+ `(("python-lzo" ,python2-lzo)
+ ("python-nose" ,python2-nose)
+ ("python-cython" ,python2-cython)))
+ (home-page "https://github.com/bxlab/bx-python")
(synopsis "Tools for manipulating biological data")
(description
"bx-python provides tools for manipulating biological data, particularly
- 09/28: gnu: python-py2bit: Update to 0.3.0., (continued)
- 09/28: gnu: python-py2bit: Update to 0.3.0., Ricardo Wurmus, 2018/10/21
- 21/28: gnu: eigensoft: Update to 7.2.1., Ricardo Wurmus, 2018/10/21
- 13/28: gnu: delly: Update to 0.7.9., Ricardo Wurmus, 2018/10/21
- 12/28: gnu: deeptools: Update to 3.1.3., Ricardo Wurmus, 2018/10/21
- 08/28: gnu: cutadapt: Update to 1.18., Ricardo Wurmus, 2018/10/21
- 06/28: gnu: crossmap: Update to 0.2.9., Ricardo Wurmus, 2018/10/21
- 04/28: gnu: Add python-bx-python., Ricardo Wurmus, 2018/10/21
- 07/28: gnu: Add python-dnaio., Ricardo Wurmus, 2018/10/21
- 02/28: gnu: bwa-pssm: Fetch from git., Ricardo Wurmus, 2018/10/21
- 05/28: gnu: python-twobitreader: Update to 3.1.6., Ricardo Wurmus, 2018/10/21
- 03/28: gnu: python2-bx-python: Update to 0.8.2.,
Ricardo Wurmus <=
- 01/28: gnu: tophat: Update to 2.1.1., Ricardo Wurmus, 2018/10/21