Accepting request 172923 from home:dirkmueller:branches:devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/172923
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mccabe?expand=0&rev=1
This commit is contained in:
Sascha Peilicke 2013-04-23 12:59:34 +00:00 committed by Git OBS Bridge
commit 05f59e19b6
6 changed files with 132 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

3
mccabe-0.2.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5a2a170e47de5593a6abfae1e9542bd2c3924ac62bbe4e6ed96c953c0352243a
size 5031

5
python-mccabe.changes Normal file
View File

@ -0,0 +1,5 @@
-------------------------------------------------------------------
Sun Apr 21 23:39:43 UTC 2013 - dmueller@suse.com
- Initial package (0.2.1)

48
python-mccabe.spec Normal file
View File

@ -0,0 +1,48 @@
#
# spec file for package python-mccabe
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# 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 http://bugs.opensuse.org/
Name: python-mccabe
Version: 0.2.1
Release: 0
License: Expat license
Summary: McCabe checker, plugin for flake8
Url: https://github.com/flintwork/mccabe
Group: Development/Languages/Python
Source: http://pypi.python.org/packages/source/m/mccabe/mccabe-%{version}.tar.gz
BuildRequires: python-devel
BuildRequires: python-distribute
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
Ned's script to check McCabe complexity.
This module provides a plugin for ``flake8``, the Python code checker.
%prep
%setup -q -n mccabe-%{version}
%build
CFLAGS="%{optflags}" python setup.py build
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files
%defattr(-,root,root,-)
%{python_sitelib}/*
%changelog

5
python3-mccabe.changes Normal file
View File

@ -0,0 +1,5 @@
-------------------------------------------------------------------
Sun Apr 21 23:39:43 UTC 2013 - dmueller@suse.com
- Initial package (0.2.1)

48
python3-mccabe.spec Normal file
View File

@ -0,0 +1,48 @@
#
# spec file for package python-mccabe
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# 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 http://bugs.opensuse.org/
Name: python3-mccabe
Version: 0.2.1
Release: 0
License: Expat license
Summary: McCabe checker, plugin for flake8
Url: https://github.com/flintwork/mccabe
Group: Development/Languages/Python
Source: http://pypi.python.org/packages/source/m/mccabe/mccabe-%{version}.tar.gz
BuildRequires: python3-devel
BuildRequires: python3-distribute
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
Ned's script to check McCabe complexity.
This module provides a plugin for ``flake8``, the Python code checker.
%prep
%setup -q -n mccabe-%{version}
%build
CFLAGS="%{optflags}" python3 setup.py build
%install
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files
%defattr(-,root,root,-)
%{python3_sitelib}/*
%changelog