summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2025-12-31gnu: python-polling2: Switch to pyproject.Nicolas Graves
* gnu/packages/python-xyz.scm (python-polling2): [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [arguments]: Enable <#:tests?>. <#:test-flags>: Ignore flaky test. [native-inputs]: Add python-setuptools. Remove python-pytest-runner. Change-Id: Ifb8a4eb6fe65ba4dccb1cbc0a4cb629aba443b09 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-31gnu: python-polib: Update to 1.2.0.Nicolas Graves
* gnu/packages/python-xyz.scm (python-polib): Update to 1.2.0. [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [arguments]<#:test-backend, #:test-flags>: Set them. [native-inputs]: Add python-setuptools. [home-page]: Refresh it; [description]: Improve style. Change-Id: If11e30028c3ede6301488801ffaecb591088f908 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-31gnu: python-parse: Update to 1.20.2.Nicolas Graves
* gnu/packages/python-xyz.scm (python-parse): Update to 1.20.2. [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [arguments]<#:phases>: Drop them. [native-inputs]: Add python-pytest, python-pytest-cov, python-setuptools. Change-Id: Ibee0e79a21b5cc7f974c25646c4dc9409c0e1e6a Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-31gnu: python-empy: Update to 3.3.4.Nicolas Graves
* gnu/packages/python-xyz.scm (python-empy): Update to 3.3.4. [build-system]: Switch to pyproject-build-system. [arguments]<#:phases>: Replace 'check phase. [native-inputs]: Add python-setuptools. Change-Id: I52aa3db0a2d2f536e520280848724092c6e05c44 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-31gnu: python-simpleaudio: Switch to pyproject.Nicolas Graves
* gnu/packages/python-xyz.scm (python-simpleaudio): [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [arguments]<#:tests?>: Enable them. <#:test-backend>: Set it. <#:phases>: Add phase 'fix-test-run. [native-inputs]: Add python-setuptools. Change-Id: Ibad8cf2ae98699fec69c3961a804dfa6a9155ef4 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-31gnu: python-coloredlogs: Update to 15.0.1.Nicolas Graves
* gnu/packages/python-xyz.scm (python-coloredlogs): Update to 15.0.1. [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [arguments]<#:tests?>: Enable them. <#:test-flags>: Disable failing tests. [native-inputs]: Add python-pytest, python-setuptools, python-verboselogs. Change-Id: If21f11357fdce225de6caa3b7b77b6ef7ed6cb5b Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-31gnu: python-capturer: Update to 3.0.Nicolas Graves
* gnu/packages/python-xyz.scm (python-capturer): Update to 3.0. [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-pytest, python-setuptools. Change-Id: I0f44dcff9d7f77a8391a8841268e078f5dca0758 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-31gnu: python-humanfriendly: Update to 10.0.Nicolas Graves
* gnu/packages/python-xyz.scm (python-humanfriendly): Update to 10.0. [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools. Change-Id: I15dcfa2af7df442ea68e6165fa37aafcb869fd28 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-31gnu: python-pims: Fix build.Nicolas Graves
* gnu/packages/image-processing.scm (python-pims) [arguments]<#:phases>: Add phase 'relax-requirements. [native-inputs]: Remove python-wheel. Change-Id: Icec0ee0744cd326f1bbd2f320b63fa067cea7e8b Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-31gnu: kiwix-desktop: Show icons.Noé Lopez
* gnu/packages/web.scm (kiwix-desktop)[inputs]: Add qtsvg. Closes: guix/guix#4787 Change-Id: Ic10b79dc38851d997e19162b76c8e10f67439964 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2025-12-30gnu: Add cl-forms.vga
* gnu/packages/lisp-xyz.scm (cl-forms, sbcl-cl-forms): New variables. Change-Id: I3197e5b66e69daf5740f856b8f150acaf661b853 Signed-off-by: jgart <jgart@dismail.de>
2025-12-30gnu: Add cl-peppol.vga
* gnu/packages/lisp-xyz.scm (cl-peppol, sbcl-cl-peppol): New variables. Change-Id: I2d8690c02282dad52f2a4760f539e2444e08f793 Signed-off-by: jgart <jgart@dismail.de>
2025-12-30Revert "services/configuration: Fix case where sub-documentation is ↵Maxim Cournoyer
nonexistent." This reverts commit 8b6e9acc268501223a231d50932192f6bb69d34d. Fixes: <https://issues.guix.gnu.org/79578>
2025-12-30build/dbus-service: Fix possible syntax error in 'with-retries'.Maxim Cournoyer
When the body was not a single expression, quote would throw a syntax error. * gnu/build/dbus-service.scm (with-retries): Ensure the body is a single expression when quoted for the error message. Change-Id: I44ec61bc26c8959b499bc94eb661762afdaf99ba
2025-12-30gnu: Remove python-rauth.Sharlatan Hellseher
* gnu/packages/python-web.scm (python-rauth): Delete variable. Fixes: guix/guix#4576 Change-Id: Ic38764f54e828c2e591f62ad09f1e04450713d9f
2025-12-30gnu: Remove python-unalix.Sharlatan Hellseher
* gnu/packages/python-web.scm (python-unalix): Delete variable. Fixes: guix/guix#4577 Change-Id: I842a022d7b48ac0bb0dcae4014fa3e12fe40d982
2025-12-30gnu: Remove python-climin.Sharlatan Hellseher
* gnu/packages/python-science.scm (python-climin): Delete variable. Fixes: guix/guix#4556 Change-Id: I8e26118c854a6ece21a5d8946a30812b626dc52e
2025-12-30gnu: python-lenstronomy: Skip one more test.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-lenstronomy)[arguments] <test-flags>: Skip one more shaky test. Change-Id: I16749000c6a6fe6463a33018e277e701aec6faa8
2025-12-30gnu: python-viresclient: Update to 0.14.0.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-viresclient): Update to 0.14.0. [propagated-inputs]: Add python-h5py. Change-Id: I5961a7a96938d3d8aad12b7b697b20b0d3113583
2025-12-30gnu: python-sbpy: Update to 0.6.0.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-sbpy): Update to 0.6.0. Re arrange fields order. [arguments] <phases>: Remove 'set-home-env; add 'pre-check. [native-inputs]: Add python-setuptools. Change-Id: I806c87a2e4d4c3bf851a25372ec0adafd0897fe1
2025-12-30gnu: python-regularizepsf: Update to 1.1.1.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-regularizepsf): Update to 1.1.1. Change-Id: Ia8546d79493816d297269cb79e984a171e6dc4fa
2025-12-30gnu: python-glue-vispy-viewers: Update to 1.3.0.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-glue-vispy-viewers): Update to 1.3.0. Change-Id: I9551f531ec44f6dff9d140966a9cc69d0696a80a
2025-12-30gnu: python-glue-qt: Update to 0.4.1.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-glue-qt): Update to 0.4.1. Change-Id: Icc7f7012effaa7cbbc1595e117b6ebcf3452a4e2
2025-12-30gnu: python-eventio-1: Relax requirements.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-eventio-1)[arguments] <phases>: Add 'relax-requirements. Change-Id: I4831d9a4ca73cb40dd6140999269a61e92e6be2b
2025-12-30gnu: python-edps: Update to 1.7.0.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-edps): Update to 1.7.0. Change-Id: I3ad3008e0c07e2072dc8470fa5b1dc3804cf4ddf
2025-12-30gnu: python-astromartini: Update to 2.1.13.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-astromartini): Update to 2.1.13. [propagated-inputs]: Add python-gizmo-analysis, python-swiftgalaxy, python-swiftsimio, and python-utilities-awetzel. Change-Id: I76c1a275fc4ba4abca53c3d91080775d58682ba1
2025-12-30gnu: Add python-gizmo-analysis.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-gizmo-analysis): New variable. Change-Id: I7f21d3a3040fd4a5449f2b8f46aed1dcaa92e1a9
2025-12-30gnu: Add python-utilities-awetzel.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-utilities-awetzel): New variable. Change-Id: I708abad27cc85264f6e788d529cebd1a9fad2a3b
2025-12-30gnu: Add python-swiftgalaxy.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-swiftgalaxy): New variable. Change-Id: I9f45a1b665b19145bc08787bcec3584ec0efbad5
2025-12-30gnu: Add python-swiftsimio.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-swiftsimio): New variable. Change-Id: Iddd658ae8e79694c9074238080a5bff0460b6b14
2025-12-30gnu: phd2: Update to 2.6.14.Sharlatan Hellseher
* gnu/packages/astronomy.scm (phd2): Update to 2.6.14. Change-Id: I858fbebf3569629e8d923c1b02df781e2cba77f6
2025-12-30gnu: splash: Update to 3.11.7.Sharlatan Hellseher
* gnu/packages/astronomy.scm (splash): Update to 3.11.7. Change-Id: Ic82067037229c08d7c684d0ffbeadef2f551ea9d
2025-12-30gnu: python-sunpy-soar: Update to 1.12.0.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-sunpy-soar): Update to 1.12.0. [arguments] <test-flags>: Remove non existed ignored test from the list. <phases>: Keep 'sanity-check; remove 'set-home-env; add 'pre-check. [propagated-inputs]: Remove python-matplotlib. [native-inputs]: Remove python-wheel; add python-matplotlib. Change-Id: I91fff5657003edac63f94e565546eabd1ae16b2e
2025-12-30gnu: python-pynbody: Update to 2.4.0.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-pynbody): Update to 2.4.0. [arguments] <test-flags>: Skip some more tests requiring remove data. [propagated-inputs]: Add python-osfclient. [home-page]: Fix URL "Pynbody documentation may now be found at pynbody.readthedocs.io. If you are still using v1.x, the documentation is archived at pynbody.readthedocs.io/v1-docs." Change-Id: I8549e4c5a3223bc1ee1b9cb0913b47b659af4fd7
2025-12-30gnu: Add python-osfclient.Sharlatan Hellseher
* gnu/packages/python-science.scm (python-osfclient): New variable. Change-Id: I236ee7e8f56758fbd75b8b83f67161f37d812e6e
2025-12-30gnu: celestia-content: Update to 0.0.0-3.b6d3daa.Sharlatan Hellseher
* gnu/packages/astronomy.scm (celestia-content): Update to b6d3daa2260cdbd251336264eb62334a4d6e62c6 commit. Change-Id: I3f7889f0923a3212c0dafd955e13f58f881f8879
2025-12-30gnu: python-eventio: Update to 2.1.0.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-eventio): Update to 2.1.0. [arguments] <phases>: Remove 'relax-gcc-14-strictness. Change-Id: I8cad66ef889b2f7f72acc943a354bd1469d2d3ac
2025-12-30gnu: python-czml3: Update to 3.1.0.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-czml3): Update to 3.1.0. Change-Id: I15a1bddb69f2dd0e9487ffbe10fe51bdbc0ea6f8
2025-12-30gnu: python-pixell: Update to 0.31.7.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-pixell): Update to 0.31.7. [propagated-inputs]: Remove python-h5py and python-pyyaml; add python-ephem. [native-inputs]: Add python-h5py and python-pyyaml. Change-Id: I2a46db901b07dd60b6fed3925eb47a676614ef6d
2025-12-30gnu: indi: Update to 2.1.7.Sharlatan Hellseher
* gnu/packages/astronomy.scm (indi): Update to 2.1.7. Change-Id: I5a226d90642aa109912d363f7ed3bf8d05312097
2025-12-30gnu: python-lenstronomy: Update to 1.13.3.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-lenstronomy): Update to 1.13.3. Change-Id: Ie46fe7cd59bd5252c3ecbe2ceee0c3722a773b20
2025-12-30gnu: python-corsikaio: Update to 0.6.1.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-corsikaio): Update to 0.6.1. [propagated-inputs]: Add python-zstandard. Change-Id: I46c4c1f6d3b3039960e919be96fa255410b6f05b
2025-12-30gnu: python-colossus: Update to 1.3.10-0.4c9d0e5.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-colossus): Update to 4c9d0e54969e531c1b9a7120b0e752c77b1f404a commit. [arguments] <test-flags>: Run all tests. [native-inputs]: Add python-lenstronomy-minimal. Change-Id: I625a5a7c244dbc86f900454a6ba68201f601a944
2025-12-30gnu: python-pysiaf: Update to 0.25.0.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-pysiaf): Update to 0.25.0. [arguments] <test-flags>: Run tests in a single thread, they are not too many. [native-inputs]: Remove python-pytest-xdist and python-wheel. Change-Id: Ia874e6cd6c0e76e6cba6dfc03d79ac634b0f7665
2025-12-30gnu: python-healpy: Update to 1.19.0.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-healpy): Update to 1.19.0. [propagated-inputs]: Remove python-colorlog. [native-inputs]: Remove python-wheel. Change-Id: I1329d0f5dc1917a3c19b3adbed864f15ba9d4fd4
2025-12-30gnu: python-sunpy: Update to 7.0.4.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-sunpy): Update to 7.0.4. Change-Id: Ic040dfd48da9b975d1d765734c0ab8c8441f6b74
2025-12-30gnu: python-cdflib: Update to 1.3.7.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-cdflib): Update to 1.3.7. [source] <url>: Fix permanent redirection. [arguments] <phases>: Add 'fix-pytest-config. [native-inputs]: Remove python-pytest-cov. [home-page]: Fix permanent redirection. Change-Id: I86c72969afb0c96ad5207f18490af69475857bd3
2025-12-30gnu: python-synphot: Update to 1.6.1.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-synphot): Update to 1.6.1. [arguments] <test-flags>: Switch to ignore warning option instead of skipping 20 tests. [native-inputs]: Remove python-wheel. Change-Id: Ie7a5883c8220f06b380d72b441fb3168d6c309c7
2025-12-30gnu: python-gwcs: Update to 0.26.1.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-gwcs): Update to 0.26.1. Change-Id: Idbe3c645648be130f36ee82f15d55a2e80e795e1
2025-12-30gnu: python-astropy-iers-data: Update to 0.2025.12.15.0.40.51.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-astropy-iers-data): Update to 0.2025.12.15.0.40.51. Change-Id: I88419be3af6fdba7a73494ecfadc19d8a1fc4c3e