代码拉取完成,页面将自动刷新
同步操作将从 src-openEuler/python-libcst 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
%bcond_with docs
%bcond_with tests
%global _empty_manifest_terminate_build 0
%global pypi_name libcst
%global common_description %{expand:
LibCST parses Python source code as a CST tree that keeps all formatting
details (comments, whitespaces, parentheses, etc). It's useful for building
automated refactoring (codemod) applications and linters.
LibCST creates a compromise between an Abstract Syntax Tree (AST) and a
traditional Concrete Syntax Tree (CST). By carefully reorganizing and naming
node types and fields, it creates a lossless CST that looks and feels like an
AST.}
Name: python-%{pypi_name}
Version: 1.1.0
Release: 1
Summary: A concrete syntax tree with AST-like properties for Python 3
License: MIT and (MIT and Python) and ASL 2.0
URL: https://github.com/Instagram/LibCST
Source0: %{pypi_source %{pypi_name}}
BuildRequires: rust-packaging
BuildRequires: python3-devel
BuildRequires: python3dist(setuptools)
BuildRequires: python3dist(setuptools-scm)
BuildRequires: python3dist(setuptools-rust)
%if %{with tests}
BuildRequires: python3dist(pytest)
BuildRequires: python3dist(pyyaml) >= 5.2
BuildRequires: python3dist(hypothesis)
BuildRequires: python3dist(hypothesmith)
%endif
BuildRequires: python3dist(typing-inspect) >= 0.4
%if %{with docs}
BuildRequires: graphviz
BuildRequires: sed
BuildRequires: python3-docs
BuildRequires: python3-metakernel-python
BuildRequires: python3dist(sphinx)
BuildRequires: python3dist(nbsphinx) >= 0.4.2
BuildRequires: python3dist(sphinx-rtd-theme) >= 0.4.3
%endif
%description
%{common_description}
%package -n python3-%{pypi_name}
Summary: %{summary}
%description -n python3-%{pypi_name}
%{common_description}
%if %{with docs}
%package doc
Summary: %{name} documentation
Requires: python3-docs
%description doc
Documentation for %{name}
%endif
%prep
%autosetup -p1 -n %{pypi_name}-%{version}
%if %{with docs}
sed -r \
-e 's|https://docs.python.org/3|%{_docdir}/python3-docs/html|' \
-i docs/source/conf.py
%endif
%build
%py3_build
%if %{with docs}
PYTHONPATH=${PWD} sphinx-build-3 docs/source html
rm -rf html/.{doctrees,buildinfo}
%endif
%install
%py3_install
%files -n python3-%{pypi_name}
%license LICENSE
%doc README.rst
%{python3_sitearch}/%{pypi_name}
%{python3_sitearch}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
%if %{with docs}
%files doc
%doc html
%license LICENSE
%endif
%changelog
* Tue Oct 17 2023 wen-minjuan <mjwen@isoftstone.com> - 1.1.0-1
- Upgrade package to version 1.1.0
* Fri Jun 30 2023 Dongxing Wang <dxwangk@isoftstone.com> - 0.4.10-1
- Upgrade package to version 0.4.10
* Tue Jun 6 2023 chaozhangm <chaozhangm@isoftstone.com> - 0.3.21-1
- Initial package.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。