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

Group :: Development/Python3
RPM: python3-module-flake8-print

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
%define oname flake8-print

Name: python3-module-%oname
Version: 5.0.0
Release: alt1

Summary: Print statement checker plugin for flake8

License: MIT
Group: Development/Python3
Url: https://pypi.python.org/pypi/flake8-print/

Source0: %oname-%version.tar.gz

BuildRequires(pre): rpm-build-python3
BuildRequires: python3-module-flake8

BuildArch: noarch

%py3_provides flake8_print

%description
Check for Print statements in python files.

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

%prep
%setup -n %oname-%version

%build
%python3_build

%install
%python3_install

%files
%doc *.md
%python3_sitelibdir/*

%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