update python-argh.spec.

update description
This commit is contained in:
晨东 2020-07-12 12:49:36 +08:00 committed by Gitee
parent 130990adbc
commit 707d32f8b6

View File

@ -10,13 +10,7 @@ BuildArch: noarch
%description %description
Building a command-line interface? Found yourself uttering "argh!" while Argh: The Natural CLI
struggling with the API of `argparse`? Don't like the complexity but need
the power?
Everything should be made as simple as possible, but no simpler.
-- Albert Einstein (probably)
`Argh` is a smart wrapper for `argparse`. `Argparse` is a very powerful tool;
`Argh` just makes it easy to use.
%package -n python3-argh %package -n python3-argh
Summary: An unobtrusive argparse wrapper with natural syntax Summary: An unobtrusive argparse wrapper with natural syntax
@ -24,25 +18,13 @@ Provides: python-argh
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
%description -n python3-argh %description -n python3-argh
Building a command-line interface? Found yourself uttering "argh!" while Argh: The Natural CLI
struggling with the API of `argparse`? Don't like the complexity but need
the power?
Everything should be made as simple as possible, but no simpler.
-- Albert Einstein (probably)
`Argh` is a smart wrapper for `argparse`. `Argparse` is a very powerful tool;
`Argh` just makes it easy to use.
%package help %package help
Summary: Development documents and examples for argh Summary: Development documents and examples for argh
Provides: python3-argh-doc Provides: python3-argh-doc
%description help %description help
Building a command-line interface? Found yourself uttering "argh!" while Argh: The Natural CLI
struggling with the API of `argparse`? Don't like the complexity but need
the power?
Everything should be made as simple as possible, but no simpler.
-- Albert Einstein (probably)
`Argh` is a smart wrapper for `argparse`. `Argparse` is a very powerful tool;
`Argh` just makes it easy to use.
%prep %prep
%autosetup -n argh-0.26.2 %autosetup -n argh-0.26.2