1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: packages: Fix broken descriptions.

A few description mistakenly use @{foo} instead of @code{foo} which
results in broken formatting in guix search.

* gnu/packages/bioinformatics.scm (umi-tools),
* gnu/packages/cran.scm (r-ggside),
* gnu/packages/crates-apple.scm: (rust-commoncrypto-0.2),
* gnu/packages/crates-io.scm: (rust-ndarray-rand-0.15),
* gnu/packages/emacs-xyz.scm (emacs-load-relative, emacs-el-x)
(emacs-helm-org-ql, emacs-consult-lsp),
* gnu/packages/golang-xyz.scm (go-github-com-songmu-gitconfig),
* gnu/packages/haskell-xyz.scm (ghc-text-short, ghc-validation),
* gnu/packages/image.scm (imgp),
* gnu/packages/perl-check.scm (perl-test-file-contents),
* gnu/packages/perl-web.scm (perl-uri-db),
* gnu/packages/perl.scm (perl-clipboard, perl-module-refresh),
* gnu/packages/python-xyz.scm (python-ddlparse, python-black-macchiato)
(python-pysendfile),
* gnu/packages/qt.scm (qt5compat),
* gnu/packages/ruby.scm (ruby-ruby-engine, ruby-httpclient),
* gnu/packages/sagemath.scm (python-memory-allocator),
* gnu/packages/spreadsheet.scm (sc-im),
* gnu/packages/time.scm (python-pendulum):
[description]: Fix malformed macros.

Change-Id: I3ed755a54aecf40bf0c5c982f9e70b7cd3689de7
Signed-off-by: Greg Hogan <code@greghogan.com>
This commit is contained in:
Sergey Trofimov
2025-05-13 16:29:27 +02:00
committed by Greg Hogan
parent 11cd06a4f7
commit 380282f3f5
17 changed files with 27 additions and 26 deletions

View File

@@ -21733,7 +21733,7 @@ Molecular Identifiers} (UMIs) and @dfn{Random Molecular Tags} (RMTs) in
genetic sequences. There are six tools: the @code{extract} and
@code{whitelist} commands are used to prepare a fastq containing UMIs @code{+/-}
cell barcodes for alignment. The remaining commands, @code{group},
@code{dedup}, and @{count}/@code{count_tab}, are used to identify PCR
@code{dedup}, and @code{count}/@code{count_tab}, are used to identify PCR
duplicates using the UMIs and perform different levels of analysis depending
on the needs of the user.")
(license license:expat)))

View File

@@ -8363,7 +8363,7 @@ respecting the grammar of its graphics paradigm.")
(synopsis "Side grammar graphics that extends @code{ggplot2}")
(description
"The grammar of graphics as shown in @code{ggplot2} has provided an
expressive API for users to build plots. This package @{ggside} extends
expressive API for users to build plots. This package @code{ggside} extends
@code{ggplot2} by allowing users to add graphical information about one of the
main panel's axis using a familiar @code{ggplot2} style API with tidy data.
This package is particularly useful for visualizing metadata on a discrete

View File

@@ -389,7 +389,7 @@ extension of blocks.")
("rust-commoncrypto-sys" ,rust-commoncrypto-sys-0.2))))
(home-page "https://github.com/malept/rust-commoncrypto")
(synopsis "Idiomatic Rust wrappers for Mac OS X's CommonCrypto library")
(description "The @{commoncrypto} library provides Rust FFI bindings and
(description "The @code{commoncrypto} library provides Rust FFI bindings and
idiomatic wrappers for Mac OS X's CommonCrypto library.")
(license license:expat)))

View File

