From 85aafb6da3b78467f335a769a3bad07fdae1622280c46045eff67021c7f5f8b9 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 28 Mar 2023 06:22:15 +0000 Subject: [PATCH] Accepting request 1072829 from home:ojkastl_buildservice:Branch_devel_languages_python new package python-mkdocs-material OBS-URL: https://build.opensuse.org/request/show/1072829 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mkdocs-material?expand=0&rev=1 --- .gitattributes | 23 ++++++++++++ .gitignore | 1 + _service | 3 ++ mkdocs_material-9.1.3.tar.gz | 3 ++ python-mkdocs-material.changes | 4 ++ python-mkdocs-material.spec | 69 ++++++++++++++++++++++++++++++++++ 6 files changed, 103 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 _service create mode 100644 mkdocs_material-9.1.3.tar.gz create mode 100644 python-mkdocs-material.changes create mode 100644 python-mkdocs-material.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/_service b/_service new file mode 100644 index 0000000..fbbd978 --- /dev/null +++ b/_service @@ -0,0 +1,3 @@ + + + diff --git a/mkdocs_material-9.1.3.tar.gz b/mkdocs_material-9.1.3.tar.gz new file mode 100644 index 0000000..662195f --- /dev/null +++ b/mkdocs_material-9.1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0be1b5d76c00efc9b2ecbd2d71014be950351e710f5947f276264878afc82ca0 +size 3621329 diff --git a/python-mkdocs-material.changes b/python-mkdocs-material.changes new file mode 100644 index 0000000..da774d8 --- /dev/null +++ b/python-mkdocs-material.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Sat Mar 18 10:42:22 UTC 2023 - Johannes Kastl + +- new package python-mkdocs-material diff --git a/python-mkdocs-material.spec b/python-mkdocs-material.spec new file mode 100644 index 0000000..de38eee --- /dev/null +++ b/python-mkdocs-material.spec @@ -0,0 +1,69 @@ +# +# spec file for package python-mkdocs-material +# +# Copyright (c) 2023 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +Name: python-mkdocs-material +Version: 9.1.3 +Release: 0 +Summary: Material theme for mkdocs +License: MIT +URL: https://squidfunk.github.io/mkdocs-material/ +Source: https://files.pythonhosted.org/packages/source/m/mkdocs_material/mkdocs_material-%{version}.tar.gz +BuildRequires: python-rpm-macros +BuildRequires: %{python_module hatchling} +BuildRequires: %{python_module hatch_nodejs_version} +BuildRequires: %{python_module hatch_requirements_txt} +BuildRequires: %{python_module pip} +BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module jinja2 >= 3.0} +BuildRequires: %{python_module Markdown >= 3.2} +BuildRequires: %{python_module mkdocs >= 1.4.2} +BuildRequires: %{python_module mkdocs-material-extensions >= 1.1} +BuildRequires: %{python_module pygments >= 2.12} +BuildRequires: %{python_module pymdown-extensions >= 9.4} +BuildRequires: fdupes +Requires: python-jinja2 >= 3.0 +Requires: python-Markdown >= 3.2 +Requires: python-mkdocs >= 1.4.2 +Requires: python-mkdocs-material-extensions >= 1.1 +Requires: python-pygments >= 2.14 +Requires: python-pymdown-extensions >= 9.9.1 +BuildArch: noarch +%python_subpackages + +%description +Material theme for mkdocs + +%prep +%setup -q -n mkdocs_material-%{version} + +%build +%pyproject_wheel + +%install +%pyproject_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} + +# no tests available upstream + +%files %{python_files} +%doc README.md +%license LICENSE +%{python_sitelib}/material/ +%{python_sitelib}/mkdocs_material-%{version}.dist-info/ + +%changelog