Skip to content
GitLab
Menu
Projects
Groups
Snippets
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
3be7d1f7
Commit
3be7d1f7
authored
Oct 04, 2021
by
P-A Bouttier
Browse files
Add python-tables packages
parent
d6f03440
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/python-packages.scm
View file @
3be7d1f7
...
...
@@ -939,4 +939,22 @@
"Utilities for building and installing packages in the Astropy ecosystem"
)
(
description
"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
)))
(
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
Supports
Markdown
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