Jan Matejek 2017-03-21 16:03:25 +00:00 committed by Git OBS Bridge
parent e3c0d8a14e
commit 4d132645cd

View File

@ -19,13 +19,15 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python %define oldpython python
Name: python-astroid Name: python-astroid
Version: 1.4.9.git.1489454058.313c0c3 Version: 1.4.9.git.1489768950.31f21cd
Release: 0 Release: 0
Summary: Rebuild a new abstract syntax tree from Python's ast Summary: Rebuild a new abstract syntax tree from Python's ast
License: LGPL-2.1+ License: LGPL-2.1+
Group: Development/Libraries/Python Group: Development/Libraries/Python
Url: https://github.com/pycqa/astroid Url: https://github.com/pycqa/astroid
Source: https://files.pythonhosted.org/packages/source/a/astroid/astroid-%{version}.tar.gz # replaced for github pre-release
#Source: https://files.pythonhosted.org/packages/source/a/astroid/astroid-%{version}.tar.gz
Source: astroid-%{version}.tar.gz
Source1: pytest.ini Source1: pytest.ini
BuildRequires: %{python_module lazy-object-proxy} BuildRequires: %{python_module lazy-object-proxy}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}