From 707d32f8b6c371ff03e1db24a064c146c3bd2ff3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=99=A8=E4=B8=9C?= Date: Sun, 12 Jul 2020 12:49:36 +0800 Subject: [PATCH] update python-argh.spec. update description --- python-argh.spec | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/python-argh.spec b/python-argh.spec index d3a932a..f379d2a 100644 --- a/python-argh.spec +++ b/python-argh.spec @@ -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