!1 Init package python-mkdocs-include-markdown-plugin to version v6.0.0
From: @li-miaomiao_zhr Reviewed-by: @desert-sailor Signed-off-by: @desert-sailor
This commit is contained in:
commit
b8c548f450
BIN
mkdocs_include_markdown_plugin-6.0.0.tar.gz
Normal file
BIN
mkdocs_include_markdown_plugin-6.0.0.tar.gz
Normal file
Binary file not shown.
48
python-mkdocs-include-markdown-plugin.spec
Normal file
48
python-mkdocs-include-markdown-plugin.spec
Normal file
@ -0,0 +1,48 @@
|
|||||||
|
%global _empty_manifest_terminate_build 0
|
||||||
|
%global pypi_name mkdocs-include-markdown-plugin
|
||||||
|
|
||||||
|
%global _description %{expand:
|
||||||
|
Mkdocs Markdown includer plugin.}
|
||||||
|
|
||||||
|
Name: python-%{pypi_name}
|
||||||
|
Version: 6.0.0
|
||||||
|
Release: 1
|
||||||
|
Summary: Mkdocs Markdown includer plugin.
|
||||||
|
License: Apache-2.0
|
||||||
|
URL: https://github.com/mondeja/mkdocs-include-markdown-plugin
|
||||||
|
Source0: %{url}/archive/%{version}/mkdocs_include_markdown_plugin-%{version}.tar.gz
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
BuildRequires: python3-devel
|
||||||
|
BuildRequires: python3-pip
|
||||||
|
BuildRequires: python3-wheel
|
||||||
|
BuildRequires: python3-setuptools
|
||||||
|
BuildRequires: python3-setuptools_scm
|
||||||
|
BuildRequires: python3-hatchling
|
||||||
|
|
||||||
|
%description %_description
|
||||||
|
|
||||||
|
%package -n python3-%{pypi_name}
|
||||||
|
Summary: Mkdocs Markdown includer plugin.
|
||||||
|
%{?python_provide:%python_provide python3-%{pypi_name}}
|
||||||
|
|
||||||
|
%description -n python3-%{pypi_name} %_description
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -n mkdocs_include_markdown_plugin-%{version}
|
||||||
|
|
||||||
|
%build
|
||||||
|
%pyproject_build
|
||||||
|
|
||||||
|
%install
|
||||||
|
%pyproject_install
|
||||||
|
|
||||||
|
%files -n python3-%{pypi_name}
|
||||||
|
%license LICENSE
|
||||||
|
%doc README.md
|
||||||
|
%{python3_sitelib}/mkdocs_include_markdown_plugin-%{version}.dist-info/
|
||||||
|
%{python3_sitelib}/mkdocs_include_markdown_plugin/
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Wed Aug 23 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 6.0.0-1
|
||||||
|
- Package init
|
||||||
Loading…
x
Reference in New Issue
Block a user