summaryrefslogtreecommitdiff
path: root/gnu/packages/textutils.scm
AgeCommit message (Collapse)Author
2025-02-26gnu: oniguruma: Update to 6.9.10.Ashish SHUKLA
* gnu/packages/textutils.scm (oniguruma): Update to 6.9.10. Change-Id: I15634b075fbe5c3528f749c92fcbe2ae331850a5 Signed-off-by: Christopher Baines <[email protected]>
2025-01-24gnu: vale: Update to 3.9.4.Sharlatan Hellseher
* gnu/packages/textutils.scm: Add (gnu packages golang). (vale): Update to 3.9.4. [source] <snippet>: Remove it. [arguments] <go>: Use go-1.23. <test-flags>: Skip just 3 tests. <test-subdirs>: Test the whole code base by starting from import-path. [native-inputs]: Remove go-github-com-karrick-godirwalk and go-github-com-mholt-archiver-v3; add go-github-com-jdkato-go-tree-sitter-julia, go-github-com-pelletier-go-toml-v2, go-github-com-smacker-go-tree-sitter, go-github-com-stretchr-testify, and go-github-com-tomwright-dasel-v2. Change-Id: Ic13b52caa92f6ba2fcd2f34f74b5a599773c5254
2025-01-21gnu: vale: Simplify.Sharlatan Hellseher
* gnu/packages/textutils.scm (vale): Simplify. [arguments] <test-flags>: Move skipped tests here. <phases>: Use default 'check, add 'pre-check. Change-Id: I133f6c6763d4643b595ffddec85a3bf7ad1d24fe
2025-01-21gnu: packages/textutils: Remove golang module.Sharlatan Hellseher
* gnu/packages/textutils.scm: As all Golang dependencies were shifted to corresponded submodules, remove not required "golang" module from used ones. Change-Id: Ied355422df939ee21199eb4a86405685b15d5dd4
2025-01-05gnu: Fix whitespace issues in various descriptions.Gabriel Wicki
This mainly addresses `double-space after sentence end period' and `trailing white space' issues. * gnu/packages/audio.scm (ecasound): Fix description. * gnu/packages/axoloti.scm (ksoloti-runtime, ksoloti-patcher): Fix description. * gnu/packages/bioinformatics.scm (trf, ghc-int-interval-map): Fix description. * gnu/packages/chez.scm (chez-scheme, chez-scheme-bootstrap-bootfiles): Fix description. * gnu/packages/code.scm (cscope): Fix description. * gnu/packages/compression.scm (c-blosc): Fix description. * gnu/packages/connman.scm (connman): Fix description. * gnu/packages/crypto.scm (libxcrypt): Fix description. * gnu/packages/display-managers.scm (abstractdark-sddm-theme): Fix description. * gnu/packages/docker.scm (docker-registry): Fix description. * gnu/packages/freedesktop.scm (xdg-user-dirs): Fix description. * gnu/packages/game-development.scm (deutex, grfcodec): Fix description. * gnu/packages/games.scm (chroma): Fix description. * gnu/packages/geo.scm (xygrib): Fix description. * gnu/packages/gnunet.scm (gnunet-scheme): Fix description. * gnu/packages/ipfs.scm (go-github-com-ipfs-go-block-format): Fix description. * gnu/packages/kodi.scm (fstrcmp): Fix description. * gnu/packages/machine-learning.scm (vosk-api): Fix description. * gnu/packages/messaging.scm (biboumi): Fix description. * gnu/packages/music.scm (sooperlooper, samplebrain): Fix description. * gnu/packages/perl.scm (perl-file-readbackwards): Fix description. * gnu/packages/rocm.scm (rocm-bandwidth-test): Fix description. * gnu/packages/scanner.scm (sane-airscan): Fix description. * gnu/packages/security-token.scm (pkcs11-helper): Fix description. * gnu/packages/shellutils.scm (shell-functools): Fix description. * gnu/packages/textutils.scm (catdoc): Fix description. * gnu/packages/tor.scm (tor): Fix description. * gnu/packages/xdisorg.scm (xftwidth, xwallpaper): Fix description. * gnu/packages/xfce.scm (xfce4-volumed-pulse): Fix description. Change-Id: I911836d66eb780c0fa279e3aebf9d7fbd53bf00a Signed-off-by: Vagrant Cascadian <[email protected]>
2025-01-05gnu: Fix various style issues in descriptions.Gabriel Wicki
* gnu/packages/astronomy.scm (python-ads): Fix description. * gnu/packages/crates-io.scm (rust-is-debug-1): Fix description. * gnu/packages/haskell-xyz.scm (ghc-ordered-containers): Fix description. * gnu/packages/tex.scm (texlive-stex): Fix description. * gnu/packages/textutils.scm bibutils): Fix description. * gnu/packages/xml.scm (perl-libxml): Fix description. Change-Id: I765a5326180cfa31ca1a1727d4da2b1f6a05faa0 Signed-off-by: Vagrant Cascadian <[email protected]>
2024-12-30gnu: miller: Update to 6.13.0.Artyom V. Poptsov
* gnu/packages/textutils.scm (miller): Update to 6.13.0. Change-Id: I45f395abead0408f222e22ad0f23f4d603d9bb5f
2024-11-09gnu: build/go: Apply default 'fix-embed-files phase.Sharlatan Hellseher
These changes remove redundant phases where files, requiring to be embed during build or check phases, are copied to the build directory as proposed in <https://issues.guix.gnu.org/73299>. * gnu/packages/backup.scm (restic-rest-server) [arguments]: <#:phases>: Remove 'fix-embed-files phase. * gnu/packages/configuration-management.scm (chezmoi): Likewise. * gnu/packages/packages/golang-build.scm (go-github-com-golang-protobuf): Likewise. * gnu/packages/golang-web.scm (go-github-com-go-openapi-loads, go-github-com-go-openapi-runtime, go-github-com-golang-groupcache): Likewise. * gnu/packages/golang-xyz.scm (go-github-com-dgraph-io-badger): Likewise. * gnu/packages/golang.scm (go-github-com-ssgelm-cookiejarparser): Likewise. * gnu/packages/ipfs.scm (go-github-com-ipfs-go-ds-badger, go-github-com-libp2p-go-libp2p, kubo): Likewise. * gnu/packages/irc.scm (soju): Likewise. * gnu/packages/networking.scm (nebula): Likewise. * gnu/packages/prometheus.scm (go-github-com-nbrownus-go-metrics-prometheus, go-github-com-prometheus-client-golang, go-github-com-prometheus-common, go-github-com-prometheus-common-sigv4, go-github-com-prometheus-exporter-toolkit, go-github-com-prometheus-statsd-exporter): Likewise * gnu/packages/version-control.scm (git-lfs): Likewise. * gnu/packages/web.scm (miniflux): Likewise. * gnu/packages/golang-crypto.scm (go-filippo-io-age): [arguments]: <#:phases>: Remove 'copy-input-to-vendor-direcotyr and 'remove-vendor-directory phases. * gnu/packages/golang-web.scm (go-github-com-go-openapi-analysis, go-github-com-go-openapi-analysis, go-github-com-go-openapi-validate): Likewise. * gnu/packages/golang.scm (go-github-com-charmbracelet-glamour): Likewise. * gnu/packages/textutils.scm (vale): Likewise. Change-Id: Ic2ec01c8caf86f3ae69d7a1812c1e0b78a549e91
2024-09-19gnu: goawk: Update to 1.29.0.Ashish SHUKLA via Guix-patches via
* gnu/packages/textutils.scm (goawk): Update to 1.29.0. Change-Id: Iea00b891590f29858b5f558ed5a6ab685c52a766 Signed-off-by: Zheng Junjie <[email protected]>
2024-09-18gnu: goawk: Update to 1.28.0.Ashish SHUKLA via Guix-patches via
* gnu/packages/textutils.scm (goawk): Update to 1.28.0. Change-Id: I14234c1a268b4121d8d3fb762766ab75b222692d Signed-off-by: Zheng Junjie <[email protected]>
2024-08-29gnu: uniutils: Use GEXPs.Artyom V. Poptsov
* gnu/packages/textutils.scm (uniutils): Use GEXPs. Change-Id: I9e59018b41820778b92e69aad2f64c715986c4e9 Signed-off-by: Zheng Junjie <[email protected]>
2024-08-29gnu: uniutils: Update to 2.28.Artyom V. Poptsov
* gnu/packages/textutils.scm (uniutils): Update to 2.28. [source]: Change HTTP to HTTPS in the URI. Change-Id: I8c01c6021bf9f28c2bd9a6039ff26a8dc5e4dd16 Signed-off-by: Zheng Junjie <[email protected]>
2024-08-29gnu: ascii2binary: Fix cross-compilation.Zheng Junjie
* gnu/packages/textutils.scm (ascii2binary): Fix cross-compilation. [native-inputs]: Add autoconf, automake. [arguments]: Add fix-rpl_malloc phase. Change-Id: Iefaca353490a17f9263431f60db33218a22e914c
2024-08-14gnu: Add goawk.Paul A. Patience
* gnu/packages/gawk.scm (goawk): New variable. Co-authored-by: Ashish SHUKLA <[email protected]> Signed-off-by: Sharlatan Hellseher <[email protected]> Change-Id: I4011e97962b23bab10c516c7d4d2b25f92330f9d
2024-07-22gnu: vale: Update to 3.4.2.Sharlatan Hellseher
* gnu/packages/textutils.scm (vale): Update to 3.4.2. [source]: Change snippets removing vendored modules as they are not provided any more, to one adjusting module import path. [arguments]: <#:phases>: Add 'disable-failing-tests, 'copy-input-to-vendor-directory and 'remove-vendor-directory phases. Use custom 'check phase. [native-inputs]: Remove go-github-com-fatih-color, go-github-com-mitchellh-go-homedir, go-github-com-spf13-afero, go-github-com-urfave-cli, and go-gopkg-in-ini-v1; add go-github-com-masterminds-sprig-v3, go-github-com-adrg-strutil, go-github-com-adrg-xdg, go-github-com-bmatcuk-doublestar-v4, go-github-com-d5-tengo-v2, go-github-com-errata-ai-ini, go-github-com-errata-ai-regexp2, go-github-com-expr-lang-expr, go-github-com-jdkato-twine, go-github-com-karrick-godirwalk, go-github-com-mholt-archiver-v3, go-github-com-niklasfasching-go-org, go-github-com-otiai10-copy, go-github-com-pterm-pterm, go-github-com-remeh-sizedwaitgroup, go-github-com-spf13-pflag, go-golang-org-x-exp, and go-golang-org-x-sys. Change-Id: Ie378b419e34a924a5f1c8b383b029706d9846216
2024-07-15gnu: Remove go-github-com-errata-ai-vale.Sharlatan Hellseher
* gnu/packages/textutils.scm (go-github-com-errata-ai-vale): Delete variable. Change-Id: I457b50a280481792804e1a45703ac55b482e5029
2024-07-15gnu: Remove go-github-com-aswinkarthik-csvdiff.Sharlatan Hellseher
* gnu/packages/textutils.scm (go-github-com-aswinkarthik-csvdiff): Delete variable. Change-Id: I582399e8decbe82445b82d3e69dceeb743829ee4
2024-07-15gnu: packages/golang: Set default go version to 1.21.Sharlatan Hellseher
Golang versions 1.17 (02 Aug 2022), 1.18 (01 Feb 2023), 1.19 (06 Sep 2023) and 1.20 (06 Feb 2024) are EOL <https://endoflife.date/go>. These changes set preferable default version to the minimal currently maintained one e.g. 1.21 * gnu/packages/golang.scm (go): Set default to go-1.21, add annotation for the future maintenance. Remove field <#:go> setting Golang version to go-1.18, go-1.19, 1.20 and 1.21: * gnu/packages/admin.scm * gnu/packages/configuration-management.scm * gnu/packages/databases.scm * gnu/packages/disk.scm * gnu/packages/education.scm * gnu/packages/file-systems.scm * gnu/packages/finance.scm * gnu/packages/golang-check.scm * gnu/packages/golang-crypto.scm * gnu/packages/golang-web.scm * gnu/packages/golang-xyz.scm * gnu/packages/golang.scm * gnu/packages/high-availability.scm * gnu/packages/ipfs.scm * gnu/packages/irc.scm * gnu/packages/messaging.scm * gnu/packages/networking.scm * gnu/packages/syncthing.scm * gnu/packages/textutils.scm * gnu/packages/time.scm * gnu/packages/version-control.scm * gnu/packages/video.scm Change-Id: Ieba6a5d7a18423f838d14c02ad55a2ba9c8559eb
2024-06-29gnu: Remove go-golang-org-x-net-html.Sharlatan Hellseher
golang.org/x/net is distributed as a single module according to provided go.mod file. This changes remove the last reference to golang.org/x/net/html. * gnu/packages/golang-build.scm (go-golang-org-x-net) [propagated-inputs]: Add go-golang-org-x-sys, go-golang-org-x-term and go-golang-org-x-text. (go-golang-org-x-net-html): Remove variable. * gnu/packages/version-control.scm (ghq) [inputs]: Remove go-golang-org-x-net-html. Add go-golang-org-x-net. * gnu/packages/textutils.scm (vale) [inputs]: Remove go-golang-org-x-net-html. Add go-golang-org-x-net. Change-Id: Ic275f2f7ccd145edfd376d65bd24599a550e849a
2024-05-14gnu: utf8proc: fix cross-compilation.Zheng Junjie
* gnu/packages/textutils.scm (utf8proc): fix cross-compilation. [arguments]<#:make-flags>: Use CC-FOR-TARGET. <#:phases>: When cross-compilation, Get test data from native-inputs. Change-Id: I42699e62f28585cc215a8843b5daad9c52af44c9
2024-04-12gnu: go-github-com-gobwas-glob: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/syncthing.scm (go-github-com-gobwas-glob): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. * gnu/packages/textutils.scm: Remove (gnu packages syncthing) module. Change-Id: I131830e6edcdb666aeb3cd9bbdf6982df938ccd4
2024-04-09gnu: vale: Unbundle more packages.Sharlatan Hellseher
* gnu/packages/textutils.scm (vale): [source]: Remove more vendored modules. [native-inputs]: Add go-github-com-fatih-color, go-github-com-gobwas-glob, go-github-com-mitchellh-go-homedir, go-github-com-yuin-goldmark, go-golang-org-x-net-html, go-gopkg-in-ini-v1, and go-gopkg-in-yaml-v2. Change-Id: Ia7e87888fd286b54157382d01c8a3ca8475e3cb0
2024-04-09gnu: vale: Refresh package style.Sharlatan Hellseher
* gnu/packages/textutils.scm (vale): [source]: Remove some packaged module from vendor. [arguments]: Move above native-inputs. Swap to list style, do not install source. [description]: Fix indentation. Change-Id: I3efbffc74e76ba2c88467bfc7e79b06d4d05ee18
2024-04-09gnu: csvdiff: Adjust inputs.Sharlatan Hellseher
* gnu/packages/textutils.scm (csvdiff): Adjust inputs. [arguments]: Swap to list style, do not install sources. [native-inputs]: Swap from propagated-inputs to native-inputs. Remove indirect Golang modules: go-github-com-mattn-go-colorable, go-github-com-oneofone-xxhash, go-github-com-spaolacci-murmur3, and go-golang-org-x-sys. Change-Id: I903d8869b8c468c15a2e78a565bcaaf34594e34b
2024-04-09gnu: Add miller.Wilko Meyer
* gnu/packages/textutils.scm (miller): New variable. Signed-off-by: Sharlatan Hellseher <[email protected]> Change-Id: Ic381b5e28e561382c49f843aa1baadf2d2d6f294
2024-04-06gnu: go-github-com-mattn-go-colorable: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-mattn-go-colorable): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. * gnu/packages/textutils.scm: Add (gnu packages golang-xyz) module. Change-Id: I7a9763ebd498e071b17abbde838a7cbf8fc891de
2024-04-05gnu: Add java-autocomplete.Ricardo Wurmus
* gnu/packages/textutils.scm (java-autocomplete): New variable. Change-Id: Ied62d45ab53fca84d448652cce5e82d971f41703
2024-04-05gnu: java-rsyntaxtextarea: Update to 3.4.0.Ricardo Wurmus
* gnu/packages/textutils.scm (java-rsyntaxtextarea): Update to 3.4.0. [arguments]: Disable tests; provide source-dir and test-dir; disable 'start-xorg-server phase. [native-inputs]: Remove java-junit. Change-Id: I5fbf635bc4f0a6a13ed2db4f42080ea5640f4781
2024-04-01gnu: java-rsyntaxtextarea: Install resources.Ricardo Wurmus
* gnu/packages/textutils.scm (java-rsyntaxtextarea)[arguments]: Enable tests; install resources. [native-inputs]: Add xorg-server-for-tests. Change-Id: If7c89bc6a38058b9cccd74012fa9b5ba14d560d6
2024-02-13gnu: go-golang-org-x-sys: Move to golang-build.Sharlatan Hellseher
* gnu/packages/golang.scm (go-golang-org-x-sys): Move from here ... * gnu/packages/golang-build.scm: ... to here. * gnu/packages/curl.scm: Add (gnu packages golang-build) module. * gnu/packages/databases.scm: As above. * gnu/packages/docker.scm: As above. * gnu/packages/golang-build.scm: As above. * gnu/packages/golang.scm: As above. * gnu/packages/irc.scm: As above. * gnu/packages/linux.scm: As above. * gnu/packages/password-utils.scm: As above. * gnu/packages/syncthing.scm: As above. * gnu/packages/textutils.scm: As above. * gnu/packages/vpn.scm: As above. * gnu/packages/weather.scm: As above. * gnu/packages/web.scm: As above. Change-Id: I161e89cacb9aa87b4fbb643ecd9ad32cfe49c9d7
2024-02-09gnu: vale: Remove package labeles.Sharlatan Hellseher
* gnu/packages/textutils.scm (vale) [native-inputs]: Remove labeles. Change-Id: Id6ac7bcf26b90291b2ec9de18cde8078f6f8f115
2024-02-09gnu: Deprecate the go-github-com-errata-ai-vale variable.Sharlatan Hellseher
* gnu/packages/ipfs.scm (go-github-com-errata-ai-vale): Rename to "vale". (go-github-com-errata-ai-vale): Define as deprecated by "vale". Change-Id: I3c715a36295cd52e36b16e99f39455b7ad961743
2024-02-09gnu: packages: textuitils: Sort use-module alphabetically.Sharlatan Hellseher
* gnu/packages/textutils.scm: Sort use-module alphabetically to ease maintenance. Change-Id: Ia698a0b3e137ce2fc2f68d0206d209649acdad5e
2024-02-09gnu: dos2unix: Update to 7.5.2.Timotej Lazar
* gnu/packages/textutils.scm (dos2unix): Update to 7.5.2. Change-Id: I8b27da05c0780fe942fe19f00766cd2772c66bc0 Signed-off-by: Sharlatan Hellseher <[email protected]>
2024-01-28gnu: go-github-com-cespare-xxhash: Move to (gnu packages golang-crypto).Sharlatan Hellseher
* gnu/packages/syncthing.scm (go-github-com-cespare-xxhash): Move from here ... * gnu/packages/golang-crypto.scm: ... to here. * gnu/packages/textutils.scm: Add (gnu packages golang-crypto) to used modules. Change-Id: Ic72cf6c4770cd3f03cc2e27c3455632ee16e7c09
2024-01-07gnu: txt2tags: Update to 3.9.kiasoc5
* gnu/packages/textutils.scm (txt2tags): Update to 3.9. Change-Id: Ia825f5807c87941504feffdb317594f5b1fa62ef Signed-off-by: Mathieu Othacehe <[email protected]>
2023-11-25gnu: odt2txt: Fix cross-compilation.Zheng Junjie
* gnu/packages/textutils.scm (odt2txt): Fix cross-compilation. [arguments]: Use Gexp and CC-FOR-TARGET. Change-Id: I0a81e601813da0e4b2accaf835e3ea774b742df8 Signed-off-by: Mathieu Othacehe <[email protected]>
2023-11-25gnu: nkf: Fix cross-compilation.Zheng Junjie
* gnu/packages/textutils.scm (nkf): Fix cross-compilation. [arguments]: Use gexp and CC-FOR-TARGET. Change-Id: Idd2cbdd89d4ce2feb484a6005e06f1eba491feea Signed-off-by: Mathieu Othacehe <[email protected]>
2023-10-22gnu: go-github-com-stretchr-testify: Move to (gnu packages golang-check).Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-stretchr-testify): Move from here... * gnu/packages/golang-check.scm: ...to here. * gnu/packages/databases.scm: Add (gnu packages golang-check) module. * gnu/packages/education.scm: As above... * gnu/packages/ipfs.scm: As above... * gnu/packages/irc.scm: As above... * gnu/packages/mail.scm: As above... * gnu/packages/textutils.scm: As above... * gnu/packages/version-control.scm: As above... Signed-off-by: Maxim Cournoyer <[email protected]>
2023-09-30gnu: utfcpp: Update to 3.2.5.Hilton Chain
* gnu/packages/textutils.scm (utfcpp): Update to 3.2.5. Signed-off-by: Christopher Baines <[email protected]>
2023-09-25gnu: dos2unix: Update to 7.5.1.Timotej Lazar
* gnu/packages/textutils.scm (dos2unix): Update to 7.5.1. Signed-off-by: Christopher Baines <[email protected]>
2023-09-01gnu: utfcpp: Update to 3.2.4.Reza Housseini
* gnu/packages/textutils.scm (utfcpp): Update to 3.2.4. [snippet]: Unbundle ftest. [arguments]: Remove field. [native-inputs]: Add ftest. * gnu/packages/games.scm (warzone2100)[#:phases]: Adjust 'fix-utfcpp-include. * gnu/packages/video.scm (mkvtoolnix)[#:phases]: Add 'fix-utfcpp-include. Co-authored-by: Hilton Chain <[email protected]> Signed-off-by: Hilton Chain <[email protected]>
2023-08-13gnu: ack: Update to 3.7.0.Greg Hogan
* gnu/packages/textutils.scm (ack): Update to 3.7.0. Signed-off-by: 宋文武 <[email protected]>
2023-07-09gnu: antiword: Use Web Archive URLs.Tobias Geerinckx-Rice
* gnu/packages/textutils.scm (antiword)[source, home-page]: Use copies archived by the Wayback Machine.
2023-06-21gnu: go-github-com-mattn-go-runewidth: Update to 0.0.14.Nguyễn Gia Phong
* gnu/packages/golang.scm (go-github-com-mattn-go-runewidth): Update to 0.0.14. (go-github.com-mattn-go-runewidth): Remove, and change users to to refer to 'go-github-com-mattn-go-runewidth'. Signed-off-by: Ludovic Courtès <[email protected]>
2023-06-20gnu: utf8proc-2.7.0: Explicitly use ruby-2.7.Christopher Baines
So that ruby can change without affecting this package and it's julia related dependents. * gnu/packages/textutils.scm (utf8proc-2.7.0)[native-inputs]: Explicitly use ruby-2.7.
2023-06-08gnu: Add pandoc-include.Wiktor Żelazny
* gnu/packages/textutils.scm (pandoc-include): New variable. Signed-off-by: Ludovic Courtès <[email protected]>
2023-06-08gnu: Add python-panflute.Wiktor Żelazny
* gnu/packages/textutils.scm (python-panflute): New variable. Signed-off-by: Ludovic Courtès <[email protected]>
2023-05-21gnu: dos2unix: Update to 7.5.0.Timotej Lazar
* gnu/packages/textutils.scm (dos2unix): Update to 7.5.0.
2023-04-10gnu: libconfig: Replace config script helpers.Efraim Flashner
* gnu/packages/textutils.scm (libconfig)[arguments]: Add phase to replace config.guess, config.sub. [native-inputs]: Add config.