From b9cce1a0c79499d11da0946b4137534146c88ca90c3b79c98f09392f5f588b34 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 28 Sep 2024 20:01:45 +0000 Subject: [PATCH] Accepting request 1203938 from Application:Geo New packages needed to build GMT. Couldn't get the checks to run, found no example how that works in devel:languages:python OBS-URL: https://build.opensuse.org/request/show/1203938 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-design?expand=0&rev=1 --- .gitattributes | 23 +++++++++ .gitignore | 1 + python-sphinxcontrib-design-0.6.1.tar.gz | 3 ++ python-sphinxcontrib-design.changes | 4 ++ python-sphinxcontrib-design.spec | 61 ++++++++++++++++++++++++ 5 files changed, 92 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 python-sphinxcontrib-design-0.6.1.tar.gz create mode 100644 python-sphinxcontrib-design.changes create mode 100644 python-sphinxcontrib-design.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/python-sphinxcontrib-design-0.6.1.tar.gz b/python-sphinxcontrib-design-0.6.1.tar.gz new file mode 100644 index 0000000..1ad82ef --- /dev/null +++ b/python-sphinxcontrib-design-0.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3cbcbef4a176295f146adfca5d998ff161dd2d3750ff6abac58e8df2e5e1243 +size 2634942 diff --git a/python-sphinxcontrib-design.changes b/python-sphinxcontrib-design.changes new file mode 100644 index 0000000..070e07e --- /dev/null +++ b/python-sphinxcontrib-design.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Thu Sep 26 15:34:41 UTC 2024 - Dirk Stoecker + +- first version diff --git a/python-sphinxcontrib-design.spec b/python-sphinxcontrib-design.spec new file mode 100644 index 0000000..bafb0bc --- /dev/null +++ b/python-sphinxcontrib-design.spec @@ -0,0 +1,61 @@ +# +# spec file for package python-sphinxcontrib-design +# +# Copyright (c) 2024 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/ +# + + +%{?sle15_python_module_pythons} +Name: python-sphinxcontrib-design +Version: 0.6.1 +Release: 0 +Summary: Designing beautiful, view size responsive web components +License: MIT +URL: https://sphinx-design.readthedocs.io/ +Source: https://github.com/executablebooks/sphinx-design/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +BuildRequires: %{python_module flit-core} +BuildRequires: %{python_module pip} +#BuildRequires: %#{python_module tox} +BuildRequires: %{python_module wheel} +BuildRequires: fdupes +BuildRequires: python-rpm-macros +Requires: python-Sphinx >= 1.8 +BuildArch: noarch +# SECTION test requirements +BuildRequires: %{python_module Sphinx >= 1.8} +# /SECTION +%python_subpackages + +%description +A sphinx extension for designing beautiful, view size responsive web components. + +%prep +%setup -q -n sphinx-design-%{version} + +%build +%pyproject_wheel + +%install +%pyproject_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} + +%check +#%#tox + +%files %{python_files} +%doc README.md +%license LICENSE +%{python_sitelib}/sphinx_design* + +%changelog