@@ -45108,7 +45108,7 @@ for @code{ndarray}.")
(synopsis "Constructors for randomized arrays")
(description
"This package provides constructors for randomized arrays. It provides
@{rand} integration for @{ndarray}.")
@code{rand} integration for @code{ndarray}.")
(license (list license:expat license:asl2.0))))
(define-public rust-ndk-0.9

View File

@@ -14658,7 +14658,7 @@ test tags. It supports both interactive and non-interactive use.")
(description
"Provides functions which facilitate writing multi-file Emacs packages
and running from the source tree without having to \"install\" code or fiddle
with @{load-path}.
with @code{load-path}.
The main function, @code{load-relative}, loads an Emacs Lisp file relative to
another (presumably currently running) Emacs Lisp file.")
@@ -16736,7 +16736,7 @@ feed subscriptions.")
#t)))))
(home-page "https://github.com/sigma/el-x")
(synopsis "Emacs Lisp extensions")
(description "command@{emacs-el-x} defines the @code{dflet} macro to
(description "@command{emacs-el-x} defines the @code{dflet} macro to
provide the historic behavior of @code{flet}, as well as
@code{declare-function} stub for older Emacs.")
(license license:gpl2+)))
@@ -26577,7 +26577,7 @@ files, allowing for actions to be performed based on search criteria.")
emacs-s))
(synopsis "Helm commands for @code{emacs-org-ql}")
(description "This package provides @code{emacs-helm} commands for
@{emacs-org-ql}, a Lispy query language for Org files, allowing for actions to
@code{emacs-org-ql}, a Lispy query language for Org files, allowing for actions to
be performed based on search criteria.")))
(define-public emacs-bing-dict
@@ -43064,7 +43064,7 @@ can bind a popon to a specific buffer to only show on that buffer.")
(synopsis "LSP mode and Consult helping each other")
(description
"@code{emacs-consult-lsp} provides helpers for interactively selecting LSP
workspace diagnostics, symbols, and file symbols from @{emacs-lsp-mode}
workspace diagnostics, symbols, and file symbols from @code{emacs-lsp-mode}
by leveraging @code{emacs-consult} APIs.")
(license license:expat)))

View File

@@ -13857,7 +13857,7 @@ Use waterutil with it to work with TUN/TAP packets/frames.")
(home-page "https://github.com/songmu/gitconfig")
(synopsis "Go library to get configuration values from gitconfig")
(description
"@{gitconfig} is a package to get configuration values from gitconfig.")
"@code{gitconfig} is a package to get configuration values from gitconfig.")
(license license:expat)))
(define-public go-github-com-soniakeys-quant

View File

@@ -8549,7 +8549,7 @@ to how @code{ShortByteString} relates to @code{ByteString}.
The main difference between @code{Text} and @code{ShortText} is that
@code{ShortText} uses UTF-8 instead of UTF-16 internally and also doesn't
support zero-copy slicing (thereby saving 2 words). Consequently, the memory
footprint of a (boxed) @{ShortText} value is 4 words (2 words when unboxed)
footprint of a (boxed) @code{ShortText} value is 4 words (2 words when unboxed)
plus the length of the UTF-8 encoded payload.")
(license license:bsd-3)))
@@ -13891,7 +13891,7 @@ their similarities.
The @code{Validation} data type is isomorphic to @code{Either}, but has an
instance of @code{Applicative} that accumulates on the error side. That is to
say, if two (or more) errors are encountered, they are appended using a
@{Semigroup} operation.
@code{Semigroup} operation.
As a consequence of this @code{Applicative} instance, there is no
corresponding @code{Bind} or @code{Monad} instance. @code{Validation} is an

View File

@@ -1825,7 +1825,7 @@ images. It can resize (or thumbnail) and rotate thousands of images in a go
while saving significantly on storage.
This package may optionally be built with @code{python-pillow-simd} in place
of @{python-pillow} for SIMD parallelism.")
of @code{python-pillow} for SIMD parallelism.")
(license license:gpl3+)))
(define-public pngsuite

View File

@@ -662,7 +662,7 @@ attributes.")
(home-page "https://metacpan.org/release/Test-File-Contents")
(synopsis "Test routines for examining the contents of files")
(description
"@{Test::File::Contents} provides functions for testing the contents of
"@code{Test::File::Contents} provides functions for testing the contents of
files.")
(license perl-license)))

View File

@@ -84,7 +84,7 @@ endeavor to implement this idea using modern technologies.")
(home-page "https://metacpan.org/release/URI-db")
(synopsis "Handle database URIs")
(description
"This module defines a format for database URIs, and provides a @{URI}
"This module defines a format for database URIs, and provides a @code{URI}
class to handle these.")
(license license:perl-license)))

View File

@@ -2010,7 +2010,7 @@ and objects.")
(propagated-inputs (list perl-cgi perl-uri))
(home-page "https://metacpan.org/release/Clipboard")
(synopsis "Copy and paste with any OS")
(description "@{Clipboard} provides functionality to copy and
(description "@code{Clipboard} provides functionality to copy and
paste with any OS.")
(license license:perl-license)))
@@ -13588,7 +13588,7 @@ system---most of the @code{Module::Build} code is pure-Perl.")
(native-inputs (list perl-path-class perl-module-install))
(home-page "https://metacpan.org/release/Module-Refresh")
(synopsis "Refresh %INC files when updated on disk")
(description "@{Module::Refresh} provides ways to refresh %INC files
(description "@code{Module::Refresh} provides ways to refresh %INC files
when updated on disk.")
(license license:perl-license)))

