forked from pool/python-Parsley
- Replace pypi.python.org Source URL with the canonical files.pythonhosted.org
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Parsley?expand=0&rev=14
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 12 22:50:41 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Replace pypi.python.org Source URL with the canonical files.pythonhosted.org
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 20 07:26:05 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define oname Parsley
|
||||
%define modname Parsley
|
||||
%define oldpython python
|
||||
Name: python-Parsley
|
||||
Version: 1.3
|
||||
@@ -25,7 +25,7 @@ Release: 0
|
||||
Summary: PEG algorithm based parser generator
|
||||
License: MIT
|
||||
URL: https://github.com/washort/parsley
|
||||
Source: https://pypi.python.org/packages/source/P/%{oname}/%{oname}-%{version}.tar.gz
|
||||
Source: https://files.pythonhosted.org/packages/source/P/%{modname}/%{modname}-%{version}.tar.gz
|
||||
BuildRequires: %{python_module Twisted}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
@@ -51,7 +51,7 @@ as yacc, bison or PLY.
|
||||
The binaries are prefixed with parsley-.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{oname}-%{version}
|
||||
%setup -q -n %{modname}-%{version}
|
||||
# Remove with bump, missing fixtures
|
||||
rm -f ometa/test/test_vm_builder.py
|
||||
|
||||
|
||||
Reference in New Issue
Block a user