forked from pool/python-cwcwidth
Accepting request 883344 from home:apersaud:branches:devel:languages:python
- added missing cython requirement OBS-URL: https://build.opensuse.org/request/show/883344 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cwcwidth?expand=0&rev=2
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 6 14:50:58 UTC 2021 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- added missing cython requirement
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 5 01:36:20 UTC 2021 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
|
||||
@@ -24,9 +24,10 @@ Summary: Python bindings for wc(s)width
|
||||
License: MIT
|
||||
URL: https://github.com/sebastinas/cwcwidth
|
||||
Source: https://files.pythonhosted.org/packages/source/c/cwcwidth/cwcwidth-%{version}.tar.gz
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: %{python_module Cython}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@@ -43,9 +44,6 @@ export CFLAGS="%{optflags}"
|
||||
%python_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||
|
||||
%check
|
||||
%pyunittest_arch -v
|
||||
|
||||
%files %{python_files}
|
||||
%doc CHANGELOG.md README.md
|
||||
%license LICENSE
|
||||
|
||||
Reference in New Issue
Block a user