diff --git a/mkdocs_material-9.1.16.tar.gz b/mkdocs_material-9.1.16.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..2799b2d414f1ec0103cc4566fe19648b180c9c7a Binary files /dev/null and b/mkdocs_material-9.1.16.tar.gz differ diff --git a/python-mkdocs-material.spec b/python-mkdocs-material.spec new file mode 100644 index 0000000000000000000000000000000000000000..513e9dbe7d86b2756d9f9ea87fa6cf8f9c227bde --- /dev/null +++ b/python-mkdocs-material.spec @@ -0,0 +1,51 @@ +%global _empty_manifest_terminate_build 0 +%global pypi_name mkdocs-material +%global source_name mkdocs_material + +Name: python-%{pypi_name} +Version: 9.1.16 +Release: 1 +Summary: A Material Design theme for MkDocs. + +License: MIT +URL: https://squidfunk.github.io/mkdocs-material +Source0: https://files.pythonhosted.org/packages/b5/35/96d2fae52aad6e6c0a79a3106ec013f4c4270dfcc52bb01e9cb1895b85ff/mkdocs_material-9.1.16.tar.gz +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +BuildRequires: python3-wheel +BuildRequires: python3-hatchling +BuildRequires: python3-hatch-nodejs-version +BuildRequires: python3-hatch-requirements-txt + +%description +A Material Design theme for MkDocs. + + +%package -n python3-%{pypi_name} +Summary: %{summary} + +%description -n python3-%{pypi_name} +A Material Design theme for MkDocs. + + +%prep +%autosetup -p1 -n %{source_name}-%{version} + +%build +%pyproject_build + +%install +%pyproject_install + +%files -n python3-%{pypi_name} +%doc README.md +%license LICENSE +%{python3_sitelib}/material +%{python3_sitelib}/%{source_name}*.dist-info/ + +%changelog +* Sun Jun 18 2023 Dongxing Wang - 9.1.16-1 +- Initial package