diff options
| author | Sergey Trofimov <sarg@sarg.org.ru> | 2025-05-13 16:29:27 +0200 |
|---|---|---|
| committer | Greg Hogan <code@greghogan.com> | 2025-05-13 16:35:45 +0000 |
| commit | 380282f3f5b862b67b6601b89eb7749fd9814509 (patch) | |
| tree | 114be24056ebee17797519b86c9180cab5954cec /gnu/packages/python-xyz.scm | |
| parent | 11cd06a4f7cad2c9c6b827ba6c06909ac20fea0f (diff) | |
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>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 78ca52c9322..7523bdb4b7f 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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))) |
