1 Star 0 Fork 1

刘峯/python-sphinx-epytext

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
python-sphinx-epytext.spec 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
刘峯 提交于 2021-06-24 11:27 . package init
%{?python_enable_dependency_generator}
%global pypi_name sphinx-epytext
Name: python-%{pypi_name}
Version: 0.0.4
Release: 1
Summary: Sphinx epytext extension
License: MIT
URL: https://github.com/jayvdb/sphinx-epytext
Source0: %{pypi_source}
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
%global _description %{expand:
This package provides basic support for epytext docstrings in Sphinx autodoc.}
%description %_description
%package -n python3-%{pypi_name}
Summary: %{summary}
%python_provide python3-%{pypi_name}
%description -n python3-%{pypi_name} %_description
%prep
%autosetup -n %{pypi_name}-%{version}
%build
%py3_build
%install
%py3_install
%files -n python3-%{pypi_name}
%license LICENSE
%doc README.rst
%{python3_sitelib}/sphinx_epytext/
%{python3_sitelib}/sphinx_epytext-%{version}-py%{python3_version}.egg-info/
%changelog
* Thu Jun 24 2021 liufeng <[email protected]> - 0.0.4-1
- Package Init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liu-feng-D/python-sphinx-epytext.git
[email protected]:liu-feng-D/python-sphinx-epytext.git
liu-feng-D
python-sphinx-epytext
python-sphinx-epytext
master

搜索帮助