forked from pool/python-pyPEG2
Accepting request 812624 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/812624 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyPEG2?expand=0&rev=3
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 8 13:14:43 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
- replace nose with pytest
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 2 21:42:12 UTC 2017 - sor.alexei@meowr.ru
|
Tue May 2 21:42:12 UTC 2017 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pyPEG2
|
# spec file for package python-pyPEG2
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@@ -23,12 +23,12 @@ Name: python-pyPEG2
|
|||||||
Version: 2.15.2
|
Version: 2.15.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: PEG Parser-Interpreter framework for Python
|
Summary: PEG Parser-Interpreter framework for Python
|
||||||
License: GPL-2.0
|
License: GPL-2.0-only
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: https://fdik.org/pyPEG2
|
URL: https://fdik.org/pyPEG2
|
||||||
Source: https://files.pythonhosted.org/packages/source/p/%{_name}/%{_name}-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/p/%{_name}/%{_name}-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module lxml}
|
BuildRequires: %{python_module lxml}
|
||||||
BuildRequires: %{python_module nose}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-lxml
|
Requires: python-lxml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@@ -55,11 +55,11 @@ With pyPEG you can parse many formal languages in a very easy way.
|
|||||||
%python_install
|
%python_install
|
||||||
|
|
||||||
%check
|
%check
|
||||||
nosetests-%{python_version}
|
%pytest
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%defattr(-,root,root)
|
%license LICENSE.txt
|
||||||
%doc CHANGES.txt LICENSE.txt README.txt
|
%doc CHANGES.txt README.txt
|
||||||
%{python_sitelib}/pypeg2/
|
%{python_sitelib}/pypeg2/
|
||||||
%{python_sitelib}/%{_name}-%{version}-py%{python_version}.egg-info
|
%{python_sitelib}/%{_name}-%{version}-py%{python_version}.egg-info
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user