diff options
author | CoprDistGit <infra@openeuler.org> | 2023-08-22 07:28:37 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-08-22 07:28:37 +0000 |
commit | bec8b08c44ad6b3ade13fbbcf600ad1065c92159 (patch) | |
tree | 1c0df07abdf004d40cb5d214a52d78ff2f5cdcaf | |
parent | 8fd382d71c7b77a892a201ede229bea546a8cf22 (diff) |
automatic import of python-sphinx-faviconopeneuler23.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-sphinx-favicon.spec | 49 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 51 insertions, 0 deletions
@@ -0,0 +1 @@ +/sphinx-favicon-1.0.1.tar.gz diff --git a/python-sphinx-favicon.spec b/python-sphinx-favicon.spec new file mode 100644 index 0000000..004d8a8 --- /dev/null +++ b/python-sphinx-favicon.spec @@ -0,0 +1,49 @@ +%global _empty_manifest_terminate_build 0 +%global pypi_name sphinx-favicon + +Name: python-%{pypi_name} +Version: 1.0.1 +Release: 1 +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 + +%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 + +%files -n python3-%{pypi_name} +%doc README.md +%license LICENSE +%{python3_sitelib}/sphinx_favicon/* +%{python3_sitelib}/sphinx_favicon*.dist-info/ + +%changelog +* Fri Aug 18 2023 zoujiancang<jczou@isoftstone.com> - 1.0.1-1 +- Initial package @@ -0,0 +1 @@ +211b14a52b5a6dfeaa1669af2825c27d sphinx-favicon-1.0.1.tar.gz |