代码拉取完成,页面将自动刷新
%global pypi_name pytest-check-links
%global source_name pytest_check_links
Name: python-%{pypi_name}
Version: 0.10.1
Release: 1
Summary: pytest plugin that checks URLs for HTML-containing files.
License: BSD-3-Clause
URL: https://github.com/jupyterlab/pytest-check-links
Source0: https://files.pythonhosted.org/packages/source/p/pytest_check_links/pytest_check_links-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-hatchling
%description
pytest plugin that checks URLs for HTML-containing files.
%package -n python3-%{source_name}
Summary: %{summary}
%{?python_provide:%python_provide python3-%{source_name}}
%package help
Summary: pytest plugin that checks URLs for HTML-containing files.
Provides: python3-%{source_name}-doc
%description help
pytest plugin that checks URLs for HTML-containing files.
%description -n python3-%{source_name}
pytest plugin that checks URLs for HTML-containing files.
%prep
%autosetup -n %{source_name}-%{version}
%build
%pyproject_build
%install
%pyproject_install
install -d -m755 %{buildroot}/%{_pkgdocdir}
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
pushd %{buildroot}
touch doclist.lst
if [ -d usr/share/man ]; then
find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst
fi
popd
mv %{buildroot}/doclist.lst .
%files -n python3-%{source_name}
%license LICENSE
%doc README.md
%{python3_sitelib}/%{source_name}*
%{_bindir}/%{pypi_name}
%files help
%{_docdir}/*
%changelog
* Fri Nov 01 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 0.10.1-1
- Update package to version 0.10.1
* Update Release Scripts
* Support and require pytest 8.1
* Fix min dep test
* Tue Mar 12 2024 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 0.9.2-1
- Update package to version 0.9.2
Bump the actions group with 1 update
Enforce pytest 7
Adopt ruff format
Ignore main for coverage
Bump actions/checkout from 3 to 4
* Mon Aug 21 2023 luolu12 <luluoc@isoftstone.com> - 0.9.0-1
- Initial package.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。