1 Star 0 Fork 1

zoujiancang/python-sphinx-favicon

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-sphinx-favicon.spec 1.27 KB
一键复制 编辑 原始数据 按行查看 历史
zoujiancang 提交于 2023-09-07 15:11 . Add check for the pkg
%global _empty_manifest_terminate_build 0
%global pypi_name sphinx-favicon
Name: python-%{pypi_name}
Version: 1.0.1
Release: 2
Summary: A Sphinx extension to add custom favicons.
License: MIT
URL: https://github.com/tcmetzger/sphinx-favicon
Source0: %{url}/archive/%{version}/%{pypi_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-pytest
%description
A Sphinx extension to add custom favicons.
%package -n python3-%{pypi_name}
Summary: %{summary}
%description -n python3-%{pypi_name}
A Sphinx extension to add custom favicons.
%prep
%autosetup -p1 -n %{pypi_name}-%{version}
%build
%pyproject_build
%install
%pyproject_install
%check
%pytest
%files -n python3-%{pypi_name}
%doc README.md
%license LICENSE
%{python3_sitelib}/sphinx_favicon/*
%{python3_sitelib}/sphinx_favicon*.dist-info/
%changelog
* Thu Sep 7 2023 zoujiancang<jczou@isoftstone.com> - 1.0.1-2
- Add check for the pkg
* Fri Aug 18 2023 zoujiancang<jczou@isoftstone.com> - 1.0.1-1
- Initial package
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zoujiancang/python-sphinx-favicon.git
git@gitee.com:zoujiancang/python-sphinx-favicon.git
zoujiancang
python-sphinx-favicon
python-sphinx-favicon
master

搜索帮助