# # spec file for package python-slimit # # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # 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 http://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-slimit Version: 0.8.1 Release: 0 Summary: JavaScript minifier written in Python License: MIT Group: Development/Languages/Python URL: https://slimit.readthedocs.io/ Source: https://files.pythonhosted.org/packages/source/s/slimit/slimit-%{version}.zip # PATCH-FIX-OPENSUSE python-slimit-add-licence.patch -- Include the licence file that is present in git since 4111f2d. Patch0: python-slimit-add-licence.patch # PATCH-FIX-OPENSUSE python-slimit-fix-python3.patch -- Take commit e833165 from https://github.com/rspivak/slimit/pull/65 by Lele Gaifax. Patch1: python-slimit-fix-python3.patch BuildRequires: %{python_module odict} BuildRequires: %{python_module ply >= 3.4} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: unzip Requires: python-odict Requires: python-ply >= 3.4 Requires(post): update-alternatives Requires(postun): update-alternatives BuildArch: noarch %ifpython2 # python-slimit was last used in openSUSE Leap 15.0. Provides: %{oldpython}-slimit = %{version} Obsoletes: %{oldpython}-slimit < %{version} %endif %description SlimIt is a JavaScript minifier written in Python. It compiles JavaScript into more compact code so that it downloads and runs faster. SlimIt also provides a library that includes a JavaScript parser, lexer, pretty printer and a tree visitor. %python_subpackages %prep %setup -q -n slimit-%{version} %patch0 -p1 %patch1 -p1 %build %python_build %install %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib}/ %python_clone -a %{buildroot}%{_bindir}/slimit %post %python_install_alternative slimit %postun %python_uninstall_alternative slimit %files %{python_files} %license LICENSE %doc CHANGES README.rst %python_alternative %{_bindir}/slimit %{python_sitelib}/slimit/ %{python_sitelib}/slimit-* %changelog