diff options
author | Gabriel Wicki <gabriel@erlikon.ch> | 2024-11-05 23:23:50 +0100 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2024-12-10 22:35:06 -0800 |
commit | 8d05f0c8db93ccd5350cb8968fd96957ea9820b2 (patch) | |
tree | 648754f5a758d58de6fffb23a370491570ffe9af | |
parent | 2159d8fc03487da400e6694d522a41b934a2a1aa (diff) | |
download | guix-8d05f0c8db93ccd5350cb8968fd96957ea9820b2.tar.gz guix-8d05f0c8db93ccd5350cb8968fd96957ea9820b2.zip |
gnu: Fix synopsis in various python packages.
* gnu/packages/python-compression.scm (python-inflate64): Fix synopsis.
* gnu/packages/python-science.scm (python-xarray-dataclasses): Fix synopsis.
* gnu/packages/python-web.scm (python-waybackpack): Fix synopsis.
* gnu/packages/python-xyz.scm (python-mir-eval): Fix synopsis.
(python-restructuredtext-lint): Fix synopsis. (python-pixelmatch): Fix
synopsis. (python-google-pasta): Fix synopsis. (python-xmp-toolkit): Fix
synopsis.
* gnu/packages/bioinformatics.scm (python-mgatk): Fix synopsis.
* gnu/packages/rpc.scm (python-grpc-stubs): Fix synopsis.
* gnu/packages/simulation.scm (python-commonroad-io): Fix synopsis.
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
-rw-r--r-- | gnu/packages/bioinformatics.scm | 2 | ||||
-rw-r--r-- | gnu/packages/python-compression.scm | 2 | ||||
-rw-r--r-- | gnu/packages/python-science.scm | 2 | ||||
-rw-r--r-- | gnu/packages/python-web.scm | 3 | ||||
-rw-r--r-- | gnu/packages/python-xyz.scm | 10 | ||||
-rw-r--r-- | gnu/packages/rpc.scm | 2 | ||||
-rw-r--r-- | gnu/packages/simulation.scm | 2 |
7 files changed, 11 insertions, 12 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 3ef79b4c26..dc51a15a2d 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -16502,7 +16502,7 @@ API services.") (native-inputs (list python-pytest)) (home-page "https://github.com/caleblareau/mgatk") - (synopsis "Mitochondrial genome analysis toolkit.") + (synopsis "Mitochondrial genome analysis toolkit") (description "This package is a Python-based command line interface for processing .bam files with mitochondrial reads and generating high-quality heteroplasmy estimation from sequencing data. The mgatk package places a diff --git a/gnu/packages/python-compression.scm b/gnu/packages/python-compression.scm index cfabc618d2..5a6383facc 100644 --- a/gnu/packages/python-compression.scm +++ b/gnu/packages/python-compression.scm @@ -334,7 +334,7 @@ library.") python-pytest python-setuptools-scm)) (home-page "https://pypi.org/project/inflate64/") - (synopsis "deflate64 compression/decompression library") + (synopsis "Compression/decompression library") (description "The @code{inflate64} package provides @code{Deflater} and @code{Inflater} classes to compress and decompress with the Enhanced Deflate compression algorithm.") diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index a28620fb3d..cd2434c39f 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -1885,7 +1885,7 @@ and visualization with these data structures.") python-xarray)) (native-inputs (list python-pytest python-poetry-core)) (home-page "https://github.com/astropenguin/xarray-dataclasses/") - (synopsis "xarray data creation made easy by dataclass") + (synopsis "Data creation made easy by dataclass") (description "@code{xarray-dataclasses} is a Python package that makes it easy to create @code{xarray}'s @code{DataArray} and @code{Datase} objects that are \"typed\" (i.e. fixed dimensions, data type, coordinates, attributes, and diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index fb43c9b0a0..0d023fe58d 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -9718,8 +9718,7 @@ hardware on Grid'5000 or via OpenStack, to Vagrant, Chameleon, and more.") (native-inputs (list python-pytest)) (home-page "https://github.com/jsvine/waybackpack") (synopsis - "Command-line tool that lets you download the entire Wayback Machine -archive for a given URL.") + "Download the entire Wayback Machine archive for a given URL") (description "This package provides a library and a command-line tool that lets you download the entire Wayback Machine archive for a given URL.") diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 8a8c0a345c..fa43c8d12f 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -5353,7 +5353,7 @@ server.") python-six)) (native-inputs (list python-matplotlib)) (home-page "https://github.com/craffel/mir_eval") - (synopsis "Common metrics for common audio/music processing tasks.") + (synopsis "Common metrics for common audio/music processing tasks") (description "This is a Python library for computing common heuristic accuracy scores for various music/audio information retrieval/signal processing tasks.") @@ -7128,7 +7128,7 @@ Microsoft Word (.docx) documents.") (native-inputs (list python-nose)) (home-page "https://github.com/twolfson/restructuredtext-lint") - (synopsis "reStructuredText linter") + (synopsis "Linter") (description "This package provides a linter for the reStructuredText format.") (license license:unlicense))) @@ -10504,7 +10504,7 @@ parallelism."))) (build-system python-build-system) (native-inputs (list python-pillow)) (home-page "https://github.com/whtsky/pixelmatch-py") - (synopsis "A pixel-level image comparison library") + (synopsis "Pixel-level image comparison library") (description "This package provides a pixel-level image comparison library for Python, originally created to compare screenshots in tests. Its features include accurate anti-aliased pixels detection and perceptual color difference @@ -15770,7 +15770,7 @@ should be stored on various operating systems.") (build-system pyproject-build-system) (propagated-inputs (list python-six)) (home-page "https://github.com/google/pasta") - (synopsis "pasta is an AST-based Python refactoring library") + (synopsis "AST-based Python refactoring library") (description "This package provides \"pasta\", an AST-based Python refactoring library.") (license license:asl2.0))) @@ -38268,7 +38268,7 @@ write text fast, and for various text generation, statistics, and modeling tasks (propagated-inputs (list python-pytz)) (native-inputs (list python-pytest)) (home-page "https://github.com/python-xmp-toolkit/python-xmp-toolkit") - (synopsis "Python XMP Toolkit for working with metadata.") + (synopsis "Python XMP Toolkit for working with metadata") (description "Python XMP Toolkit is a library for working with XMP metadata, as well as reading/writing XMP metadata stored in many different file formats. diff --git a/gnu/packages/rpc.scm b/gnu/packages/rpc.scm index b70214fa79..075a740a88 100644 --- a/gnu/packages/rpc.scm +++ b/gnu/packages/rpc.scm @@ -192,7 +192,7 @@ browsers to backend services.") (build-system python-build-system) (propagated-inputs (list python-grpcio python-typing-extensions)) (home-page "https://github.com/shabbyrobe/grpc-stubs") - (synopsis "gRPC typing stubs for Python") + (synopsis "Typing stubs for Python") (description "This is a PEP-561-compliant stub-only package which provides type information of gRPC.") (license license:expat))) diff --git a/gnu/packages/simulation.scm b/gnu/packages/simulation.scm index 824318bf51..f3f6ee40fc 100644 --- a/gnu/packages/simulation.scm +++ b/gnu/packages/simulation.scm @@ -1332,7 +1332,7 @@ track models to multi-body models.") python-tqdm)) (native-inputs (list python-lxml python-pytest)) (home-page "https://commonroad.in.tum.de/") - (synopsis "Read, write, and visualize CommonRoad scenarios.") + (synopsis "Read, write, and visualize CommonRoad scenarios") (description "This package provides methods to read, write, and visualize CommonRoad scenarios and planning problems. It can be used as a framework for implementing motion planning algorithms to solve CommonRoad Benchmarks |