1 Star 0 Fork 4

zoujiancang/python-mkdocstrings-python

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-mkdocstrings-python.spec 1.47 KB
一键复制 编辑 原始数据 按行查看 历史
%global _empty_manifest_terminate_build 0
%global pypi_name mkdocstrings-python
%global source_name mkdocstrings_python
Name: python-%{pypi_name}
Version: 1.5.1
Release: 1
Summary: A Python handler for mkdocstrings.The Python handler uses Griffe to collect documentation from Python source code.
License: ISC
URL: https://mkdocstrings.github.io/python
Source0: %{url}/archive/%{version}/%{source_name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-hatchling
BuildRequires: python3-virtualenv
BuildRequires: python3-poetry-core
BuildRequires: python3-pdm-pep517
BuildRequires: python3-pdm-backend
%description
A Python handler for mkdocstrings.The Python handler uses Griffe to collect documentation from Python source code.
%package -n python3-%{pypi_name}
Summary: %{summary}
%description -n python3-%{pypi_name}
A Python handler for mkdocstrings.The Python handler uses Griffe to collect documentation from Python source code.
%prep
%autosetup -p1 -n %{source_name}-%{version}
%build
%pyproject_build
%install
%pyproject_install
%files -n python3-%{pypi_name}
%doc README.md
%license LICENSE
%{python3_sitelib}/mkdocstrings_python*.dist-info/
%{python3_sitelib}/mkdocstrings_handlers
%changelog
* Fri Aug 25 2023 zoujiancang<jczou@isoftstone.com> - 1.5.1-1
- Initial package
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zoujiancang/python-mkdocstrings-python.git
git@gitee.com:zoujiancang/python-mkdocstrings-python.git
zoujiancang
python-mkdocstrings-python
python-mkdocstrings-python
master

搜索帮助