- Set license to MIT (SPDX mapping from Expat)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mccabe?expand=0&rev=4
This commit is contained in:
parent
2d89990cd3
commit
541089d7e4
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 24 09:06:28 UTC 2013 - speilicke@suse.com
|
||||
|
||||
- Set license to MIT (SPDX mapping from Expat)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 21 23:39:43 UTC 2013 - dmueller@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
Name: python3-mccabe
|
||||
Version: 0.2.1
|
||||
Release: 0
|
||||
License: Expat license
|
||||
License: MIT
|
||||
Summary: McCabe checker, plugin for flake8
|
||||
Url: https://github.com/flintwork/mccabe
|
||||
Group: Development/Languages/Python
|
||||
@ -36,13 +36,14 @@ This module provides a plugin for ``flake8``, the Python code checker.
|
||||
%setup -q -n mccabe-%{version}
|
||||
|
||||
%build
|
||||
CFLAGS="%{optflags}" python3 setup.py build
|
||||
python3 setup.py build
|
||||
|
||||
%install
|
||||
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc README.rst
|
||||
%{python3_sitelib}/*
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user