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
7dfbb88f
Commit
7dfbb88f
authored
Sep 14, 2021
by
P-A Bouttier
Browse files
Add python2-astropy package
parent
6755865f
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/python-packages.scm
View file @
7dfbb88f
...
...
@@ -895,7 +895,8 @@
"193wd2avi5mv6g38vjk1kpvxfln95ph5l7y5xwc7z90d1s9h9yfq"
))))
(
build-system
python-build-system
)
(
arguments
'
(
#
:tests?
#f
))
'
(
#
:python
,
python-2
#
:tests?
#f
))
(
propagated-inputs
`
((
"python2-numpy"
,
python2-numpy
)
(
"python2-jinja2"
,
python2-jinja2
)
...
...
@@ -920,7 +921,8 @@
"1jph73qix632dw7m0vrgw0wi9d3jfnbhmzcg2g0hm4nrw8zsdz0c"
))))
(
build-system
python-build-system
)
(
arguments
`
(
#
:tests?
#f
))
`
(
#
:python
,
python-2
#
:tests?
#f
))
(
home-page
"https://github.com/astropy/astropy-helpers"
)
(
synopsis
...
...
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