mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: Fix various lint issues in synopsis and descriptions.
* gnu/packages/android.scm (etc1tool)[synopsis]: Drop trailing period. * gnu/packages/bioinformatics.scm (mudskipper)[synopsis]: Likewise. * gnu/packages/crates-io.scm (rust-async-log-attributes-1)[synopsis]: Likewise. (rust-atomic-polyfill-1)[synopsis]: Likewise. (rust-modifier-0.1)[synopsis]: Likewise. (rust-openssl-macros-0.1)[synopsis]: Likewise. (rust-syn-mid-0.5)[synopsis]: Likewise. (rust-toml-edit-0.14)[synopsis]: Likewise. (rust-valuable-derive-0.1)[synopsis]: Likewise. (rust-inflections-1)[synopsis]: Likewise. * gnu/packages/databases.scm (python-databases)[synopsis]: Likewise. * gnu/packages/games.scm (liquidwar6)[synopsis]: Likewise. * gnu/packages/golang.scm (go-golang.org-x-sync-errgroup)[synopsis]: Likewise. * gnu/packages/guile-xyz.scm (guile-config)[synopsis]: Likewise. * gnu/packages/haskell-web.scm (ghc-hxt-xpath)[synopsis]: Likewise. * gnu/packages/haskell-xyz.scm (ghc-string-qq)[synopsis]: Likewise. * gnu/packages/machine-learning.scm (python-lap)[synopsis]: Likewise. (python-pyro-api)[synopsis]: Likewise. * gnu/packages/messaging.scm (python-librecaptcha)[synopsis]: Likewise. * gnu/packages/python-check.scm (python-pytest-cram)[synopsis]: Likewise. * gnu/packages/python-web.scm (python-jschema-to-python)[synopsis]: Likewise. (python-sarif-om)[synopsis]: Likewise. (python-socksio)[synopsis]: Likewise. (python-msrest)[synopsis]: Likewise. * gnu/packages/tor.scm (torsocks)[synopsis]: Likewise. * gnu/packages/cran.scm (r-rlist)[synopsis]: Remove leading article. * gnu/packages/crates-io.scm (rust-clippy-lints-0.0.153)[synopsis]: Likewise. (rust-simplelog-0.11)[synopsis]: Likewise. * gnu/packages/samba.scm (wsdd)[synopsis]: Likewise. * gnu/packages/crates-io.scm (rust-spki-0.4)[synopsis]: Remove trailing whitespace. * gnu/packages/golang.scm (go-github-com-mattn-go-zglob)[description]: Remove leading whitespace. * gnu/packages/haskell-check.scm (ghc-crypto-cipher-tests)[description]: Likewise. * gnu/packages/lisp-xyz.scm (sbcl-ctype)[synopsis]: Remove trailing whitespace. * gnu/packages/mpi.scm (openmpi-thread-multiple)[description]: Remove leading whitespace. * gnu/packages/node-xyz.scm (node-string-decoder)[synopsis]: Remove trailing whitespace.
This commit is contained in:
parent
41a5720be9
commit
15ff5eebb6
20 changed files with 35 additions and 35 deletions
|
@ -872,7 +872,7 @@ (define-public etc1tool
|
||||||
("libpng" ,libpng)))
|
("libpng" ,libpng)))
|
||||||
(home-page "https://developer.android.com/studio/command-line/etc1tool.html")
|
(home-page "https://developer.android.com/studio/command-line/etc1tool.html")
|
||||||
(synopsis "Encode and decode PNG images to resp. from the ETC1 compression
|
(synopsis "Encode and decode PNG images to resp. from the ETC1 compression
|
||||||
standard.")
|
standard")
|
||||||
(description
|
(description
|
||||||
"@command{etc1} is a command line utility that lets you encode PNG images
|
"@command{etc1} is a command line utility that lets you encode PNG images
|
||||||
to the ETC1 compression standard and decode ETC1 compressed images back to
|
to the ETC1 compression standard and decode ETC1 compressed images back to
|
||||||
|
|
|
@ -16525,7 +16525,7 @@ (define-public mudskipper
|
||||||
(inputs
|
(inputs
|
||||||
(list zlib xz))
|
(list zlib xz))
|
||||||
(home-page "https://github.com/OceanGenomics/mudskipper")
|
(home-page "https://github.com/OceanGenomics/mudskipper")
|
||||||
(synopsis "Convert genomic alignments to transcriptomic BAM/RAD files.")
|
(synopsis "Convert genomic alignments to transcriptomic BAM/RAD files")
|
||||||
(description "Mudskipper is a tool for projecting genomic alignments to
|
(description "Mudskipper is a tool for projecting genomic alignments to
|
||||||
transcriptomic coordinates.")
|
transcriptomic coordinates.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
|
@ -29860,7 +29860,7 @@ (define-public r-rlist
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-data-table r-jsonlite r-xml r-yaml))
|
(propagated-inputs (list r-data-table r-jsonlite r-xml r-yaml))
|
||||||
(home-page "https://renkun-ken.github.io/rlist/")
|
(home-page "https://renkun-ken.github.io/rlist/")
|
||||||
(synopsis "A Toolbox for Non-Tabular Data Manipulation")
|
(synopsis "Toolbox for Non-Tabular Data Manipulation")
|
||||||
(description
|
(description
|
||||||
"This package provides a set of functions for data manipulation with
|
"This package provides a set of functions for data manipulation with
|
||||||
list objects, including mapping, filtering, grouping, sorting, updating,
|
list objects, including mapping, filtering, grouping, sorting, updating,
|
||||||
|
|
|
@ -4427,7 +4427,7 @@ (define-public rust-async-log-attributes-1
|
||||||
("rust-syn" ,rust-syn-0.15))))
|
("rust-syn" ,rust-syn-0.15))))
|
||||||
(home-page "https://github.com/rustasync/runtime")
|
(home-page "https://github.com/rustasync/runtime")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Proc Macro attributes for the async-log crate.")
|
"Proc Macro attributes for the async-log crate")
|
||||||
(description
|
(description
|
||||||
"This package provides proc macro attributes for the @code{async-log}
|
"This package provides proc macro attributes for the @code{async-log}
|
||||||
crate.")
|
crate.")
|
||||||
|
@ -4901,7 +4901,7 @@ (define-public rust-atomic-polyfill-1
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-critical-section" ,rust-critical-section-1))))
|
(("rust-critical-section" ,rust-critical-section-1))))
|
||||||
(home-page "https://github.com/embassy-rs/atomic-polyfill")
|
(home-page "https://github.com/embassy-rs/atomic-polyfill")
|
||||||
(synopsis "Atomic polyfills, for targets where they're not available.")
|
(synopsis "Atomic polyfills, for targets where they're not available")
|
||||||
(description "This package provides atomic polyfills, for targets where
|
(description "This package provides atomic polyfills, for targets where
|
||||||
they're not available.")
|
they're not available.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
@ -10734,7 +10734,7 @@ (define-public rust-clippy-lints-0.0.153
|
||||||
("rust-toml" ,rust-toml-0.4)
|
("rust-toml" ,rust-toml-0.4)
|
||||||
("rust-unicode-normalization" ,rust-unicode-normalization-0.1))))
|
("rust-unicode-normalization" ,rust-unicode-normalization-0.1))))
|
||||||
(home-page "https://github.com/rust-lang-nursery/rust-clippy")
|
(home-page "https://github.com/rust-lang-nursery/rust-clippy")
|
||||||
(synopsis "A bunch of helpful lints to avoid common pitfalls in Rust")
|
(synopsis "helpful lints to avoid common pitfalls in Rust")
|
||||||
(description
|
(description
|
||||||
"This package provides a bunch of helpful lints to avoid common pitfalls
|
"This package provides a bunch of helpful lints to avoid common pitfalls
|
||||||
in Rust")
|
in Rust")
|
||||||
|
@ -33238,7 +33238,7 @@ (define-public rust-modifier-0.1
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(home-page "https://github.com/reem/rust-modifier")
|
(home-page "https://github.com/reem/rust-modifier")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Chaining APIs for both self -> Self and &mut self methods.")
|
"Chaining APIs for both self -> Self and &mut self methods")
|
||||||
(description
|
(description
|
||||||
"Chaining APIs for both self -> Self and &mut self methods.")
|
"Chaining APIs for both self -> Self and &mut self methods.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
@ -37176,7 +37176,7 @@ (define-public rust-openssl-macros-0.1
|
||||||
("rust-quote" ,rust-quote-1)
|
("rust-quote" ,rust-quote-1)
|
||||||
("rust-syn" ,rust-syn-1))))
|
("rust-syn" ,rust-syn-1))))
|
||||||
(home-page "https://github.com/sfackler/rust-openssl")
|
(home-page "https://github.com/sfackler/rust-openssl")
|
||||||
(synopsis "Internal macros used by the openssl crate.")
|
(synopsis "Internal macros used by the openssl crate")
|
||||||
(description "This package provides internal macros used by the openssl
|
(description "This package provides internal macros used by the openssl
|
||||||
crate.")
|
crate.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
@ -52506,7 +52506,7 @@ (define-public rust-simplelog-0.11
|
||||||
("rust-paris" ,rust-paris-1)
|
("rust-paris" ,rust-paris-1)
|
||||||
("rust-termcolor" ,rust-termcolor-1))))
|
("rust-termcolor" ,rust-termcolor-1))))
|
||||||
(home-page "https://github.com/drakulix/simplelog.rs")
|
(home-page "https://github.com/drakulix/simplelog.rs")
|
||||||
(synopsis "A simple and easy-to-use logging facility for Rust's log crate")
|
(synopsis "simple and easy-to-use logging facility for Rust's log crate")
|
||||||
(description
|
(description
|
||||||
"This package provides a simple and easy-to-use logging facility for Rust's
|
"This package provides a simple and easy-to-use logging facility for Rust's
|
||||||
@code{log} crate. It aims to be a maintainable, easy to integrate facility for
|
@code{log} crate. It aims to be a maintainable, easy to integrate facility for
|
||||||
|
@ -53968,7 +53968,7 @@ (define-public rust-spki-0.4
|
||||||
(arguments `(#:skip-build? #t #:cargo-inputs (("rust-der" ,rust-der-0.4))))
|
(arguments `(#:skip-build? #t #:cargo-inputs (("rust-der" ,rust-der-0.4))))
|
||||||
(home-page "https://github.com/RustCrypto/formats/tree/master/spki")
|
(home-page "https://github.com/RustCrypto/formats/tree/master/spki")
|
||||||
(synopsis
|
(synopsis
|
||||||
"X.509 Subject Public Key Info (RFC5280) describing public keys ")
|
"X.509 Subject Public Key Info (RFC5280) describing public keys")
|
||||||
(description
|
(description
|
||||||
"This package provides X.509 Subject Public Key Info (RFC5280)
|
"This package provides X.509 Subject Public Key Info (RFC5280)
|
||||||
describing public keys as well as their associated AlgorithmIdentifiers (i.e.
|
describing public keys as well as their associated AlgorithmIdentifiers (i.e.
|
||||||
|
@ -55927,7 +55927,7 @@ (define-public rust-syn-mid-0.5
|
||||||
("rust-quote" ,rust-quote-1))))
|
("rust-quote" ,rust-quote-1))))
|
||||||
(home-page "https://github.com/taiki-e/syn-mid")
|
(home-page "https://github.com/taiki-e/syn-mid")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Provide the features between \"full\" and \"derive\" of syn.")
|
"Provide the features between \"full\" and \"derive\" of syn")
|
||||||
(description
|
(description
|
||||||
"This package provides the features between \"full\" and \"derive\" of syn.")
|
"This package provides the features between \"full\" and \"derive\" of syn.")
|
||||||
(license (list license:asl2.0 license:expat))))
|
(license (list license:asl2.0 license:expat))))
|
||||||
|
@ -60718,7 +60718,7 @@ (define-public rust-toml-edit-0.14
|
||||||
("rust-pretty-assertions" ,rust-pretty-assertions-1)
|
("rust-pretty-assertions" ,rust-pretty-assertions-1)
|
||||||
("rust-snapbox" ,rust-snapbox-0.2))))
|
("rust-snapbox" ,rust-snapbox-0.2))))
|
||||||
(home-page "https://github.com/ordian/toml_edit")
|
(home-page "https://github.com/ordian/toml_edit")
|
||||||
(synopsis "Yet another format-preserving TOML parser.")
|
(synopsis "Yet another format-preserving TOML parser")
|
||||||
(description "This package provides yet another format-preserving TOML
|
(description "This package provides yet another format-preserving TOML
|
||||||
parser.")
|
parser.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
@ -64080,7 +64080,7 @@ (define-public rust-valuable-derive-0.1
|
||||||
("rust-quote" ,rust-quote-1)
|
("rust-quote" ,rust-quote-1)
|
||||||
("rust-syn" ,rust-syn-1))))
|
("rust-syn" ,rust-syn-1))))
|
||||||
(home-page "https://github.com/tokio-rs/valuable")
|
(home-page "https://github.com/tokio-rs/valuable")
|
||||||
(synopsis "Macros for the valuable crate.")
|
(synopsis "Macros for the valuable crate")
|
||||||
(description "This package provides macros for the @code{valuable}
|
(description "This package provides macros for the @code{valuable}
|
||||||
crate.")
|
crate.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
@ -68211,7 +68211,7 @@ (define-public rust-inflections-1
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(home-page #f)
|
(home-page #f)
|
||||||
(synopsis
|
(synopsis
|
||||||
"High performance inflection transformation library for changing properties of words like the case.")
|
"High performance inflection transformation library for changing properties of words like the case")
|
||||||
(description
|
(description
|
||||||
"High performance inflection transformation library for changing properties of words like the case.")
|
"High performance inflection transformation library for changing properties of words like the case.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
|
@ -3659,7 +3659,7 @@ (define-public python-databases
|
||||||
python-asyncmy
|
python-asyncmy
|
||||||
python-sqlalchemy))
|
python-sqlalchemy))
|
||||||
(home-page "https://github.com/encode/databases")
|
(home-page "https://github.com/encode/databases")
|
||||||
(synopsis "Async database support for Python.")
|
(synopsis "Async database support for Python")
|
||||||
(description "This package implements async database support for Python.")
|
(description "This package implements async database support for Python.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
|
|
|
@ -11121,7 +11121,7 @@ (define-public liquidwar6
|
||||||
(string-append "CPPFLAGS=" "-I"
|
(string-append "CPPFLAGS=" "-I"
|
||||||
#$(this-package-input "sdl-union")
|
#$(this-package-input "sdl-union")
|
||||||
"/include/SDL"))))
|
"/include/SDL"))))
|
||||||
(synopsis "Liquid War 6 is a unique multiplayer wargame.")
|
(synopsis "Liquid War 6 is a unique multiplayer wargame")
|
||||||
(description
|
(description
|
||||||
"Liquid War 6 is a unique multiplayer war game. Your army is a blob of
|
"Liquid War 6 is a unique multiplayer war game. Your army is a blob of
|
||||||
liquid and you have to try and eat your opponents. Rules are very simple yet
|
liquid and you have to try and eat your opponents. Rules are very simple yet
|
||||||
|
|
|
@ -6637,7 +6637,7 @@ (define-public go-golang.org-x-sync-errgroup
|
||||||
'(#:import-path "golang.org/x/sync/errgroup"
|
'(#:import-path "golang.org/x/sync/errgroup"
|
||||||
#:unpack-path "golang.org/x/sync"))
|
#:unpack-path "golang.org/x/sync"))
|
||||||
(synopsis "Synchronization, error propagation, and Context cancellation
|
(synopsis "Synchronization, error propagation, and Context cancellation
|
||||||
for groups of goroutines working on subtasks of a common task.")
|
for groups of goroutines working on subtasks of a common task")
|
||||||
(description "This package provides synchronization, error propagation,
|
(description "This package provides synchronization, error propagation,
|
||||||
and Context cancellation for groups of goroutines working on subtasks of a
|
and Context cancellation for groups of goroutines working on subtasks of a
|
||||||
common task.")
|
common task.")
|
||||||
|
@ -6795,7 +6795,7 @@ (define-public go-github-com-mattn-go-zglob
|
||||||
`(#:import-path "github.com/mattn/go-zglob"))
|
`(#:import-path "github.com/mattn/go-zglob"))
|
||||||
(home-page "https://github.com/mattn/go-zglob")
|
(home-page "https://github.com/mattn/go-zglob")
|
||||||
(synopsis "Glob library that descends into other directories")
|
(synopsis "Glob library that descends into other directories")
|
||||||
(description " A glob library that implements descending into other
|
(description "A glob library that implements descending into other
|
||||||
directories. It is optimized for filewalking.")
|
directories. It is optimized for filewalking.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
|
|
@ -1639,7 +1639,7 @@ (define-public guile-config
|
||||||
(list autoconf automake pkg-config texinfo))
|
(list autoconf automake pkg-config texinfo))
|
||||||
(inputs (list guile-3.0))
|
(inputs (list guile-3.0))
|
||||||
(synopsis
|
(synopsis
|
||||||
"Guile application configuration parsing library.")
|
"Guile application configuration parsing library")
|
||||||
(description
|
(description
|
||||||
"Guile Config is a library providing a declarative approach to
|
"Guile Config is a library providing a declarative approach to
|
||||||
application configuration specification. The library provides clean
|
application configuration specification. The library provides clean
|
||||||
|
|
|
@ -899,7 +899,7 @@ (define-public ghc-crypto-cipher-tests
|
||||||
ghc-crypto-cipher-types))
|
ghc-crypto-cipher-types))
|
||||||
(home-page "https://github.com/vincenthz/hs-crypto-cipher")
|
(home-page "https://github.com/vincenthz/hs-crypto-cipher")
|
||||||
(synopsis "Generic cryptography cipher tests for Haskell")
|
(synopsis "Generic cryptography cipher tests for Haskell")
|
||||||
(description " This Haskell package contains generic tests for
|
(description "This Haskell package contains generic tests for
|
||||||
cryptographic ciphers, and is used by the test runners of various Haskell
|
cryptographic ciphers, and is used by the test runners of various Haskell
|
||||||
implementations of cryptographic ciphers.")
|
implementations of cryptographic ciphers.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
|
@ -1555,7 +1555,7 @@ (define-public ghc-hxt-xpath
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs (list ghc-hxt))
|
(inputs (list ghc-hxt))
|
||||||
(home-page "https://github.com/UweSchmidt/hxt")
|
(home-page "https://github.com/UweSchmidt/hxt")
|
||||||
(synopsis "The XPath modules for HXT.")
|
(synopsis "The XPath modules for HXT")
|
||||||
(description
|
(description
|
||||||
"This extension for the Haskell XML Toolbox defines data types to
|
"This extension for the Haskell XML Toolbox defines data types to
|
||||||
represent XPath, navigation trees and primitives to select and edit subtrees
|
represent XPath, navigation trees and primitives to select and edit subtrees
|
||||||
|
|
|
@ -12358,7 +12358,7 @@ (define-public ghc-string-qq
|
||||||
(list ghc-hunit))
|
(list ghc-hunit))
|
||||||
(home-page "https://hackage.haskell.org/package/string-qq")
|
(home-page "https://hackage.haskell.org/package/string-qq")
|
||||||
(synopsis
|
(synopsis
|
||||||
"QuasiQuoter for non-interpolated strings, texts and bytestrings.")
|
"QuasiQuoter for non-interpolated strings, texts and bytestrings")
|
||||||
(description
|
(description
|
||||||
"This package provides a quasiquoter for non-interpolated strings, texts
|
"This package provides a quasiquoter for non-interpolated strings, texts
|
||||||
and bytestrings.")
|
and bytestrings.")
|
||||||
|
|
|
@ -22878,7 +22878,7 @@ (define-public sbcl-ctype
|
||||||
(arguments
|
(arguments
|
||||||
'(#:asd-systems '("ctype" "ctype-tfun")))
|
'(#:asd-systems '("ctype" "ctype-tfun")))
|
||||||
(home-page "https://github.com/s-expressionists/ctype")
|
(home-page "https://github.com/s-expressionists/ctype")
|
||||||
(synopsis "Common Lisp type system implementation ")
|
(synopsis "Common Lisp type system implementation")
|
||||||
(description
|
(description
|
||||||
"This system is an implementation of the Common Lisp type system;
|
"This system is an implementation of the Common Lisp type system;
|
||||||
particularly @code{cl:typep} and @code{cl:subtypep}.")
|
particularly @code{cl:typep} and @code{cl:subtypep}.")
|
||||||
|
|
|
@ -3357,7 +3357,7 @@ (define-public python-lap
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-cython python-pytest))
|
(list python-cython python-pytest))
|
||||||
(home-page "https://github.com/gatagat/lap")
|
(home-page "https://github.com/gatagat/lap")
|
||||||
(synopsis "Linear Assignment Problem solver (LAPJV/LAPMOD).")
|
(synopsis "Linear Assignment Problem solver (LAPJV/LAPMOD)")
|
||||||
(description "Lap is a linear assignment problem solver using Jonker-Volgenant
|
(description "Lap is a linear assignment problem solver using Jonker-Volgenant
|
||||||
algorithm for dense (LAPJV) or sparse (LAPMOD) matrices.")
|
algorithm for dense (LAPJV) or sparse (LAPMOD) matrices.")
|
||||||
(license license:bsd-2)))
|
(license license:bsd-2)))
|
||||||
|
@ -3410,7 +3410,7 @@ (define-public python-pyro-api
|
||||||
python-sphinx
|
python-sphinx
|
||||||
python-sphinx-rtd-theme))
|
python-sphinx-rtd-theme))
|
||||||
(home-page "https://github.com/pyro-ppl/pyro-api")
|
(home-page "https://github.com/pyro-ppl/pyro-api")
|
||||||
(synopsis "Generic API for dispatch to Pyro backends.")
|
(synopsis "Generic API for dispatch to Pyro backends")
|
||||||
(description "This package provides a generic API for dispatch to Pyro backends.")
|
(description "This package provides a generic API for dispatch to Pyro backends.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
|
|
@ -3461,7 +3461,7 @@ (define-public python-librecaptcha
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-pillow python-requests python-esprima python-pygobject gobject-introspection gtk+))
|
(list python-pillow python-requests python-esprima python-pygobject gobject-introspection gtk+))
|
||||||
(synopsis "Show CAPTCHA without running proprietary code.")
|
(synopsis "Show CAPTCHA without running proprietary code")
|
||||||
(description "This package shows CAPTCHA without running proprietary code.")
|
(description "This package shows CAPTCHA without running proprietary code.")
|
||||||
(home-page "https://github.com/taylordotfish/librecaptcha")
|
(home-page "https://github.com/taylordotfish/librecaptcha")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
|
@ -359,7 +359,7 @@ (define-public openmpi-thread-multiple
|
||||||
(substitute-keyword-arguments (package-arguments openmpi)
|
(substitute-keyword-arguments (package-arguments openmpi)
|
||||||
((#:configure-flags flags)
|
((#:configure-flags flags)
|
||||||
`(cons "--enable-mpi-thread-multiple" ,flags))))
|
`(cons "--enable-mpi-thread-multiple" ,flags))))
|
||||||
(description " This version of Open@tie{}MPI has an implementation of
|
(description "This version of Open@tie{}MPI has an implementation of
|
||||||
@code{MPI_Init_thread} that provides @code{MPI_THREAD_MULTIPLE}. This won't
|
@code{MPI_Init_thread} that provides @code{MPI_THREAD_MULTIPLE}. This won't
|
||||||
work correctly with all transports (such as @code{openib}), and the
|
work correctly with all transports (such as @code{openib}), and the
|
||||||
performance is generally worse than the vanilla @code{openmpi} package, which
|
performance is generally worse than the vanilla @code{openmpi} package, which
|
||||||
|
|
|
@ -658,7 +658,7 @@ (define-public node-string-decoder
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
(inputs (list node-safe-buffer node-inherits))
|
(inputs (list node-safe-buffer node-inherits))
|
||||||
(home-page "https://github.com/nodejs/string_decoder")
|
(home-page "https://github.com/nodejs/string_decoder")
|
||||||
(synopsis "Decode buffers while preserving multi-byte sequences ")
|
(synopsis "Decode buffers while preserving multi-byte sequences")
|
||||||
(description "This package provides a user-land implementation of
|
(description "This package provides a user-land implementation of
|
||||||
Node-core's @code{string_decoder}, which serves to decode buffers to
|
Node-core's @code{string_decoder}, which serves to decode buffers to
|
||||||
strings so that the decoded string does not contain incomplete multibyte
|
strings so that the decoded string does not contain incomplete multibyte
|
||||||
|
|
|
@ -141,7 +141,7 @@ (define-public python-pytest-cram
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs (list python-cram python-pytest))
|
(propagated-inputs (list python-cram python-pytest))
|
||||||
(home-page "https://github.com/tbekolay/pytest-cram")
|
(home-page "https://github.com/tbekolay/pytest-cram")
|
||||||
(synopsis "Run cram tests with pytest.")
|
(synopsis "Run cram tests with pytest")
|
||||||
(description "Cram tests command line applications; Pytest tests Python
|
(description "Cram tests command line applications; Pytest tests Python
|
||||||
applications. @code{pytest-cram} tests Python command line applications by
|
applications. @code{pytest-cram} tests Python command line applications by
|
||||||
letting you write your Python API tests with pytest, and your command line
|
letting you write your Python API tests with pytest, and your command line
|
||||||
|
|
|
@ -782,7 +782,7 @@ (define-public python-jschema-to-python
|
||||||
(propagated-inputs (list python-attrs python-jsonpickle python-pbr))
|
(propagated-inputs (list python-attrs python-jsonpickle python-pbr))
|
||||||
(native-inputs (list python-pytest))
|
(native-inputs (list python-pytest))
|
||||||
(home-page "https://github.com/microsoft/jschema-to-python")
|
(home-page "https://github.com/microsoft/jschema-to-python")
|
||||||
(synopsis "Generate Python classes from a JSON schema.")
|
(synopsis "Generate Python classes from a JSON schema")
|
||||||
(description "This package generates source code for Python classes from a
|
(description "This package generates source code for Python classes from a
|
||||||
@url{http://jschema.org,JSchema} JSON schema.")
|
@url{http://jschema.org,JSchema} JSON schema.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
@ -801,7 +801,7 @@ (define-public python-sarif-om
|
||||||
(propagated-inputs (list python-attrs))
|
(propagated-inputs (list python-attrs))
|
||||||
(native-inputs (list python-pbr))
|
(native-inputs (list python-pbr))
|
||||||
(home-page "https://github.com/microsoft/sarif-python-om")
|
(home-page "https://github.com/microsoft/sarif-python-om")
|
||||||
(synopsis "Python implementation of the SARIF 2.1.0 object model.")
|
(synopsis "Python implementation of the SARIF 2.1.0 object model")
|
||||||
(description "This module contains classes for the object model defined
|
(description "This module contains classes for the object model defined
|
||||||
by the @url{https://sarifweb.azurewebsites.net,Static Analysis Results
|
by the @url{https://sarifweb.azurewebsites.net,Static Analysis Results
|
||||||
Interchange Format (SARIF)} file format.")
|
Interchange Format (SARIF)} file format.")
|
||||||
|
@ -6645,7 +6645,7 @@ (define-public python-socksio
|
||||||
(base32 "1b64j45w35jzhjhnq44bnyad9ydh1iyyd7a6j2c8phxmllyyp2zq"))))
|
(base32 "1b64j45w35jzhjhnq44bnyad9ydh1iyyd7a6j2c8phxmllyyp2zq"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(home-page "https://github.com/sethmlarson/socksio")
|
(home-page "https://github.com/sethmlarson/socksio")
|
||||||
(synopsis "Sans-I/O implementation of SOCKS4, SOCKS4A, and SOCKS5.")
|
(synopsis "Sans-I/O implementation of SOCKS4, SOCKS4A, and SOCKS5")
|
||||||
(description "The @code{socksio} Python module is a client-side sans-I/O
|
(description "The @code{socksio} Python module is a client-side sans-I/O
|
||||||
SOCKS proxy implementation. It supports SOCKS4, SOCKS4A, and SOCKS5.
|
SOCKS proxy implementation. It supports SOCKS4, SOCKS4A, and SOCKS5.
|
||||||
@code{socksio} is a sans-I/O library similar to @code{h11} or @code{h2}; this
|
@code{socksio} is a sans-I/O library similar to @code{h11} or @code{h2}; this
|
||||||
|
@ -6696,7 +6696,7 @@ (define-public python-msrest
|
||||||
python-pytest-asyncio
|
python-pytest-asyncio
|
||||||
python-pytest-trio))
|
python-pytest-trio))
|
||||||
(home-page "https://github.com/Azure/msrest-for-python")
|
(home-page "https://github.com/Azure/msrest-for-python")
|
||||||
(synopsis "AutoRest swagger generator Python client runtime.")
|
(synopsis "AutoRest swagger generator Python client runtime")
|
||||||
(description "This package provides the runtime library @code{msrest} for
|
(description "This package provides the runtime library @code{msrest} for
|
||||||
AutoRest-generated Python clients.")
|
AutoRest-generated Python clients.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
|
@ -543,7 +543,7 @@ (define-public wsdd
|
||||||
'(("src/wsdd.py" "bin/wsdd")
|
'(("src/wsdd.py" "bin/wsdd")
|
||||||
("man/wsdd.1" "share/man/man1/"))))
|
("man/wsdd.1" "share/man/man1/"))))
|
||||||
(home-page "https://github.com/christgau/wsdd")
|
(home-page "https://github.com/christgau/wsdd")
|
||||||
(synopsis "A Web Service Discovery host daemon")
|
(synopsis "Web Service Discovery host daemon")
|
||||||
(description "This daemon allows (Samba) hosts to be found by Web
|
(description "This daemon allows (Samba) hosts to be found by Web
|
||||||
Service Dicovery Clients. It also implements the client side of the
|
Service Dicovery Clients. It also implements the client side of the
|
||||||
discovery protocol which searches for devices implementing
|
discovery protocol which searches for devices implementing
|
||||||
|
|
|
@ -185,7 +185,7 @@ (define-public torsocks
|
||||||
(("getcap=.*")
|
(("getcap=.*")
|
||||||
(string-append "getcap=" (which "getcap") "\n"))))))))
|
(string-append "getcap=" (which "getcap") "\n"))))))))
|
||||||
(home-page "https://www.torproject.org/")
|
(home-page "https://www.torproject.org/")
|
||||||
(synopsis "Transparently route an application's traffic through Tor.")
|
(synopsis "Transparently route an application's traffic through Tor")
|
||||||
(description
|
(description
|
||||||
"Torsocks allows you to use most applications in a safe way with Tor. It
|
"Torsocks allows you to use most applications in a safe way with Tor. It
|
||||||
ensures that DNS requests are handled safely and explicitly rejects UDP
|
ensures that DNS requests are handled safely and explicitly rejects UDP
|
||||||
|
|
Loading…
Reference in a new issue