forked from pool/python-cli-helpers
Accepting request 671989 from home:jengelh:branches:devel:languages:python
- Trim bias and excess markup from description. OBS-URL: https://build.opensuse.org/request/show/671989 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cli-helpers?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
a8e30bfc5a
commit
16f27074dc
@@ -13,27 +13,28 @@
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-cli-helpers
|
||||
Version: 1.1.0
|
||||
Release: 0
|
||||
License: BSD-3-Clause
|
||||
Summary: Helpers for building command-line apps
|
||||
Url: https://github.com/dbcli/cli_helpers
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Languages/Python
|
||||
Url: https://github.com/dbcli/cli_helpers
|
||||
Source: https://files.pythonhosted.org/packages/source/c/cli-helpers/cli_helpers-%{version}.tar.gz
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: python-rpm-macros
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module pytest >= 3.0.7}
|
||||
BuildRequires: %{python_module mock >= 2.0.0}
|
||||
BuildRequires: %{python_module pytest >= 3.0.7}
|
||||
# Package dependencies
|
||||
BuildRequires: %{python_module Pygments >= 1.6}
|
||||
BuildRequires: %{python_module configobj >= 5.0.5}
|
||||
BuildRequires: %{python_module tabulate >= 0.8.2}
|
||||
BuildRequires: %{python_module terminaltables >= 3.0.0}
|
||||
BuildRequires: %{python_module Pygments >= 1.6}
|
||||
BuildRequires: %{python_module wcwidth}
|
||||
%ifpython2
|
||||
BuildRequires: python2-backports.csv >= 1.0.0
|
||||
@@ -41,11 +42,11 @@ BuildRequires: python2-backports.csv >= 1.0.0
|
||||
# /SECTION
|
||||
BuildRequires: fdupes
|
||||
BuildArch: noarch
|
||||
Requires: python-Pygments >= 1.6
|
||||
Requires: python-configobj >= 5.0.5
|
||||
Requires: python-tabulate >= 0.8.2
|
||||
Requires: python-terminaltables >= 3.0.0
|
||||
Requires: python-wcwidth
|
||||
Requires: python-Pygments >= 1.6
|
||||
%ifpython2
|
||||
Requires: python2-backports.csv >= 1.0.0
|
||||
%endif
|
||||
@@ -53,18 +54,17 @@ Requires: python2-backports.csv >= 1.0.0
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
CLI Helpers is a Python package that makes it easy to perform common tasks when
|
||||
CLI Helpers is a Python package for performing common tasks when
|
||||
building command-line apps. It's a helper library for command-line interfaces.
|
||||
|
||||
Libraries like `Click <http://click.pocoo.org/5/>`_ and
|
||||
`Python Prompt Toolkit <https://python-prompt-toolkit.readthedocs.io/en/latest/>`_
|
||||
are amazing tools that help you create quality apps. CLI Helpers complements
|
||||
these libraries by wrapping up common tasks in simple interfaces.
|
||||
|
||||
CLI Helpers is not focused on your app's design pattern or framework -- you can
|
||||
use it on its own or in combination with other libraries. It's lightweight and
|
||||
easy to extend.
|
||||
Libraries like Click <http://click.pocoo.org/5/> and Python Prompt
|
||||
Toolkit <https://python-prompt-toolkit.readthedocs.io/en/latest/> are
|
||||
tools that help to create quality apps. CLI Helpers complements these
|
||||
libraries by wrapping up common tasks in interfaces.
|
||||
|
||||
CLI Helpers is not focused on applications' design patterns or
|
||||
frameworks -- it can be used it on its own or in combination with
|
||||
other libraries.
|
||||
|
||||
%prep
|
||||
%setup -q -n cli_helpers-%{version}
|
||||
|
||||
Reference in New Issue
Block a user