1 Star 0 Fork 3

李苗苗/python-sphinxcontrib-moderncmakedomain

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-sphinxcontrib-moderncmakedomain.spec 1.67 KB
一键复制 编辑 原始数据 按行查看 历史
%global pypi_name sphinxcontrib-moderncmakedomain
%global _description %{expand:
This is taken directly from the Kitware git repository's Utilities directory.
The original [sphinxcontrib-cmakedomain][] has not been touched in quite some and
as a result it was wildly out of date. Documenting CMake domain entities in
projects is painful otherwise. This works *exactly* in the same way as Kitware,
so some time might be needed to study their approach to these problems.
}
Name: python-%{pypi_name}
Version: 3.27.0
Release: 2
Summary: Sphinx Domain for Modern CMake.
License: MIT
URL: https://github.com/scikit-build/moderncmakedomain
Source0: %{url}/archive/v%{version}/sphinxcontrib_moderncmakedomain-%{version}.tar.gz
BuildArch: noarch
%description %_description
%package -n python3-%{pypi_name}
Summary: Sphinx Domain for Modern CMake
Provides: python-%{pypi_name}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-setuptools_scm
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-hatchling
# for test
BuildRequires: python3-pytest
BuildRequires: python3-sphinx
%description -n python3-%{pypi_name} %_description
%prep
%autosetup -n sphinxcontrib_moderncmakedomain-%{version}
%build
%pyproject_build
%install
%pyproject_install
%check
%pytest
%files -n python3-%{pypi_name}
%license LICENSE
%doc README.md
%{python3_sitelib}/sphinxcontrib_moderncmakedomain-*.dist-info/
%{python3_sitelib}/sphinxcontrib/moderncmakedomain/
%changelog
* Wed Sep 6 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 3.27.0-2
- Start self-test of software package
* Tue Aug 22 2023 mengzhaoa <mengzhaoa@isoftstone.com> - 3.27.0-1
- Init package.
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/li-miaomiao_zhr/python-sphinxcontrib-moderncmakedomain.git
git@gitee.com:li-miaomiao_zhr/python-sphinxcontrib-moderncmakedomain.git
li-miaomiao_zhr
python-sphinxcontrib-moderncmakedomain
python-sphinxcontrib-moderncmakedomain
master

搜索帮助