Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37739055
en ru br
Репозитории ALT

Группа :: Development/Python3
Пакет: python3-module-mccabe

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   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

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin