!1 init package version 1.1.2 of python-mkdocs-git-committers-plugin-2

From: @luolu12 
Reviewed-by: @desert-sailor 
Signed-off-by: @desert-sailor
This commit is contained in:
openeuler-ci-bot 2023-08-23 06:27:19 +00:00 committed by Gitee
commit 1700519d16
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 48 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,48 @@
%global pypi_name mkdocs-git-committers-plugin-2
Name: python-%{pypi_name}
Version: 1.1.2
Release: 1
Summary: An MkDocs plugin to create a list of contributors on the page
License: MIT
URL: https://github.com/ojacques/mkdocs-git-committers-plugin-2/
Source0: https://files.pythonhosted.org/packages/20/07/06df36bfee5be2c50fe271e8fa8a394a5aaa52f9e92efa7ec0d7ee090242/mkdocs-git-committers-plugin-2-1.1.2.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-hatchling
%description
The git-committers plugin will seed the template context with a list of github
committers and other useful GIT info such as last modified date
%package -n python3-%{pypi_name}
Summary: %{summary}
%{?python_provide:%python_provide python3-%{pypi_name}}
%description -n python3-%{pypi_name}
The git-committers plugin will seed the template context with a list of github
committers and other useful GIT info such as last modified date
%prep
%autosetup -n %{pypi_name}-%{version}
%build
%pyproject_build
%install
%pyproject_install
%files -n python3-%{pypi_name}
%license LICENSE
%doc README.md
%{python3_sitelib}/mkdocs_git_committers_plugin_2*
%changelog
* Wed Aug 23 2023 luolu12 <luluoc@isoftstone.com> - 1.1.2-1
- Initial package.