View File

@@ -6896,7 +6896,7 @@ diff, and patch JSON and JSON-like structures in Python.")
(propagated-inputs (list python-pyparsing))
(home-page "https://github.com/shinichi-takii/ddlparse")
(synopsis "Parses and converts DDL to BigQuery JSON schema")
(description "This package provides @{ddlparse}, a Python library to parse
(description "This package provides @code{ddlparse}, a Python library to parse
and convert DDL to BigQuery JSON schema.")
(license license:bsd-3)))
@@ -9560,7 +9560,7 @@ and integrated feature-set for programming Python effectively.")
(home-page "https://github.com/wbolster/black-macchiato")
(synopsis "Partial @code{python-black} formatting")
(description
"This package is built on top the @{python-black} code formatter to
"This package is built on top the @code{python-black} code formatter to
enable formatting of partial files.")
(license license:bsd-3)))
@@ -17007,7 +17007,7 @@ add functionality and customization to your projects with their own plugins.")
(invoke "make" "test")))))))
(home-page "https://github.com/giampaolo/pysendfile")
(synopsis "Python interface to sendfile(2)")
(description "The @{pysendfile} Python library provides an interface to
(description "The @code{pysendfile} Python library provides an interface to
the @code{sendfile(2)} system call.")
(license license:expat)))

View File

@@ -1263,7 +1263,7 @@ HostData=lib/qt5"
(description "The @code{qt5compat} package includes application
programming interfaces (APIs) from Qt 5 that were ported to Qt 6, to ease
migration. It provides for example the @code{GraphicalEffects} module that
came with the @{qtgraphicaleffects} Qt 5 package.")
came with the @code{qtgraphicaleffects} Qt 5 package.")
(license (list license:gpl2+ license:lgpl3+)))) ;dual licensed
(define-public qtsvg-5

View File

@@ -11239,7 +11239,7 @@ used to create both network servers and clients.")
(description
"@code{ruby_engine} provides an RubyEngine class that can be used to
check which implementation of Ruby is in use. It can provide the interpreter
name and provides query methods such as @{RubyEngine.mri?}.")
name and provides query methods such as @code{RubyEngine.mri?}.")
(home-page "https://github.com/janlelis/ruby_engine")
(license license:expat)))
@@ -12153,7 +12153,7 @@ It has built-in support for the legacy @code{cookies.txt} and
"Make HTTP requests with support for HTTPS, Cookies, authentication and more")
(description
"The @code{httpclient} ruby library provides functionality related to
HTTP. Compared to the @code{net/http} library, @{httpclient} also provides
HTTP. Compared to the @code{net/http} library, @code{httpclient} also provides
Cookie, multithreading and authentication (digest, NTLM) support.
Also provided is a @command{httpclient} command, which can perform HTTP

View File

@@ -253,7 +253,7 @@ libraries GMO, MPFR and MPC.")
(home-page "https://github.com/sagemath/memory_allocator")
(synopsis "Extension class to allocate memory easily with Cython")
(description "This package provides a single extension class
@code{MemoryAllocator} with @{cdef} methods
@code{MemoryAllocator} with @code{cdef} methods
@itemize
@item @code{malloc}
@@ -264,7 +264,8 @@ libraries GMO, MPFR and MPC.")
@item @code{aligned_malloc}
@item @code{aligned_malloc}
@item @code{aligned_calloc}
@item @code{aligned_allocarray}")
@item @code{aligned_allocarray}
@end itemize")
(license license:gpl3+)))
(define-public python-pplpy

View File

@@ -92,7 +92,7 @@
(synopsis "Spreadsheet program with vim-like keybindings")
(description
"@code{sc-im} is a highly configurable spreadsheet program
providing a vim-like experience. @code{sc-im} supports @{gnuplot} interaction,
providing a vim-like experience. @code{sc-im} supports @code{gnuplot} interaction,
functions for sorting and filtering, 256 color support, and much more.")
(license bsd-4)))

View File

@@ -325,7 +325,7 @@ setup(name='pendulum',
(home-page "https://github.com/sdispater/pendulum")
(synopsis "Alternate API for Python datetimes")
(description "Pendulum is a drop-in replacement for the standard
@{datetime} class, providing an alternative API. As it inherits from the
@code{datetime} class, providing an alternative API. As it inherits from the
standard @code{datetime} all @code{datetime} instances can be replaced by
Pendulum instances.")
(license expat)))