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
a6078123
Commit
a6078123
authored
Sep 14, 2021
by
P-A Bouttier
Browse files
Add python2-astropy package
parent
c477be43
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/python-packages.scm
View file @
a6078123
...
...
@@ -880,4 +880,27 @@
"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
(
license
license:bsd-3
)))
(
define-public
python2-astropy
(
package
(
name
"python2-astropy"
)
(
version
"2.0.14"
)
(
source
(
origin
(
method
url-fetch
)
(
uri
(
string-append
"https://github.com/astropy/astropy/archive/refs/tags/v"
+
version
".tar.gz"
))
(
sha256
(
base32
"193wd2avi5mv6g38vjk1kpvxfln95ph5l7y5xwc7z90d1s9h9yfq"
))))
(
build-system
python-build-system
)
(
arguments
'
(
#
:tests?
#f
))
(
propagated-inputs
`
((
"python2-numpy"
,
python-numpy
)))
(
home-page
"http://astropy.org"
)
(
synopsis
"Astronomy and astrophysics core library"
)
(
description
"Astronomy and astrophysics core library"
)
(
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