- Update to 2.11.1
* Consolidated license to simply LGPL 3. (#52) - from version 2.11.0 * Reduced cyclomatic complexity in selector module. (#47) - from version 2.10.3 * Fixed DeprecationWarning with cgi module. - Replace COPYING and COPYING.LESSER with LICENSE in %license field OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cssutils?expand=0&rev=63
This commit is contained in:
74
python-cssutils.spec
Normal file
74
python-cssutils.spec
Normal file
@@ -0,0 +1,74 @@
|
||||
#
|
||||
# spec file for package python-cssutils
|
||||
#
|
||||
# Copyright (c) 2025 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-cssutils
|
||||
Version: 2.11.1
|
||||
Release: 0
|
||||
Summary: A CSS Cascading Style Sheets library for Python
|
||||
License: LGPL-3.0-or-later
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/jaraco/cssutils
|
||||
Source0: https://files.pythonhosted.org/packages/source/c/cssutils/cssutils-%{version}.tar.gz
|
||||
Source1: %{name}.rpmlintrc
|
||||
BuildRequires: %{python_module base >= 3.8}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools_scm}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
A Python package to parse and build CSS Cascading Style Sheets. DOM only, not any rendering facilities!
|
||||
|
||||
%prep
|
||||
%setup -q -n cssutils-%{version}
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%pyproject_install
|
||||
%python_clone -a %{buildroot}%{_bindir}/csscapture
|
||||
%python_clone -a %{buildroot}%{_bindir}/csscombine
|
||||
%python_clone -a %{buildroot}%{_bindir}/cssparse
|
||||
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}/
|
||||
|
||||
%post
|
||||
%{python_install_alternative csscapture csscombine cssparse}
|
||||
|
||||
%postun
|
||||
%python_uninstall_alternative csscapture
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
%doc README.rst examples
|
||||
%python_alternative %{_bindir}/csscapture
|
||||
%python_alternative %{_bindir}/csscombine
|
||||
%python_alternative %{_bindir}/cssparse
|
||||
%{python_sitelib}/cssutils-%{version}.dist-info
|
||||
%{python_sitelib}/cssutils/
|
||||
%{python_sitelib}/encutils/
|
||||
|
||||
%changelog
|
||||
Reference in New Issue
Block a user