forked from pool/python-mutmut
Accepting request 808652 from home:pgajdos:python
submit OBS-URL: https://build.opensuse.org/request/show/808652 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mutmut?expand=0&rev=7
This commit is contained in:
parent
e155afa4c7
commit
94a7318edc
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 25 06:50:55 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
|
||||
|
||||
- %python3_only -> %python_alternative
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 30 14:06:25 UTC 2020 - pgajdos@suse.com
|
||||
|
||||
|
@ -38,6 +38,8 @@ Requires: python-parso
|
||||
Requires: python-pony
|
||||
Requires: python-setuptools
|
||||
Requires: python-tri.declarative >= 3.0.0
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
Recommends: python-coverage
|
||||
Recommends: python-pytest
|
||||
Suggests: python-pytest-cov
|
||||
@ -76,15 +78,22 @@ sed -i '1{/^#!/d}' mutmut/__main__.py
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%python_clone -a %{buildroot}%{_bindir}/mutmut
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
%pytest
|
||||
|
||||
%post
|
||||
%python_install_alternative mutmut
|
||||
|
||||
%postun
|
||||
%python_uninstall_alternative mutmut
|
||||
|
||||
%files %{python_files}
|
||||
%doc README.rst
|
||||
%license LICENSE
|
||||
%python3_only %{_bindir}/mutmut
|
||||
%python_alternative %{_bindir}/mutmut
|
||||
%{python_sitelib}/*
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user