Package python-module-flake8: Information

Danger alert: Package removed from sisyphus repository

Removed in the task: #255737
Package removed: Stanislav Levin
Deletion date: Oct. 22, 2020
Message: python2_eol
    Source package: python-module-flake8
    Version: 3.7.9-alt1
    Build time:  Nov 16, 2019, 10:46 PM in the task #240892
    Report package bug
    License: MIT
    Summary: Code checking using pep8 and pyflakes
    Description: 
    Flake8 is a wrapper around these tools:
    
    - PyFlakes - pep8 - Ned's McCabe script
    
    Flake8 runs all tools by launching the single 'flake8' script, but ignores
    pep8 and PyFlakes extended options and just uses defaults. It displays the
    warnings in a per-file, merged output.
    
    It also adds a few features:
    
    - files that contains with this header are skipped::
    
    - lines that contains a "# NOQA" comment at the end will not issue a
    warning. - a Mercurial hook.
    
    - a McCabe complexity checker.

    List of rpms provided by this srpm:
    python-module-flake8 (noarch)
    python3-module-flake8 (noarch)

    Maintainer: Stanislav Levin


      1. python2.7(mccabe)
      2. python2.7(mock)
      3. python2.7(pycodestyle)
      4. python2.7(pyflakes)
      5. python2.7(pytest)
      6. python3(mccabe)
      7. python3(mock)
      8. python3-module-setuptools
      9. python3(pycodestyle)
      10. python3(pyflakes)
      11. python3(coverage)
      12. rpm-build-python3
      13. python3(tox)
      14. python3(entrypoints)
      15. python-module-setuptools
      16. python2.7(configparser)
      17. python2.7(coverage)
      18. python2.7(entrypoints)
      19. python2.7(functools32)

    Last changed


    Nov. 16, 2019 Stanislav Levin 3.7.9-alt1
    - 3.7.8 -> 3.7.9.
    Aug. 13, 2019 Stanislav Levin 3.7.8-alt1
    - 3.7.7 -> 3.7.8.
    Aug. 8, 2019 Stanislav Levin 3.7.7-alt2
    - Fixed testing against Pytest 5.