mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
11cd06a4f7
commit
380282f3f5
17 changed files with 27 additions and 26 deletions
|
@ -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)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue