forked from pool/python-Parsley
Run through spec-cleaner
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Parsley?expand=0&rev=10
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 7 15:02:03 UTC 2019 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Run through spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 25 18:05:32 UTC 2018 - jengelh@inai.de
|
||||
|
||||
|
||||
@@ -24,8 +24,7 @@ Version: 1.3
|
||||
Release: 0
|
||||
Summary: PEG algorithm based parser generator
|
||||
License: MIT
|
||||
Group: Development/Libraries/Python
|
||||
URL: http://github.com/washort/parsley
|
||||
URL: https://github.com/washort/parsley
|
||||
Source: https://pypi.python.org/packages/source/P/%{oname}/%{oname}-%{version}.tar.gz
|
||||
BuildRequires: %{python_module Twisted}
|
||||
BuildRequires: %{python_module pytest}
|
||||
@@ -74,8 +73,8 @@ done
|
||||
|
||||
%check
|
||||
export LANG=en_US.UTF-8
|
||||
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_version} ometa/test
|
||||
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_version} terml/test
|
||||
%pytest ometa/test
|
||||
%pytest terml/test
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
|
||||
Reference in New Issue
Block a user