2019-01-02 13:06:45 +00:00
|
|
|
#
|
|
|
|
|
# spec file for package python-XStatic-jquery-ui
|
|
|
|
|
#
|
2025-05-13 12:57:37 +00:00
|
|
|
# Copyright (c) 2025 SUSE LLC
|
2019-01-02 13:06:45 +00:00
|
|
|
#
|
|
|
|
|
# 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.
|
|
|
|
|
|
2019-01-02 13:10:44 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2019-01-02 13:06:45 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-XStatic-jquery-ui
|
2021-12-06 17:50:35 +00:00
|
|
|
Version: 1.13.0.1
|
2019-01-02 13:06:45 +00:00
|
|
|
Release: 0
|
2019-01-08 18:39:30 +00:00
|
|
|
Summary: jQuery UI repackaged for the XStatic standard
|
2019-01-02 13:06:45 +00:00
|
|
|
License: MIT
|
|
|
|
|
Group: Development/Languages/Python
|
2025-05-13 12:57:37 +00:00
|
|
|
URL: https://jqueryui.com/
|
2021-12-06 17:50:35 +00:00
|
|
|
Source: https://files.pythonhosted.org/packages/source/X/XStatic-jquery-ui/XStatic-jquery-ui-%{version}.tar.gz
|
2019-01-02 13:06:45 +00:00
|
|
|
Source1: https://raw.githubusercontent.com/jquery/jquery-ui/master/LICENSE.txt
|
2025-05-13 12:57:37 +00:00
|
|
|
BuildRequires: %{python_module pip}
|
2019-01-02 13:06:45 +00:00
|
|
|
BuildRequires: %{python_module setuptools}
|
2025-05-13 12:57:37 +00:00
|
|
|
BuildRequires: %{python_module wheel}
|
2019-01-02 13:06:45 +00:00
|
|
|
BuildRequires: fdupes
|
|
|
|
|
BuildRequires: python-rpm-macros
|
2025-05-13 12:57:37 +00:00
|
|
|
Requires: python-XStatic-jQuery
|
2019-01-02 13:06:45 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
|
%python_subpackages
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
jquery-ui javascript library packaged for setuptools (easy_install) / pip.
|
|
|
|
|
|
|
|
|
|
You can find more info about the xstatic packaging way in the package `XStatic`.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n XStatic-jquery-ui-%{version}
|
|
|
|
|
cp %{SOURCE1} .
|
|
|
|
|
|
|
|
|
|
%build
|
2025-05-13 12:57:37 +00:00
|
|
|
%pyproject_wheel
|
2019-01-02 13:06:45 +00:00
|
|
|
|
|
|
|
|
%install
|
2025-05-13 12:57:37 +00:00
|
|
|
%pyproject_install
|
2019-01-02 13:06:45 +00:00
|
|
|
%fdupes %{buildroot}/%{_prefix}
|
|
|
|
|
|
|
|
|
|
%files %{python_files}
|
2019-01-02 13:10:44 +00:00
|
|
|
%doc README.txt
|
|
|
|
|
%license LICENSE.txt
|
2025-05-13 12:57:37 +00:00
|
|
|
%dir %{python_sitelib}/xstatic
|
|
|
|
|
%dir %{python_sitelib}/xstatic/pkg
|
|
|
|
|
%{python_sitelib}/xstatic/pkg/jquery_ui
|
|
|
|
|
%{python_sitelib}/[Xx][Ss]tatic[-_]jquery[-_]ui-%{version}*-info
|
|
|
|
|
%{python_sitelib}/[Xx][Ss]tatic[-_]jquery[-_]ui-%{version}*nspkg.pth
|
2019-01-02 13:06:45 +00:00
|
|
|
|
|
|
|
|
%changelog
|