!1 Initial package

From: @ysliuci 
Reviewed-by: @desert-sailor 
Signed-off-by: @desert-sailor
This commit is contained in:
openeuler-ci-bot 2023-07-31 09:48:16 +00:00 committed by Gitee
commit fa6ea8bdcb
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 53 additions and 0 deletions

53
python-sphinx-design.spec Normal file
View File

@ -0,0 +1,53 @@
Name: python-sphinx-design
Version: 0.5.0
Release: 1
Summary: Sphinx extension for responsive web components
License: MIT AND Apache-2.0
URL: https://github.com/executablebooks/sphinx-design
Source0: https://files.pythonhosted.org/packages/fd/d0/62a7cee178d30f7217c4badea17eeca020801c0053773098d9ff65636a60/sphinx_design-0.5.0.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-hatchling
BuildRequires: python3-flit-core
%description
This package contains a Sphinx extension for designing beautiful, view
size responsive web components.
%package -n python3-sphinx-design
Summary: Sphinx extension for responsive web components
%description -n python3-sphinx-design
This package contains a Sphinx extension for designing beautiful, view
size responsive web components.
%package doc
Summary: Documentation for %{name}
License: MIT AND BSD-2-Clause AND BSD-3-Clause
%description doc
Documentation for %{name}.
%prep
%autosetup -n sphinx_design-%{version} -p1
%build
%pyproject_build
%install
%pyproject_install
%files -n python3-sphinx-design
%doc CHANGELOG.md README.md
%license LICENSE
%{python3_sitelib}/sphinx_design-*dist-info/
%{python3_sitelib}/sphinx_design/
%changelog
* Fri Jul 28 2023 ysliu <ysliuci@isoftstone.com> - 0.5.0-1
- Initial package.

BIN
sphinx_design-0.5.0.tar.gz Normal file

Binary file not shown.