mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-sep-pjw: Simplify.
* gnu/packages/astronomy.scm (python-sep-pjw) [arguments] <phases>: Remove 'relax-requirements. [native-inputs]: Remove python-setuptools-scm; add python-setuptools-scm-next. Change-Id: Ibe66f67a638649967d1e1c9dfa1b5dd6d0843ca1
This commit is contained in:
parent
ff6676600c
commit
3dad8e1d31
1 changed files with 2 additions and 12 deletions
|
@ -6165,22 +6165,12 @@ well as ephemerides services
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:test-flags #~(list "test.py")
|
#:test-flags #~(list "test.py")))
|
||||||
#:phases
|
|
||||||
#~(modify-phases %standard-phases
|
|
||||||
(add-after 'unpack 'relax-requirements
|
|
||||||
(lambda _
|
|
||||||
(substitute* "pyproject.toml"
|
|
||||||
;; numpy>=1.23.5
|
|
||||||
(("1.23.5") "1.23.2")
|
|
||||||
;; TypeError: Configuration.__init__() got an unexpected
|
|
||||||
;; keyword argument 'version_file'
|
|
||||||
(("version_file = .*") "")))))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-cython
|
(list python-cython
|
||||||
python-pytest
|
python-pytest
|
||||||
python-setuptools
|
python-setuptools
|
||||||
python-setuptools-scm
|
python-setuptools-scm-next
|
||||||
python-wheel))
|
python-wheel))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-numpy))
|
(list python-numpy))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue