update python-argh.spec.
update description
This commit is contained in:
parent
130990adbc
commit
707d32f8b6
@ -10,13 +10,7 @@ BuildArch: noarch
|
||||
|
||||
|
||||
%description
|
||||
Building a command-line interface? Found yourself uttering "argh!" while
|
||||
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.
|
||||
Argh: The Natural CLI
|
||||
|
||||
%package -n python3-argh
|
||||
Summary: An unobtrusive argparse wrapper with natural syntax
|
||||
@ -24,25 +18,13 @@ Provides: python-argh
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
%description -n python3-argh
|
||||
Building a command-line interface? Found yourself uttering "argh!" while
|
||||
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.
|
||||
Argh: The Natural CLI
|
||||
|
||||
%package help
|
||||
Summary: Development documents and examples for argh
|
||||
Provides: python3-argh-doc
|
||||
%description help
|
||||
Building a command-line interface? Found yourself uttering "argh!" while
|
||||
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.
|
||||
Argh: The Natural CLI
|
||||
|
||||
%prep
|
||||
%autosetup -n argh-0.26.2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user