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
4784a046
Commit
4784a046
authored
Sep 14, 2021
by
P-A Bouttier
Browse files
Add python2-astropy package
parent
558d8dd2
Changes
1
Show whitespace changes
Inline
Side-by-side
common/python-packages.scm
View file @
4784a046
...
...
@@ -897,10 +897,33 @@
(
arguments
'
(
#
:tests?
#f
))
(
propagated-inputs
`
((
"python2-numpy"
,
python2-numpy
)))
`
((
"python2-numpy"
,
python2-numpy
)
(
"python2-astropy-helpers"
,
python2-astropy-helpers
)))
(
home-page
"http://astropy.org"
)
(
synopsis
"Astronomy and astrophysics core library"
)
(
description
"Astronomy and astrophysics core library"
)
(
license
#f
)))
(
define-public
python2-astropy-helpers
(
package
(
name
"python2-astropy-helpers"
)
(
version
"2.0.11"
)
(
source
(
origin
(
method
url-fetch
)
(
uri
(
string-append
"https://github.com/astropy/astropy-helpers/archive/refs/tags/v"
version
".tar.gz"
))
(
sha256
(
base32
"1jph73qix632dw7m0vrgw0wi9d3jfnbhmzcg2g0hm4nrw8zsdz0c"
))))
(
build-system
python-build-system
)
(
arguments
`
(
#
:tests?
#f
))
(
home-page
"https://github.com/astropy/astropy-helpers"
)
(
synopsis
"Utilities for building and installing packages in the Astropy ecosystem"
)
(
description
"Utilities for building and installing packages in the Astropy ecosystem"
)
(
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