Ricardo Wurmus
2d4888b791
gnu: inspekt3d: Simplify snippet.
...
* gnu/packages/engineering.scm (inspekt3d)[source]: Simplify snippet.
2023-04-24 09:52:29 +02:00
Ricardo Wurmus
9b381235e0
gnu: libfive: Update to 0-5.b1ea998.
...
* gnu/packages/engineering.scm (libfive): Update to 0-5.b1ea998.
[arguments]: Set HOME variable to fix autocompilation; set GUILE_CCACHE_DIR to
override default target directory for compiled Guile files; add phases
'fix-library-location and 'install-scm-files.
2023-04-24 09:51:44 +02:00
John Kehayias
0094b2b25f
gnu: python-sure: Update to 2.0.1.
...
* gnu/packages/python-xyz.scm (python-sure): Update to 2.0.1.
[native-inputs]: Add python-rednose.
2023-04-24 00:25:34 -04:00
John Kehayias
519694209e
gnu: python-boltons: Update to 23.0.0.
...
* gnu/packages/python-xyz.scm (python-boltons): Update to 23.0.0.
2023-04-24 00:18:50 -04:00
John Kehayias
ee40b6684c
gnu: python-pynndescent: Update to 0.5.10.
...
* gnu/packages/machine-learning.scm (python-pynndescent): Update to 0.5.10.
2023-04-23 23:59:22 -04:00
John Kehayias
6b9e3f0dd1
gnu: python-configargparse: Update to 1.5.3.
...
* gnu/packages/python-xyz.scm (python-configargparse): Update to 1.5.3.
[build-system]: Switch to pyproject-build-system.
[arguments]: Remove previous 'check' phase.
[native-inputs]: Add python-mock and python-pytest, remove python-pyyaml.
2023-04-23 23:39:32 -04:00
Leo Famulari
a70e9378cd
gnu: python-scikit-learn: Update to 1.2.2.
...
* gnu/packages/machine-learning.scm (python-scikit-learn): Update to 1.2.2.
2023-04-23 22:52:02 -04:00
Leo Famulari
94f0b9f6bf
gnu: python-joblib: Update to 1.1.1.
...
* gnu/packages/python-xyz.scm (python-joblib): Update to 1.1.1.
2023-04-23 22:51:58 -04:00
John Kehayias
779575cb33
gnu: python-ecdsa: Fix faulty commit.
...
Fix previous commit, which did not properly add the test to be skipped and
repeated the existing skipped test. There is only one new test to be skipped.
* gnu/packages/python-crypto.scm (python-ecdsa)[arguments]: In the 'check'
phase, properly format the string for skipped tests.
2023-04-23 20:59:36 -04:00
John Kehayias
94a2e94a26
gnu: python-ecdsa: Skip two failing tests.
...
* gnu/packages/python-crypto.scm (python-ecdsa)[arguments]: In 'check' phase,
skip a couple more tests.
2023-04-23 20:48:20 -04:00
Leo Famulari
4e0186ec7f
gnu: libmediainfo and mediainfo: Update to 23.03.
...
* gnu/packages/video.scm (libmediainfo, mediainfo): Update to 23.03.
2023-04-23 20:36:13 -04:00
Leo Famulari
a0b2b4f1e9
gnu: libmediainfo and mediainfo: Fix build.
...
* gnu/packages/video.scm (libmediainfo, mediainfo)[arguments]: Add a shebang to
the autogen.sh script in the 'change-to-build-dir' phases.
2023-04-23 20:36:13 -04:00
Leo Famulari
5bcf10867d
gnu: eyed3: Update to 0.9.7.
...
* gnu/packages/mp3.scm (eyed3): Update to 0.9.7.
[propagated-inputs]: Remove python-grako, python-magic, and python-pathlib.
2023-04-23 20:36:13 -04:00
Leo Famulari
70117d55f5
gnu: OpenImageIO: Use the correct source hash.
...
This is a followup to commit 5fda088fb1
* gnu/packages/graphics.scm (openimageio)[source]: Fix the hash.
2023-04-23 20:34:57 -04:00
Leo Famulari
5fda088fb1
gnu: OpenImageIO: Update to 2.2.21.0.
...
This fixes the build with GCC 11.
* gnu/packages/graphics.scm (openimageio): Update to 2.2.21.0.
2023-04-23 19:05:16 -04:00
Leo Famulari
186e516400
gnu: OpenColorIO: Fix build with GCC 11.
...
* gnu/packages/patches/opencolorio-fix-build-with-gcc11.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/image-processing.scm (opencolorio)[source]: Use it.
2023-04-23 19:05:15 -04:00
Leo Famulari
2a8e92f2d9
gnu: shotwell: Fix build.
...
* gnu/packages/gnome.scm (shotwell)[native-inputs]: Add vala.
2023-04-23 19:05:15 -04:00
Ricardo Wurmus
bdd48e3cb9
gnu: liblinphone: Restore special openldap variant.
...
This is a partial revert of commit f2166cface
.
* gnu/packages/openldap.scm (openldap-for-linphone): Restore this variable.
* gnu/packages/linphone.scm (liblinphone)[inputs]: Replace openldap with
openldap-for-linphone.
2023-04-24 00:12:41 +02:00
John Kehayias
bacee2da69
gnu: python-ledgerblue: Disable tests.
...
* gnu/packages/finance.scm (python-ledgerblue)[arguments]: Disable
tests (there are none).
2023-04-23 17:07:40 -04:00
Ludovic Courtès
e6a88bcf16
gnu: python-django@3.2: Update to 3.2.18.
...
Fixes the 'test_custom_fields' failure:
9da46345d8
* gnu/packages/django.scm (python-django-3.2): Update to 3.2.18.
2023-04-23 22:40:51 +02:00
Brian Cully
f16a99df2e
gnu: libraft: Disable test that requires connectivity.
...
* gnu/packages/cluster.scm (libraft): remove test_uv_tcp_connect.c
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-04-23 22:40:51 +02:00
Brian Cully
2870fd77ea
gnu: swappy: Add gettext input.
...
* gnu/packages/image.scm (swappy) [inputs]: Add gettext-minimal.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-04-23 22:40:51 +02:00
Ludovic Courtès
bc36da1426
gnu: python-pydevd: Skip three failing tests.
...
* gnu/packages/python-xyz.scm (python-pydevd)[arguments]: In 'check'
phase, skip a couple more tests.
2023-04-23 22:40:51 +02:00
Andreas Enge
d7ec2805fb
Merge remote-tracking branch 'origin/master' into core-updates
2023-04-23 22:21:00 +02:00
Ricardo Wurmus
480a125bde
gnu: geda-gaf: Add gdk-pixbuf.
...
This is used for supporting various image formats.
* gnu/packages/engineering.scm (geda-gaf)[inputs]: Add gdk-pixbuf.
2023-04-23 20:59:37 +02:00
Ricardo Wurmus
772e4b6739
gnu: geda-gaf: Drop input labels.
...
* gnu/packages/engineering.scm (geda-gaf)[inputs]: Drop labels.
2023-04-23 20:59:12 +02:00
Ricardo Wurmus
ea24609b61
gnu: geda-gaf: Use G-expressions.
...
* gnu/packages/engineering.scm (geda-gaf)[arguments]: Use G-expression to
remove the use of %build-inputs; also drop trailing #T from build phases.
2023-04-23 20:57:38 +02:00
Ricardo Wurmus
c7a0445655
gnu: emacs-emacsql-sqlite3: Update to 1.0.2-1.2113618.
...
* gnu/packages/emacs-xyz.scm (emacs-emacsql-sqlite3): Update to
1.0.2-1.2113618.
2023-04-23 20:01:35 +02:00
Ricardo Wurmus
178ce335d6
gnu: gcc-arm-none-eabi-7-2018-q2-update: Use G-expressions.
...
* gnu/packages/embedded.scm (gcc-arm-none-eabi-7-2018-q2-update)[arguments]:
Use G-expressions, just like the xgcc package; also remove trailing #T from
build phases.
2023-04-23 19:29:29 +02:00
Ricardo Wurmus
1b633a4082
gnu: gcc-arm-none-eabi-4.9: Use G-expression.
...
This change is necessary because the parent xgcc package uses G-expressions
for configure flags and phases.
* gnu/packages/embedded.scm (gcc-arm-none-eabi-4.9)[arguments]: Use
G-expressions; also remove trailing #T.
2023-04-23 19:29:29 +02:00
Ricardo Wurmus
e6994d7e3f
gnu: gcc-arm-none-eabi-4.9: Fix incompatible redeclaration.
...
* gnu/packages/patches/gcc-4.9-inline.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/embedded.scm (gcc-arm-none-eabi-4.9)[source]: Use it.
2023-04-23 19:29:25 +02:00
Petr Hodina
74e96c4cb1
gnu: Add lxi-tools.
...
* gnu/packages/hardware.scm (lxi-tools): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-04-23 19:00:54 +02:00
Petr Hodina
0fa6c6fdd3
gnu: Add liblxi.
...
* gnu/packages/hardware.scm (liblxi): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-04-23 19:00:54 +02:00
Karl Hallsby
44905f2795
gnu: webkitgtk: Update to 2.40.1 [security fixes].
...
Fixes CVE-2022-0108, CVE-2022-32885, CVE-2023-27932, CVE-2023-27954, and
CVE-2023-28205.
* gnu/packages/webkit.scm: Update to 2.40.1.
[source]: Remove obsolete patch.
* gnu/packages/patches/webkitgtk-libelogind.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Signed-off-by: Leo Famulari <leo@famulari.name>
2023-04-23 11:31:47 -04:00
Andy Tai
3575af7bdc
gnu: parallel: Update to 20230422
...
* gnu/packages/parallel.scm (parallel): Update to 22030422
Signed-off-by: Leo Famulari <leo@famulari.name>
2023-04-23 11:26:03 -04:00
Thomas Albers
ff9a60f68f
gnu: Add minipro.
...
* gnu/packages/electronics.scm (minipro): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
2023-04-23 11:23:51 -04:00
Andy Tai
2f18babcd3
gnu: gnucash: Update to 5.0.
...
* gnu/packages/gnucash.scm (gnucash): Update to 5.0.
[arguments]<phase>: Patch out unsupported tests. Remove references in
patching code to removed source files upstream.
* gnu/packages/gnucash.scm (gnucash-doc): Update to 5.0.
Signed-off-by: Leo Famulari <leo@famulari.name>
2023-04-23 11:16:49 -04:00
Fredrik Salomonsson
8541d09870
gnu: emacs-suneater-theme: Update to 2.3.0.
...
* gnu/packages/emacs-xyz.scm (emacs-suneater-theme): Update to 2.3.0.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-04-23 17:06:12 +02:00
Evgeny Pisemsky
86079683c2
gnu: Add emacs-gemini.
...
* gnu/packages/emacs-xyz.scm (emacs-gemini): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-04-23 17:06:11 +02:00
Christopher Howard
fd62a5d5c1
gnu: Add go-git-sr-ht-adnano-go-gemini.
...
* gnu/packages/golang.scm (go-git-sr-ht-adnano-go-gemini): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-04-23 17:06:11 +02:00
Nicolas Graves
5885e67164
gnu: Add lfs-s3.
...
* gnu/packages/version-control.scm (lfs-s3): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
2023-04-23 11:04:20 -04:00
Nicolas Graves
d29f4e48c1
gnu: Add go-github-com-aws-aws-sdk-go-v2-feature-s3-manager.
...
* gnu/packages/golang.scm (go-github-com-aws-aws-sdk-go-v2-feature-s3-manager): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
2023-04-23 11:04:20 -04:00
Nicolas Graves
6700ce56b9
gnu: Add go-github-com-aws-aws-sdk-go-v2-service-s3.
...
* gnu/packages/golang.scm (go-github-com-aws-aws-sdk-go-v2-service-s3): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
2023-04-23 11:04:20 -04:00
Nicolas Graves
97574b4ec6
gnu: git-lfs: Update to 3.3.0.
...
* gnu/packages/version-control.scm (git-lfs): Update to 3.3.0.
[arguments] Use gexp. Add phase fix-embed-x-net (publicsuffix/table.go doesn't
work with symlinked data).
[native-inputs] Add git-minimal. Add ruby-asciidoctor.
[propagated-inputs] Add go-github-com-xeipuuv-gojsonschema,
go-github-com-xeipuuv-gojsonreference, go-github-com-xeipuuv-gojsonpointer,
go-golang-org-x-net, go-golang.org-x-sync-semaphore,
go-github-com-ssgelm-cookiejarparser, go-github-com-rubyist-tracerx,
go-github-com-olekukonko-ts, go-github-com-leonelquinteros-gotext,
go-github-com-git-lfs-wildmatch-v2, go-github-com-git-lfs-pktline,
go-github-com-git-lfs-go-netrc, go-github-com-git-lfs-gitobj-v2,
go-github-com-dpotapov-go-spnego, go-github-com-avast-retry-go,
go-github-com-mattn-go-isatty, go-github-com-pkg-errors,
go-github-com-spf13-cobra.
Signed-off-by: Leo Famulari <leo@famulari.name>
2023-04-23 11:04:20 -04:00
Nicolas Graves
8e5b87f1d3
gnu: Add go-github-com-xeipuuv-gojsonschema.
...
* gnu/packages/golang.scm (go-github-com-xeipuuv-gojsonschema): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
2023-04-23 11:04:19 -04:00
Nicolas Graves
7f990f736c
gnu: Add go-github-com-xeipuuv-gojsonreference.
...
* gnu/packages/golang.scm (go-github-com-xeipuuv-gojsonreference): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
2023-04-23 11:04:19 -04:00
Nicolas Graves
6265c972be
gnu: Add go-github-com-xeipuuv-gojsonpointer.
...
* gnu/packages/golang.scm (go-github-com-xeipuuv-gojsonpointer): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
2023-04-23 11:04:19 -04:00
Nicolas Graves
95a24214d3
gnu: Add go-github-com-ssgelm-cookiejarparser.
...
* gnu/packages/golang.scm (go-github-com-ssgelm-cookiejarparser): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
2023-04-23 11:04:19 -04:00
Nicolas Graves
83bd748ce8
gnu: Add go-github-com-rubyist-tracerx.
...
* gnu/packages/golang.scm (go-github-com-rubyist-tracerx): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
2023-04-23 11:04:19 -04:00
Nicolas Graves
6bd07c4443
gnu: Add go-github-com-olekukonko-ts.
...
* gnu/packages/golang.scm (go-github-com-olekukonko-ts): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
2023-04-23 11:04:18 -04:00