15
0
forked from pool/python-mccabe
Sascha Peilicke
2013-05-02 14:27:25 +00:00
committed by Git OBS Bridge
parent 665af34d54
commit ef3171c273
2 changed files with 7 additions and 5 deletions

View File

@@ -13,15 +13,16 @@
# 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: MIT
Summary: McCabe checker, plugin for flake8
Url: https://github.com/flintwork/mccabe
License: MIT
Group: Development/Languages/Python
Url: https://github.com/flintwork/mccabe
Source: http://pypi.python.org/packages/source/m/mccabe/mccabe-%{version}.tar.gz
BuildRequires: python-devel
BuildRequires: python-distribute

View File

@@ -1,5 +1,5 @@
#
# spec file for package python-mccabe
# spec file for package python3-mccabe
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -13,15 +13,16 @@
# 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: MIT
Summary: McCabe checker, plugin for flake8
Url: https://github.com/flintwork/mccabe
License: MIT
Group: Development/Languages/Python
Url: https://github.com/flintwork/mccabe
Source: http://pypi.python.org/packages/source/m/mccabe/mccabe-%{version}.tar.gz
BuildRequires: python3
BuildRequires: python3-devel