gnu: python2-pbcore: Update to 1.2.10.

* gnu/packages/bioinformatics.scm (python2-pbcore): Update to 1.2.10.
[propagated-inputs]: New field. Add python2-pyxb.
This commit is contained in:
Marius Bakke 2016-09-17 10:42:56 +01:00 committed by Ben Woodcroft
parent c2efe1aea8
commit e301bfc886
No known key found for this signature in database
GPG Key ID: E44DCCD146E0CCF4
1 changed files with 4 additions and 2 deletions

View File

@ -3376,13 +3376,13 @@ interrupted by stop codons. OrfM finds and prints these ORFs.")
(define-public python2-pbcore (define-public python2-pbcore
(package (package
(name "python2-pbcore") (name "python2-pbcore")
(version "1.2.8") (version "1.2.10")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "pbcore" version)) (uri (pypi-uri "pbcore" version))
(sha256 (sha256
(base32 (base32
"02pfn5raa3zf739672bg0dkx7z3j2c4nx7vmpfjqy5b12jrqpymk")))) "1kjmv891d6qbpp4shhhvkl02ff4q5xlpnls2513sm2cjcrs52f1i"))))
(build-system python-build-system) (build-system python-build-system)
(arguments `(#:python ,python-2)) ; pbcore requires Python 2.7 (arguments `(#:python ,python-2)) ; pbcore requires Python 2.7
(inputs (inputs
@ -3395,6 +3395,8 @@ interrupted by stop codons. OrfM finds and prints these ORFs.")
("python-nose" ,python2-nose) ("python-nose" ,python2-nose)
("python-setuptools" ,python2-setuptools) ("python-setuptools" ,python2-setuptools)
("python-sphinx" ,python2-sphinx))) ("python-sphinx" ,python2-sphinx)))
(propagated-inputs
`(("python-pyxb" ,python2-pyxb)))
(home-page "http://pacificbiosciences.github.io/pbcore/") (home-page "http://pacificbiosciences.github.io/pbcore/")
(synopsis "Library for reading and writing PacBio data files") (synopsis "Library for reading and writing PacBio data files")
(description (description