14
0
forked from pool/python-libcst
2022-02-21 14:10:45 +00:00
committed by Git OBS Bridge
parent 3dc919d44d
commit 5f7441c734
4 changed files with 6 additions and 31 deletions

View File

@@ -27,13 +27,14 @@
%define psuffix %{nil}
%bcond_with test
%endif
%define modname libcst
Name: python-libcst%{psuffix}
Version: 0.4.1
Release: 0
Summary: Python 3.5+ concrete syntax tree with AST-like properties
License: MIT
URL: https://github.com/Instagram/LibCST
Source0: LibCST-%{version}.tar.xz
Source0: https://files.pythonhosted.org/packages/source/l/%{modname}/%{modname}-%{version}.tar.gz
Source1: vendor.tar.xz
Source2: cargo_config
# PATCH-FIX-UPSTREAM skip_failing_test.patch gh#Instagram/LibCST#442 mcepl@suse.com
@@ -72,7 +73,7 @@ BuildRequires: %{python_module typing_extensions >= 3.7.4.2}
A concrete syntax tree with AST-like properties for Python 3.5+ programs.
%prep
%setup -q -n LibCST-%{version}
%setup -q -n libcst-%{version}
tar x -C native/ -f %{SOURCE1}
(cd native ; mkdir -p .cargo ; cat %{SOURCE2} >>.cargo/config.toml)
%autopatch -p1