14
0
forked from pool/python-pyte

Accepting request 520479 from home:jengelh:branches:devel:languages:python

- Replace python-curtsies description by python-pyte's.

OBS-URL: https://build.opensuse.org/request/show/520479
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyte?expand=0&rev=5
This commit is contained in:
2017-09-05 07:17:05 +00:00
committed by Git OBS Bridge
parent 20c37ca463
commit b0ecf26185
2 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Sep 3 11:17:17 UTC 2017 - jengelh@inai.de
- Replace python-curtsies description by python-pyte's.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Aug 31 21:23:16 UTC 2017 - toddrme2178@gmail.com Thu Aug 31 21:23:16 UTC 2017 - toddrme2178@gmail.com

View File

@@ -21,14 +21,14 @@
Name: python-pyte Name: python-pyte
Version: 0.6.0 Version: 0.6.0
Release: 0 Release: 0
Summary: Simple VTXXX-compatible linux terminal emulator Summary: VTXXX-compatible linux terminal emulator
License: LGPL-3.0 License: LGPL-3.0
Group: Development/Languages/Python Group: Development/Languages/Python
Url: https://github.com/selectel/pyte Url: https://github.com/selectel/pyte
Source: https://files.pythonhosted.org/packages/source/p/pyte/pyte-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/p/pyte/pyte-%{version}.tar.gz
BuildRequires: %{python_module devel} BuildRequires: %{python_module devel}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module pytest-runner}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wcwidth} BuildRequires: %{python_module wcwidth}
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
@@ -37,8 +37,12 @@ BuildArch: noarch
%python_subpackages %python_subpackages
%description %description
Curses-like terminal wrapper with a display based on compositing 2d An in-memory VTXXX-compatible terminal emulator supporting VT100 and
arrays of text. other DEC VTs between 1970 and 1995. pyte can be used to:
* screen scrape terminal apps, for example htop or aptitude.
* write terminal emulators; either with a graphical (xterm, rxvt)
or a web interface, like AjaxTerm.
%prep %prep
%setup -q -n pyte-%{version} %setup -q -n pyte-%{version}