From 95c1e5121a1238c745860d7a7033bdb30c91b7cf Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 30 May 2023 20:58:36 +0100 Subject: gnu: Add python-stsci-stimage. * gnu/packages/astronomy.scm (python-stsci-stimage): New variable. Signed-off-by: Efraim Flashner --- gnu/packages/astronomy.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index cba285816e..2f708ff652 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -2098,6 +2098,30 @@ replicate core behaviour of the IRAF's task}.") (license license:bsd-3))) +(define-public python-stsci-stimage + (package + (name "python-stsci-stimage") + (version "0.2.6") + (source (origin + (method url-fetch) + (uri (pypi-uri "stsci.stimage" version)) + (sha256 + (base32 + "0i7xby1gaiplvbqqv8a4f4cw1is8fwj89mix1z3bqrykqi3n24g0")))) + (build-system pyproject-build-system) + (arguments + (list + ;; XXX: Fix failing tests. There are errors to load test files. + #:tests? #f)) + (propagated-inputs (list python-numpy)) + (native-inputs (list python-codecov python-pytest python-pytest-cov + python-setuptools-scm)) + (home-page "https://stscistimage.readthedocs.io/en/latest/") + (synopsis "STScI image processing") + (description "This package provides an astronomical Python package with +image processing functions: @code{xyxymatch}, @code{geomap}.") + (license license:bsd-3))) + (define-public libnova (package (name "libnova") -- cgit v1.2.3 'get' action='/guix/log/gnu/build/dbus-service.scm'>
scm?id=c64adff4c67fbd43497cbc124865e87dce2f88e6'>tests: install: Fix build....
AgeCommit message (Expand)Author
2023-05-06services: dbus-service, secret-service: Do not cause (fibers) to be loaded....Ludovic Courtès
2022-06-10services: jami: Modernize to adjust to Shepherd 0.9+ changes....Maxim Cournoyer
Mathieu Othacehe
2020-12-21system: Allow separated /boot and encrypted root....Miguel Ángel Arruga Vivas
2020-11-26mapped-devices: Add 'lvm-device-mapping'....Mikhail Tsykalov
2020-10-30installer: Use UUIDs in the 'swap-devices' field....Ludovic Courtès
2020-10-13installer: Add Emacs EXWM desktop environment....Jan (janneke) Nieuwenhuizen
2020-09-30system: image: Add image-type support....Mathieu Othacehe
2020-09-10tests: install: Fix gui-installed-desktop-os-encrypted test....Mathieu Othacehe
2020-06-30tests: install: Increase image size limit....Mathieu Othacehe
2020-06-26tests: install: Disable image compression....Mathieu Othacehe
2020-06-26tests: install: Fix marionette race condition....Mathieu Othacehe
2020-06-13image: Make 'find-image' non-monadic....Jan (janneke) Nieuwenhuizen
2020-05-29image: Do not use VM to create disk-images....Mathieu Othacehe
2020-05-20bootloader: grub: Allow booting from a Btrfs subvolume....Maxim Cournoyer
2020-05-05Merge branch 'master' into core-updatesMarius Bakke
2020-05-05image: Add a new API....Mathieu Othacehe
2020-05-03tests: install: Test a F2FS root file system....Danny Milosavljevic
2020-04-30Merge branch 'master' into core-updates...Marius Bakke
2020-04-29tests: install: Fix device usage....Mathieu Othacehe
2020-04-29tests: install: Fix gui-installed-os test....Mathieu Othacehe
2020-04-29tests: install: Increase virtual machine RAM....Mathieu Othacehe
2020-04-26tests: Add 'guile-final' to the installation test GC roots....Marius Bakke
2020-04-10tests: Run guided installation tests from an ISO image....Ludovic Courtès
2020-04-08tests: Mark VM images as non-substitutable....Ludovic Courtès
2020-03-26tests: install: Add %test-gui-installed-desktop-os-encrypted....Mathieu Othacehe
2020-03-22tests: install: Abort when one installation step fails....Mathieu Othacehe
2020-03-19tests: Accept manual installation scripts that exit with SIGTERM....Ludovic Courtès
2020-03-05tests: install: Add %test-gui-installed-os-encrypted....Mathieu Othacehe
2020-03-05tests: install: Add "gui-installed-os"....Ludovic Courtès
2020-02-22tests: Factorize LUKS passphrase....Ludovic Courtès
2020-01-19tests: install: "raid-root-os" test uses RAID-1 instead of RAID-0....Ludovic Courtès
2020-01-03tests: install: Test a JFS root file system....Tobias Geerinckx-Rice
2019-11-18tests: install: Fix typo....Maxim Cournoyer
2019-11-06tests: install: Increase root partition size....Ludovic Courtès
2019-07-06tests: encrypted-root-os: Increase root partition size....Ludovic Courtès
2019-06-24tests: Import (guix build utils) in the marionette....Ludovic Courtès
2019-05-15system: Add 'operating-system-with-gc-roots'....Ludovic Courtès
2019-04-14tests: separate-store-os: Increase root partition size....Ludovic Courtès
2019-03-25accounts: Add default value for the 'home-directory' field of <user-account>....Ludovic Courtès
2019-03-13Remove traces of "GuixSD"....Ludovic Courtès