Accepting request 523263 from home:jengelh:branches:devel:languages:python
- Repair package description grammar. OBS-URL: https://build.opensuse.org/request/show/523263 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rply?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
ad231f6a70
commit
54b9121179
@@ -13,6 +13,7 @@
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
@@ -20,14 +21,14 @@
|
||||
Name: python-rply
|
||||
Version: 0.7.5
|
||||
Release: 0
|
||||
License: BSD-3-Clause
|
||||
Summary: A pure Python Lex/Yacc that works with RPython
|
||||
Url: https://github.com/alex/rply
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Languages/Python
|
||||
Url: https://github.com/alex/rply
|
||||
Source: https://files.pythonhosted.org/packages/source/r/rply/rply-%{version}.tar.gz
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: python-rpm-macros
|
||||
%if %{with test}
|
||||
BuildRequires: %{python_module appdirs}
|
||||
%endif
|
||||
@@ -38,9 +39,9 @@ BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
RPLY is a pure Python parser generator, that also works with RPython.
|
||||
RPLY is a pure Python parser generator that also works with RPython.
|
||||
It is a more-or-less direct port of David Beazley's PLY, with a new
|
||||
public API, and RPython support.
|
||||
public API, and with RPython support.
|
||||
|
||||
%prep
|
||||
%setup -q -n rply-%{version}
|
||||
|
||||
Reference in New Issue
Block a user