python-kiwisolver/python-kiwisolver.spec

67 lines
1.9 KiB
RPMSpec
Raw Normal View History

2022-05-09 17:03:47 +08:00
Name: python-kiwisolver
2022-08-03 23:01:25 +08:00
Version: 1.4.4
2022-07-05 11:38:08 +08:00
Release: 1
2022-05-09 17:03:47 +08:00
Summary: A fast implementation of the Cassowary constraint solver
License: BSD-3-Clause
URL: https://github.com/nucleic/kiwi
Source0: https://github.com/nucleic/kiwi/archive/%{version}/kiwisolver-%{version}.tar.gz
2022-08-03 23:01:25 +08:00
Patch0: fix-kiwisolver-version.patch
2022-07-05 11:38:08 +08:00
BuildRequires: gcc-c++ python3-cppy python3-pip python3-setuptools_scm python3-wheel
2022-05-09 17:03:47 +08:00
%description
Kiwi is an efficient C++ implementation of the Cassowary constraint solving algorithm.
Kiwi is an implementation of the algorithm based on the seminal Cassowary paper. It is
not a refactoring of the original C++ solver. Kiwi has been designed from the ground
up to be lightweight and fast.
%package -n python3-kiwisolver
Summary: Kiwisolver for Python 3 Package
%python_provide python3-kiwisolver
BuildRequires: python3-devel python3-setuptools python3-pytest
%description -n python3-kiwisolver
Kiwisolver for Python 3 Package.
%prep
2022-07-05 11:38:08 +08:00
%autosetup -n kiwisolver-%{version} -p1
2022-05-09 17:03:47 +08:00
rm -rf kiwisolver.egg-info
%build
%py3_build
%install
%py3_install
%check
PYTHONPATH="%{buildroot}%{python3_sitearch}" py.test-3 py/tests/
%files -n python3-kiwisolver
%doc README.rst LICENSE
2022-07-05 11:38:08 +08:00
%{python3_sitearch}/kiwisolver/*
2022-05-09 17:03:47 +08:00
%{python3_sitearch}/kiwisolver-%{version}-*.egg-info
%changelog
2022-08-03 23:01:25 +08:00
* Wed Aug 03 2022 fushanqing <fushanqing@kylinos.cn> - 1.4.4-1
- update to 1.4.4
2022-07-05 11:38:08 +08:00
* Tue Jul 05 2022 SimpleUpdate Robot <tc@openeuler.org> - 1.4.1-1
- Upgrade to version 1.4.1
2022-05-09 17:03:47 +08:00
* Mon May 9 2022 yaoxin <yaoxin30@h-partners.com> - 1.1.0-5
- License compliance rectification
* Wed Oct 21 2020 Ge Wang <wangge20@huawei.com> - 1.1.0-4
- Remove python2
* Wed Mar 11 2020 gulining<gulining1@huawei.com> - 1.1.0-3
- Add python2
* Mon Mar 9 2020 Ling Yang <lingyang2@huawei.com> - 1.1.0-2
- Fixed format for spec file
* Tue Nov 05 2019 openEuler Buildteam<buildteam@openeuler.org> - 1.1.0-1
- Type:NA
- ID:NA
- SUG:NA
- DESC:Package Init