diff --git a/mkdocs-git-committers-plugin-2-1.1.2.tar.gz b/mkdocs-git-committers-plugin-2-1.1.2.tar.gz new file mode 100644 index 0000000..e4916dc Binary files /dev/null and b/mkdocs-git-committers-plugin-2-1.1.2.tar.gz differ diff --git a/python-mkdocs-git-committers-plugin-2.spec b/python-mkdocs-git-committers-plugin-2.spec new file mode 100644 index 0000000..facb43f --- /dev/null +++ b/python-mkdocs-git-committers-plugin-2.spec @@ -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 - 1.1.2-1 +- Initial package.