Init package version 1.1.2 git-committers-plugin-2

This commit is contained in:
luolu12 2023-08-23 10:46:48 +08:00
parent 556bc43771
commit 94aed5c596
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.