mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 01:33:18 -05:00
gnu: python-sep: Update to 1.2.1
* gnu/packages/astronomy.scm: (python-sep): Update to 1.2.1. Inherit from libsep Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
6ad9a094c1
commit
d790ec21e8
1 changed files with 9 additions and 18 deletions
|
@ -1650,27 +1650,18 @@ (define-public python-pyerfa
|
||||||
|
|
||||||
(define-public python-sep
|
(define-public python-sep
|
||||||
(package
|
(package
|
||||||
|
(inherit libsep)
|
||||||
(name "python-sep")
|
(name "python-sep")
|
||||||
(version "1.1.1")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (pypi-uri "sep" version))
|
|
||||||
(sha256
|
|
||||||
(base32 "0wxdqn92q1grv8k7xi7h88ac6wnznw4xh5bdlz1vz6za2dgsyj4m"))))
|
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
|
(arguments
|
||||||
|
(strip-keyword-arguments
|
||||||
|
'(#:make-flags) (package-arguments libsep)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-cython python-pytest))
|
(modify-inputs (package-inputs libsep)
|
||||||
(inputs
|
(prepend python-cython)))
|
||||||
(list python-numpy))
|
(propagated-inputs
|
||||||
(home-page "https://github.com/kbarbary/sep")
|
(modify-inputs (package-inputs libsep)
|
||||||
(synopsis "Astronomical source extraction and photometry library")
|
(prepend python-numpy)))))
|
||||||
(description
|
|
||||||
"SEP makes the core algorithms of Source Extractor available as a library
|
|
||||||
of stand-alone functions and classes.")
|
|
||||||
(license (list license:bsd-3
|
|
||||||
license:expat
|
|
||||||
license:lgpl3+))))
|
|
||||||
|
|
||||||
(define-public python-asdf
|
(define-public python-asdf
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue