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 /gnu/packages | |
| parent | 2159d8fc03487da400e6694d522a41b934a2a1aa (diff) | |
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>
Diffstat (limited to 'gnu/packages')
| -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 3ef79b4c269..dc51a15a2dd 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm | |||
| @@ -16502,7 +16502,7 @@ API services.") | |||
| 16502 | (native-inputs | 16502 | (native-inputs |
| 16503 | (list python-pytest)) | 16503 | (list python-pytest)) |
| 16504 | (home-page "https://github.com/caleblareau/mgatk") | 16504 | (home-page "https://github.com/caleblareau/mgatk") |
| 16505 | (synopsis "Mitochondrial genome analysis toolkit.") | 16505 | (synopsis "Mitochondrial genome analysis toolkit") |
| 16506 | (description "This package is a Python-based command line interface for | 16506 | (description "This package is a Python-based command line interface for |
| 16507 | processing .bam files with mitochondrial reads and generating high-quality | 16507 | processing .bam files with mitochondrial reads and generating high-quality |
| 16508 | heteroplasmy estimation from sequencing data. The mgatk package places a | 16508 | 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 cfabc618d2b..5a6383facc6 100644 --- a/gnu/packages/python-compression.scm +++ b/gnu/packages/python-compression.scm | |||
| @@ -334,7 +334,7 @@ library.") | |||
| 334 | python-pytest | 334 | python-pytest |
| 335 | python-setuptools-scm)) | 335 | python-setuptools-scm)) |
| 336 | (home-page "https://pypi.org/project/inflate64/") | 336 | (home-page "https://pypi.org/project/inflate64/") |
| 337 | (synopsis "deflate64 compression/decompression library") | 337 | (synopsis "Compression/decompression library") |
| 338 | (description "The @code{inflate64} package provides @code{Deflater} and | 338 | (description "The @code{inflate64} package provides @code{Deflater} and |
| 339 | @code{Inflater} classes to compress and decompress with the Enhanced Deflate | 339 | @code{Inflater} classes to compress and decompress with the Enhanced Deflate |
| 340 | compression algorithm.") | 340 | compression algorithm.") |
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index a28620fb3d5..cd2434c39fe 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm | |||
| @@ -1885,7 +1885,7 @@ and visualization with these data structures.") | |||
| 1885 | python-xarray)) | 1885 | python-xarray)) |
| 1886 | (native-inputs (list python-pytest python-poetry-core)) | 1886 | (native-inputs (list python-pytest python-poetry-core)) |
| 1887 | (home-page "https://github.com/astropenguin/xarray-dataclasses/") | 1887 | (home-page "https://github.com/astropenguin/xarray-dataclasses/") |
| 1888 | (synopsis "xarray data creation made easy by dataclass") | 1888 | (synopsis "Data creation made easy by dataclass") |
| 1889 | (description "@code{xarray-dataclasses} is a Python package that makes it | 1889 | (description "@code{xarray-dataclasses} is a Python package that makes it |
| 1890 | easy to create @code{xarray}'s @code{DataArray} and @code{Datase} objects that | 1890 | easy to create @code{xarray}'s @code{DataArray} and @code{Datase} objects that |
| 1891 | are \"typed\" (i.e. fixed dimensions, data type, coordinates, attributes, and | 1891 | 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 fb43c9b0a06..0d023fe58da 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.") | |||
| 9718 | (native-inputs (list python-pytest)) | 9718 | (native-inputs (list python-pytest)) |
| 9719 | (home-page "https://github.com/jsvine/waybackpack") | 9719 | (home-page "https://github.com/jsvine/waybackpack") |
| 9720 | (synopsis | 9720 | (synopsis |
| 9721 | "Command-line tool that lets you download the entire Wayback Machine | 9721 | "Download the entire Wayback Machine archive for a given URL") |
| 9722 | archive for a given URL.") | ||
| 9723 | (description | 9722 | (description |
| 9724 | "This package provides a library and a command-line tool that lets | 9723 | "This package provides a library and a command-line tool that lets |
| 9725 | you download the entire Wayback Machine archive for a given URL.") | 9724 | 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 8a8c0a345c1..fa43c8d12f0 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm | |||
| @@ -5353,7 +5353,7 @@ server.") | |||
| 5353 | python-six)) | 5353 | python-six)) |
| 5354 | (native-inputs (list python-matplotlib)) | 5354 | (native-inputs (list python-matplotlib)) |
| 5355 | (home-page "https://github.com/craffel/mir_eval") | 5355 | (home-page "https://github.com/craffel/mir_eval") |
| 5356 | (synopsis "Common metrics for common audio/music processing tasks.") | 5356 | (synopsis "Common metrics for common audio/music processing tasks") |
| 5357 | (description "This is a Python library for computing common heuristic | 5357 | (description "This is a Python library for computing common heuristic |
| 5358 | accuracy scores for various music/audio information retrieval/signal | 5358 | accuracy scores for various music/audio information retrieval/signal |
| 5359 | processing tasks.") | 5359 | processing tasks.") |
| @@ -7128,7 +7128,7 @@ Microsoft Word (.docx) documents.") | |||
| 7128 | (native-inputs | 7128 | (native-inputs |
| 7129 | (list python-nose)) | 7129 | (list python-nose)) |
| 7130 | (home-page "https://github.com/twolfson/restructuredtext-lint") | 7130 | (home-page "https://github.com/twolfson/restructuredtext-lint") |
| 7131 | (synopsis "reStructuredText linter") | 7131 | (synopsis "Linter") |
| 7132 | (description "This package provides a linter for the reStructuredText | 7132 | (description "This package provides a linter for the reStructuredText |
| 7133 | format.") | 7133 | format.") |
| 7134 | (license license:unlicense))) | 7134 | (license license:unlicense))) |
| @@ -10504,7 +10504,7 @@ parallelism."))) | |||
| 10504 | (build-system python-build-system) | 10504 | (build-system python-build-system) |
| 10505 | (native-inputs (list python-pillow)) | 10505 | (native-inputs (list python-pillow)) |
| 10506 | (home-page "https://github.com/whtsky/pixelmatch-py") | 10506 | (home-page "https://github.com/whtsky/pixelmatch-py") |
| 10507 | (synopsis "A pixel-level image comparison library") | 10507 | (synopsis "Pixel-level image comparison library") |
| 10508 | (description "This package provides a pixel-level image comparison library | 10508 | (description "This package provides a pixel-level image comparison library |
| 10509 | for Python, originally created to compare screenshots in tests. Its features | 10509 | for Python, originally created to compare screenshots in tests. Its features |
| 10510 | include accurate anti-aliased pixels detection and perceptual color difference | 10510 | include accurate anti-aliased pixels detection and perceptual color difference |
| @@ -15770,7 +15770,7 @@ should be stored on various operating systems.") | |||
| 15770 | (build-system pyproject-build-system) | 15770 | (build-system pyproject-build-system) |
| 15771 | (propagated-inputs (list python-six)) | 15771 | (propagated-inputs (list python-six)) |
| 15772 | (home-page "https://github.com/google/pasta") | 15772 | (home-page "https://github.com/google/pasta") |
| 15773 | (synopsis "pasta is an AST-based Python refactoring library") | 15773 | (synopsis "AST-based Python refactoring library") |
| 15774 | (description "This package provides \"pasta\", an AST-based Python | 15774 | (description "This package provides \"pasta\", an AST-based Python |
| 15775 | refactoring library.") | 15775 | refactoring library.") |
| 15776 | (license license:asl2.0))) | 15776 | (license license:asl2.0))) |
| @@ -38268,7 +38268,7 @@ write text fast, and for various text generation, statistics, and modeling tasks | |||
| 38268 | (propagated-inputs (list python-pytz)) | 38268 | (propagated-inputs (list python-pytz)) |
| 38269 | (native-inputs (list python-pytest)) | 38269 | (native-inputs (list python-pytest)) |
| 38270 | (home-page "https://github.com/python-xmp-toolkit/python-xmp-toolkit") | 38270 | (home-page "https://github.com/python-xmp-toolkit/python-xmp-toolkit") |
| 38271 | (synopsis "Python XMP Toolkit for working with metadata.") | 38271 | (synopsis "Python XMP Toolkit for working with metadata") |
| 38272 | (description "Python XMP Toolkit is a library for working with XMP | 38272 | (description "Python XMP Toolkit is a library for working with XMP |
| 38273 | metadata, as well as reading/writing XMP metadata stored in many different | 38273 | metadata, as well as reading/writing XMP metadata stored in many different |
| 38274 | file formats. | 38274 | file formats. |
diff --git a/gnu/packages/rpc.scm b/gnu/packages/rpc.scm index b70214fa79e..075a740a881 100644 --- a/gnu/packages/rpc.scm +++ b/gnu/packages/rpc.scm | |||
| @@ -192,7 +192,7 @@ browsers to backend services.") | |||
| 192 | (build-system python-build-system) | 192 | (build-system python-build-system) |
| 193 | (propagated-inputs (list python-grpcio python-typing-extensions)) | 193 | (propagated-inputs (list python-grpcio python-typing-extensions)) |
| 194 | (home-page "https://github.com/shabbyrobe/grpc-stubs") | 194 | (home-page "https://github.com/shabbyrobe/grpc-stubs") |
| 195 | (synopsis "gRPC typing stubs for Python") | 195 | (synopsis "Typing stubs for Python") |
| 196 | (description "This is a PEP-561-compliant stub-only package which provides | 196 | (description "This is a PEP-561-compliant stub-only package which provides |
| 197 | type information of gRPC.") | 197 | type information of gRPC.") |
| 198 | (license license:expat))) | 198 | (license license:expat))) |
diff --git a/gnu/packages/simulation.scm b/gnu/packages/simulation.scm index 824318bf51d..f3f6ee40fcf 100644 --- a/gnu/packages/simulation.scm +++ b/gnu/packages/simulation.scm | |||
| @@ -1332,7 +1332,7 @@ track models to multi-body models.") | |||
| 1332 | python-tqdm)) | 1332 | python-tqdm)) |
| 1333 | (native-inputs (list python-lxml python-pytest)) | 1333 | (native-inputs (list python-lxml python-pytest)) |
| 1334 | (home-page "https://commonroad.in.tum.de/") | 1334 | (home-page "https://commonroad.in.tum.de/") |
| 1335 | (synopsis "Read, write, and visualize CommonRoad scenarios.") | 1335 | (synopsis "Read, write, and visualize CommonRoad scenarios") |
| 1336 | (description "This package provides methods to read, write, and visualize | 1336 | (description "This package provides methods to read, write, and visualize |
| 1337 | CommonRoad scenarios and planning problems. It can be used as a framework for | 1337 | CommonRoad scenarios and planning problems. It can be used as a framework for |
| 1338 | implementing motion planning algorithms to solve CommonRoad Benchmarks | 1338 | implementing motion planning algorithms to solve CommonRoad Benchmarks |
