From 27ebe4e459567807667190cfffd06c9b13096cb1 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Mon, 17 Feb 2025 01:36:15 -0800 Subject: [PATCH] gnu: Fix several "This packages" typos in descriptions. * gnu/packages/golang-check.scm (go-github-com-bitfield-gotestdox): Fix typo. * gnu/packages/python-check.scm (python-pytest-html): Fix typo. * gnu/packages/python-xyz.scm (python-uri-template): Fix typo. (python-rgbxy): Fix typo. --- gnu/packages/golang-check.scm | 2 +- gnu/packages/python-check.scm | 2 +- gnu/packages/python-xyz.scm | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm index d0371aa91597e6e4c5fcb327a4607259e081876f..6c789bd652866d5d6f8a8dfff23e40cab0bf31bc 100644 --- a/gnu/packages/golang-check.scm +++ b/gnu/packages/golang-check.scm @@ -175,7 +175,7 @@ github.com/sergi/go-diff, mainly for diffing strings in tests.") (home-page "https://github.com/bitfield/gotestdox") (synopsis "Format Go test results as readable documentation") (description - "This packages implements a functionality to run tests and report the + "This package implements a functionality to run tests and report the results, converting test names WrittenInCamelCase into ordinary sentences.") (license license:expat))) diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index f5f615f03fe48be0c06c141990a30fdbb099ea7d..22ffbd8d92986e4dfff41e26407106c3553eb31c 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -1212,7 +1212,7 @@ someone to import them in their actual tests to use them.") (home-page "https://github.com/pytest-dev/pytest-html") (synopsis "Pytest plugin for generating HTML reports") (description - "This packages provides a pytest plugin for generating HTML reports.") + "This package provides a pytest plugin for generating HTML reports.") (license license:mpl2.0))) (define-public python-pytest-metadata diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index bb0ab777d5884232a26ca9e29f42121038185d17..1445c6f30257bdd8ddbe3c234af8517c48e5c1fc 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -14107,7 +14107,7 @@ computing.") python-wheel)) (home-page "https://gitlab.linss.com/open-source/python/uri-template") (synopsis "RFC 6570 URI Template Processor") - (description "This packages implements URI Template expansion in strict + (description "This package implements URI Template expansion in strict adherence to RFC 6570, but adds a few extensions.") (license license:expat))) @@ -26665,7 +26665,7 @@ functionality removed from @code{packaging}.") (home-page "https://github.com/benknight/hue-python-rgb-converter") (synopsis "RGB conversion tool in Python") (description - "This packages implements funtionality of RGB/CIE1931 'xy' gammuts + "This package implements functionality of RGB/CIE1931 'xy' gammuts convertion: Gamut A, B, and C.") (license license:expat)))