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
2d9f87a2
Commit
2d9f87a2
authored
Jul 16, 2021
by
P-A Bouttier
Browse files
add python packages
parent
48eadbf5
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/python-packages.scm
View file @
2d9f87a2
...
...
@@ -722,4 +722,79 @@
"Fast hierarchical clustering routines for R and Python."
)
(
description
"Fast hierarchical clustering routines for R and Python."
)
(
license
#f
)))
\ No newline at end of file
(
license
#f
)))
(
define-public
python-pycwt
(
package
(
name
"python-pycwt"
)
(
version
"0.3.0a22"
)
(
source
(
origin
(
method
url-fetch
)
(
uri
(
pypi-uri
"pycwt"
version
))
(
sha256
(
base32
"05zb8m22dr8jva01wpkwmqwd0hp5dv4brjvbxwh513dg5kpni5pr"
))))
(
build-system
python-build-system
)
(
arguments
`
(
#
:tests?
#f
))
(
propagated-inputs
`
((
"python-matplotlib"
,
python-matplotlib
)
(
"python-numpy"
,
python-numpy
)
(
"python-scipy"
,
python-scipy
)
(
"python-tqdm"
,
python-tqdm
)))
(
home-page
"https://github.com/regeirk/pycwt"
)
(
synopsis
"Continuous wavelet transform module for Python."
)
(
description
"Continuous wavelet transform module for Python."
)
(
license
license:bsd-3
)))
(
define-public
python-ipdb
(
package
(
name
"python-ipdb"
)
(
version
"0.13.9"
)
(
source
(
origin
(
method
url-fetch
)
(
uri
(
pypi-uri
"ipdb"
version
))
(
sha256
(
base32
"1ibql99agjf2gj7y0svzd5m0h81hailf4p3sj3yl9i1i8ykdj6wm"
))))
(
build-system
python-build-system
)
(
arguments
`
(
#
:tests?
#f
))
(
propagated-inputs
`
((
"python-setuptools"
,
python-setuptools
)))
(
home-page
"https://github.com/gotcha/ipdb"
)
(
synopsis
"IPython-enabled pdb"
)
(
description
"IPython-enabled pdb"
)
(
license
license:bsd-3
)))
(
define-public
python-pygmt
(
package
(
name
"python-pygmt"
)
(
version
"0.4.0"
)
(
source
(
origin
(
method
url-fetch
)
(
uri
(
pypi-uri
"pygmt"
version
))
(
sha256
(
base32
"0jb6j5p182h166qfaa6mi90dhw0rg4p7v724l6gsmc2l03065a5k"
))))
(
build-system
python-build-system
)
(
arguments
`
(
#
:tests?
#f
))
(
propagated-inputs
`
((
"python-netcdf4"
,
python-netcdf4
)
(
"python-numpy"
,
python-numpy
)
(
"python-packaging"
,
python-packaging
)
(
"python-pandas"
,
python-pandas
)
(
"python-xarray"
,
python-xarray
)))
(
home-page
"https://github.com/GenericMappingTools/pygmt"
)
(
synopsis
"A Python interface for the Generic Mapping Tools"
)
(
description
"A Python interface for the Generic Mapping Tools"
)
(
license
license:bsd-3
)))
\ 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