commit 751e2b0c5784040665e1185b21fc81a68f80c3183c6b80e0de5e7e78dfe76036 Author: Steve Kowalik Date: Sat Nov 2 03:11:50 2024 +0000 - Initial release of 0.6.1. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-design?expand=0&rev=1 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-sphinx-design.changes b/python-sphinx-design.changes new file mode 100644 index 0000000..b5eb28e --- /dev/null +++ b/python-sphinx-design.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Sat Nov 2 03:11:31 UTC 2024 - Steve Kowalik + +- Initial release of 0.6.1. diff --git a/python-sphinx-design.spec b/python-sphinx-design.spec new file mode 100644 index 0000000..c916293 --- /dev/null +++ b/python-sphinx-design.spec @@ -0,0 +1,72 @@ +# +# spec file for package python-sphinx-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/ +# + + +Name: python-sphinx-design +Version: 0.6.1 +Release: 0 +Summary: A sphinx extension for designing beautiful, view size responsive web components +License: MIT +URL: https://github.com/executablebooks/sphinx-design +Source: https://github.com/executablebooks/sphinx-design/archive/refs/tags/v%{version}.tar.gz#/sphinx-design-%{version}.tar.gz +BuildRequires: %{python_module flit-core >= 3.4} +BuildRequires: %{python_module pip} +BuildRequires: python-rpm-macros +# SECTION test requirements +BuildRequires: %{python_module Sphinx >= 6} +BuildRequires: %{python_module defusedxml} +BuildRequires: %{python_module myst-parser >= 2} +BuildRequires: %{python_module pytest-regressions} +BuildRequires: %{python_module pytest} +# /SECTION +BuildRequires: fdupes +Requires: python-Sphinx >= 6 +Suggests: python-myst-parser >= 2 +Suggests: python-defusedxml +Suggests: python-furo >= 2024.7.18 +Suggests: python-pydata-sphinx-theme >= 0.15.2 +Suggests: python-sphinx-rtd-theme >= 2.0 +Suggests: python-sphinx-book-theme >= 1.1 +Suggests: python-sphinx-immaterial >= 0.12.2 +BuildArch: noarch +%python_subpackages + +%description +A sphinx extension for designing beautiful, view size responsive web components. + +Created with inspiration from Bootstrap (v5), Material Design and Material-UI design frameworks. + +%prep +%autosetup -p1 -n sphinx-design-%{version} + +%build +%pyproject_wheel + +%install +%pyproject_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} + +%check +%pytest + +%files %{python_files} +%license LICENSE +%doc README.md CHANGELOG.md +%{python_sitelib}/sphinx_design +%{python_sitelib}/sphinx_design-%{version}.dist-info + +%changelog diff --git a/sphinx-design-0.6.1.tar.gz b/sphinx-design-0.6.1.tar.gz new file mode 100644 index 0000000..1ad82ef --- /dev/null +++ b/sphinx-design-0.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3cbcbef4a176295f146adfca5d998ff161dd2d3750ff6abac58e8df2e5e1243 +size 2634942