14
0
forked from pool/python-rply

Accepting request 533145 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/533145
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rply?expand=0&rev=2
This commit is contained in:
2017-10-13 12:16:20 +00:00
committed by Git OBS Bridge
2 changed files with 11 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Sep 11 15:26:18 UTC 2017 - jengelh@inai.de
- Repair package description grammar.
-------------------------------------------------------------------
Thu Sep 7 22:42:29 UTC 2017 - toddrme2178@gmail.com

View File

@@ -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}