Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
P-A Bouttier
gricad_guix_packages
Commits
eb921ded
Commit
eb921ded
authored
Oct 04, 2021
by
P-A Bouttier
Browse files
work on python-tables package
parent
66af1ae4
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/python-packages.scm
View file @
eb921ded
...
...
@@ -941,22 +941,22 @@
"Utilities for building and installing packages in the Astropy ecosystem"
)
(
license
#f
)))
(
define-public
python-tables
(
package
(
name
"python-tables"
)
(
version
"3.6.1"
)
(
source
(
origin
(
method
url-fetch
)
(
uri
(
pypi-uri
"tables"
version
))
(
sha256
(
base32
"0j8vnxh2m5n0cyk9z3ndcj5n1zj5rdxgc1gb78bqlyn2lyw75aa9"
))))
(
build-system
python-build-system
)
(
propagated-inputs
`
((
"python-numexpr"
,
python-numexpr
)
(
"python-numpy"
,
python-numpy
)
(
"hdf5"
,
hdf5
)))
(
home-page
"http://www.pytables.org/"
)
(
synopsis
"Hierarchical datasets for Python"
)
(
description
"Hierarchical datasets for Python"
)
(
license
#f
)))
\ No newline at end of file
; (define-public python-tables
; (package
; (name "python-tables")
; (version "3.6.1")
; (source
; (origin
; (method url-fetch)
; (uri (pypi-uri "tables" version))
; (sha256
; (base32 "0j8vnxh2m5n0cyk9z3ndcj5n1zj5rdxgc1gb78bqlyn2lyw75aa9"))))
; (build-system python-build-system)
; (propagated-inputs
; `(("python-numexpr" ,python-numexpr)
; ("python-numpy" ,python-numpy)
; ("hdf5" ,hdf5)))
; (home-page "http://www.pytables.org/")
; (synopsis "Hierarchical datasets for Python")
; (description "Hierarchical datasets for Python")
; (license #f)))
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment