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
b3354ee0
Commit
b3354ee0
authored
Sep 10, 2021
by
P-A Bouttier
Browse files
Add astroquery python package
parent
ea588e6e
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/python-packages.scm
View file @
b3354ee0
...
...
@@ -798,4 +798,62 @@
"A Python interface for the Generic Mapping Tools"
)
(
description
"A Python interface for the Generic Mapping Tools"
)
(
license
license:bsd-3
)))
(
define-public
python-pyvo
(
package
(
name
"python-pyvo"
)
(
version
"1.1"
)
(
source
(
origin
(
method
url-fetch
)
(
uri
(
pypi-uri
"pyvo"
version
))
(
sha256
(
base32
"0azbdnpwpzfiyaf54531163gh2d8qqg313zlawfvfj7crdz54kz1"
))))
(
build-system
python-build-system
)
(
propagated-inputs
`
((
"python-astropy"
,
python-astropy
)
(
"python-mimeparse"
,
python-mimeparse
)
(
"python-requests"
,
python-requests
)))
(
home-page
"https://github.com/astropy/pyvo"
)
(
synopsis
"Astropy affiliated package for accessing Virtual Observatory data and services"
)
(
description
"Astropy affiliated package for accessing Virtual Observatory data and services"
)
(
license
license:bsd-3
)))
(
define-public
python-astroquery
(
package
(
name
"python-astroquery"
)
(
version
"0.4.3"
)
(
source
(
origin
(
method
url-fetch
)
(
uri
(
pypi-uri
"astroquery"
version
))
(
sha256
(
base32
"141z8rvzwh9q4i0f7490jc6z71vkgwxaq8mycdli1fm5i5qb9r2y"
))))
(
build-system
python-build-system
)
(
propagated-inputs
`
((
"python-astropy"
,
python-astropy
)
(
"python-beautifulsoup4"
,
python-beautifulsoup4
)
(
"python-html5lib"
,
python-html5lib
)
(
"python-keyring"
,
python-keyring
)
(
"python-numpy"
,
python-numpy
)
(
"python-pyvo"
,
python-pyvo
)
(
"python-requests"
,
python-requests
)
(
"python-six"
,
python-six
)))
(
native-inputs
`
((
"python-flask"
,
python-flask
)
(
"python-jinja2"
,
python-jinja2
)
(
"python-matplotlib"
,
python-matplotlib
)
(
"python-pytest-astropy"
,
python-pytest-astropy
)
(
"python-pytest-dependency"
,
python-pytest-dependency
)))
(
home-page
"http://astropy.org/astroquery"
)
(
synopsis
"Functions and classes to access online astronomical data resources"
)
(
description
"Functions and classes to access online astronomical data resources"
)
(
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