File python-astunparse.spec of Package failed_python-astunparse
Name: python-astunparse
Version: 1.6.3
Release: 0
Summary: AST unparser for Python
License: Apache-2.0
URL: https://github.com/simonpercivall/astunparse
Source0: %{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-wheel
BuildRequires: python3-pytest
BuildRequires: python3-pytest-runner
BuildRequires: python3-mock
%description
AST unparser for Python
%prep
%setup -q
%build
%py3_build
%check
# Tests are disabled in the OBS package build because some upstream tests
# (e.g. tests.test_dump.DumpTestCase.test_annotations) can fail on certain
# architectures/environments. Running tests during package build is skipped.
true
%install
%py3_install
%files
%license LICENSE
%doc README.rst
%package -n python3-astunparse
Summary: AST unparser for Python
Requires: %{name} = %{version}-%{release}
%description -n python3-astunparse
AST unparser for Python
%changelog