commit 05f59e19b6ce35ca1bdb929938ccf00af23319c9f4433c33dae7c834302ffd1e Author: Sascha Peilicke Date: Tue Apr 23 12:59:34 2013 +0000 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 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/mccabe-0.2.1.tar.gz b/mccabe-0.2.1.tar.gz new file mode 100644 index 0000000..6417a70 --- /dev/null +++ b/mccabe-0.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a2a170e47de5593a6abfae1e9542bd2c3924ac62bbe4e6ed96c953c0352243a +size 5031 diff --git a/python-mccabe.changes b/python-mccabe.changes new file mode 100644 index 0000000..081e1df --- /dev/null +++ b/python-mccabe.changes @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Sun Apr 21 23:39:43 UTC 2013 - dmueller@suse.com + +- Initial package (0.2.1) + diff --git a/python-mccabe.spec b/python-mccabe.spec new file mode 100644 index 0000000..cc60313 --- /dev/null +++ b/python-mccabe.spec @@ -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 diff --git a/python3-mccabe.changes b/python3-mccabe.changes new file mode 100644 index 0000000..081e1df --- /dev/null +++ b/python3-mccabe.changes @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Sun Apr 21 23:39:43 UTC 2013 - dmueller@suse.com + +- Initial package (0.2.1) + diff --git a/python3-mccabe.spec b/python3-mccabe.spec new file mode 100644 index 0000000..58bc893 --- /dev/null +++ b/python3-mccabe.spec @@ -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