forked from pool/python-pyjsparser
Accepting request 685071 from home:jengelh:branches:devel:languages:python
- Trim bias from description. OBS-URL: https://build.opensuse.org/request/show/685071 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyjsparser?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
7e476a26a6
commit
2499868206
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 14 16:38:43 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Trim bias from description.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 13 15:47:24 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
Wed Mar 13 15:47:24 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
@@ -12,31 +12,32 @@
|
|||||||
# 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/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-pyjsparser
|
Name: python-pyjsparser
|
||||||
Version: 2.5.2
|
Version: 2.5.2
|
||||||
Release: 0
|
Release: 0
|
||||||
|
Summary: Javascript parser based on esprimajs
|
||||||
License: MIT
|
License: MIT
|
||||||
Summary: Fast javascript parser (based on esprimajs)
|
|
||||||
Url: https://github.com/PiotrDabkowski/pyjsparser
|
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
|
Url: https://github.com/PiotrDabkowski/pyjsparser
|
||||||
Source: https://files.pythonhosted.org/packages/source/p/pyjsparser/pyjsparser-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/p/pyjsparser/pyjsparser-%{version}.tar.gz
|
||||||
Source1: https://raw.githubusercontent.com/PiotrDabkowski/pyjsparser/master/LICENSE
|
Source1: https://raw.githubusercontent.com/PiotrDabkowski/pyjsparser/master/LICENSE
|
||||||
Source2: https://raw.githubusercontent.com/PiotrDabkowski/pyjsparser/master/README.md
|
Source2: https://raw.githubusercontent.com/PiotrDabkowski/pyjsparser/master/README.md
|
||||||
Patch0: fix_version.patch
|
Patch0: fix_version.patch
|
||||||
BuildRequires: python-rpm-macros
|
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Fast JavaScript parser - manual translation of esprima.js to python
|
A JavaScript parser - a manual translation of esprima.js to Python.
|
||||||
Supports whole ECMAScript 5.1 and parts of ECMAScript 6.
|
It supports the whole of ECMAScript 5.1 and parts of ECMAScript 6.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n pyjsparser-%{version}
|
%setup -q -n pyjsparser-%{version}
|
||||||
|
Reference in New Issue
Block a user