This commit is contained in:
committed by
Git OBS Bridge
parent
d7eb04e74d
commit
0d6ceadb06
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-dash-renderer
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,23 +12,23 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-dash-renderer
|
||||
Version: 1.2.4
|
||||
Release: 0
|
||||
License: MIT
|
||||
Summary: Front-end component renderer for Dash
|
||||
Url: https://github.com/plotly/dash-renderer
|
||||
Group: Development/Languages/Python
|
||||
Source: https://files.pythonhosted.org/packages/source/d/dash-renderer/dash_renderer-%{version}.tar.gz
|
||||
BuildRequires: python-rpm-macros
|
||||
License: MIT
|
||||
URL: https://github.com/plotly/dash/tree/dev/dash-renderer
|
||||
Source: https://files.pythonhosted.org/packages/source/d/dash_renderer/dash_renderer-%{version}.tar.gz
|
||||
Source99: https://raw.githubusercontent.com/plotly/dash/dev/LICENSE
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildArch: noarch
|
||||
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@@ -36,6 +36,7 @@ Front-end component renderer for Dash.
|
||||
|
||||
%prep
|
||||
%setup -q -n dash_renderer-%{version}
|
||||
cp %{SOURCE99} .
|
||||
|
||||
%build
|
||||
%python_build
|
||||
@@ -45,6 +46,7 @@ Front-end component renderer for Dash.
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
%{python_sitelib}/*
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user