forked from pool/python-pyte
Accepting request 520992 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/520992 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyte?expand=0&rev=3
This commit is contained in:
@@ -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
|
||||
|
||||
|
@@ -21,14 +21,14 @@
|
||||
Name: python-pyte
|
||||
Version: 0.6.0
|
||||
Release: 0
|
||||
Summary: Simple VTXXX-compatible linux terminal emulator
|
||||
Summary: VTXXX-compatible linux terminal emulator
|
||||
License: LGPL-3.0
|
||||
Group: Development/Languages/Python
|
||||
Url: https://github.com/selectel/pyte
|
||||
Source: https://files.pythonhosted.org/packages/source/p/pyte/pyte-%{version}.tar.gz
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module pytest-runner}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wcwidth}
|
||||
BuildRequires: python-rpm-macros
|
||||
@@ -37,8 +37,12 @@ BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
Curses-like terminal wrapper with a display based on compositing 2d
|
||||
arrays of text.
|
||||
An in-memory VTXXX-compatible terminal emulator supporting VT100 and
|
||||
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
|
||||
%setup -q -n pyte-%{version}
|
||||
|
Reference in New Issue
Block a user