17
0
Files
python-PyTweening/python-PyTweening.spec
Dirk Mueller 8ba51e40e7 - update to 1.0.7:
* no upstream changelog available
- use packaged LICENSE.txt
- update to 1.0.4
- Initial release of python-PyTweening 1.0.3

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyTweening?expand=0&rev=10
2024-01-05 18:26:32 +00:00

56 lines
1.6 KiB
RPMSpec

#
# spec file for package python-PyTweening
#
# Copyright (c) 2024 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-PyTweening
Version: 1.0.7
Release: 0
Summary: A collection of tweening / easing functions
License: BSD-3-Clause
URL: https://github.com/asweigart/pytweening
Source: https://files.pythonhosted.org/packages/source/P/PyTweening/pytweening-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: dos2unix
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: unzip
BuildArch: noarch
%python_subpackages
%description
A collection of tweening / easing functions implemented in Python.
%prep
%setup -q -n pytweening-%{version}
dos2unix README.md
%build
%python_build
%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%doc README.md
%license LICENSE.txt
%{python_sitelib}/pytweening
%{python_sitelib}/pytweening-%{version}*info
%changelog