1 Star 0 Fork 4

李苗苗/python-mkdocs-coverage

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-mkdocs-coverage.spec 1.58 KB
一键复制 编辑 原始数据 按行查看 历史
%global pypi_name mkdocs-coverage
%global source_name mkdocs_coverage
Name: python-%{pypi_name}
Version: 1.0.0
Release: 2
Summary: MkDocs plugin to integrate your coverage HTML report into your site.
License: ISC
URL: https://pawamoy.github.io/mkdocs-coverage/
Source0: https://files.pythonhosted.org/packages/1a/9f/a959fb10068e0d4e23f07864ee7a4514238738835e9ee04fe92a359b55e4/mkdocs_coverage-1.0.0.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-hatchling
BuildRequires: python3-pdm-pep517
BuildRequires: python3-pdm-backend
# for test
BuildRequires: python3-pytest
BuildRequires: python3-pytest-cov
BuildRequires: python3-pytest-randomly
BuildRequires: python3-pytest-xdist
BuildRequires: python3-mkdocs
%description
MkDocs plugin to integrate your coverage HTML report into your site.
%package -n python3-%{pypi_name}
Summary: %{summary}
%{?python_provide:%python_provide python3-%{pypi_name}}
%description -n python3-%{pypi_name}
MkDocs plugin to integrate your coverage HTML report into your site.
%prep
%autosetup -n %{source_name}-%{version}
%build
%pyproject_build
%install
%pyproject_install
%check
%pytest
%files -n python3-%{pypi_name}
%license LICENSE
%doc README.md
%{python3_sitelib}/mkdocs_coverage*
%changelog
* Wed Sep 6 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 1.0.0-2
- Start self-test of software package
* Tue Aug 29 2023 luolu12 <luluoc@isoftstone.com> - 1.0.0-1
- Initial package.
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/li-miaomiao_zhr/python-mkdocs-coverage.git
git@gitee.com:li-miaomiao_zhr/python-mkdocs-coverage.git
li-miaomiao_zhr
python-mkdocs-coverage
python-mkdocs-coverage
master

搜索帮助