Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37855494
en ru br
ALT Linux repos
S:0.7.0-alt1.1

Group :: Development/Python3
RPM: python3-module-mccabe

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
%define oname mccabe

Name:               python3-module-%oname
Version:            0.7.0
Release:            alt1.1

Summary:            McCabe complexity checker

Group:              Development/Python3
License:            Expat
URL:                http://pypi.python.org/pypi/mccabe

# Source-git: https://github.com/pycqa/mccabe.git

Source: %name-%version.tar

BuildArch:          noarch

BuildRequires: python3-module-setuptools rpm-build-python3

%description
Ned's script to check McCabe complexity.

This module provides a plugin for ``flake8``, the Python code
checker.

%prep
%setup

%build
%python3_build

%install
%python3_install

%files
%doc README.rst LICENSE
%python3_sitelibdir/%{oname}.py*
%python3_sitelibdir/%{oname}-%{version}-*
%python3_sitelibdir/__pycache__/%{oname}.*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin