!1 init package version 0.6.0 of python-mkdocs-literate-nav
From: @luolu12 Reviewed-by: @desert-sailor Signed-off-by: @desert-sailor
This commit is contained in:
commit
d213d616bd
BIN
mkdocs_literate_nav-0.6.0.tar.gz
Normal file
BIN
mkdocs_literate_nav-0.6.0.tar.gz
Normal file
Binary file not shown.
47
python-mkdocs-literate-nav.spec
Normal file
47
python-mkdocs-literate-nav.spec
Normal file
@ -0,0 +1,47 @@
|
|||||||
|
%global pypi_name mkdocs-literate-nav
|
||||||
|
%global source_name mkdocs_literate_nav
|
||||||
|
|
||||||
|
Name: python-%{pypi_name}
|
||||||
|
Version: 0.6.0
|
||||||
|
Release: 1
|
||||||
|
Summary: MkDocs plugin to specify the navigation in Markdown instead of YAML
|
||||||
|
|
||||||
|
License: MIT
|
||||||
|
URL: https://github.com/oprypin/mkdocs-literate-nav
|
||||||
|
Source0: https://files.pythonhosted.org/packages/46/91/75eb48eafdbe609ca80d6c271ad5bc4edc75cffde4d1d70604f2a4c2145a/mkdocs_literate_nav-0.6.0.tar.gz
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
BuildRequires: python3-devel
|
||||||
|
BuildRequires: python3-setuptools
|
||||||
|
BuildRequires: python3-pip
|
||||||
|
BuildRequires: python3-wheel
|
||||||
|
BuildRequires: python3-hatchling
|
||||||
|
%description
|
||||||
|
Plugin for MkDocs to specify the navigation in Markdown instead of YAML
|
||||||
|
|
||||||
|
%package -n python3-%{pypi_name}
|
||||||
|
Summary: %{summary}
|
||||||
|
%{?python_provide:%python_provide python3-%{pypi_name}}
|
||||||
|
%description -n python3-%{pypi_name}
|
||||||
|
Plugin for MkDocs to specify the navigation in Markdown instead of YAML
|
||||||
|
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -n %{source_name}-%{version}
|
||||||
|
|
||||||
|
%build
|
||||||
|
%pyproject_build
|
||||||
|
|
||||||
|
%install
|
||||||
|
%pyproject_install
|
||||||
|
|
||||||
|
|
||||||
|
%files -n python3-%{pypi_name}
|
||||||
|
%license LICENSE.md
|
||||||
|
%doc README.md
|
||||||
|
%{python3_sitelib}/mkdocs_literate_nav*
|
||||||
|
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Wed Aug 23 2023 luolu12 <luluoc@isoftstone.com> - 0.6.0-1
|
||||||
|
- Initial package.
|
||||||
Loading…
x
Reference in New Issue
Block a user