[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#42465] [PATCH 08/10] gnu: Add python-flake8-bugbear.
From: |
Marius Bakke |
Subject: |
[bug#42465] [PATCH 08/10] gnu: Add python-flake8-bugbear. |
Date: |
Sat, 25 Jul 2020 18:13:03 +0200 |
Tanguy Le Carrour <tanguy@bioneland.org> writes:
> * gnu/packages/python-xyz.scm (python-flake8-bugbear): New variable.
[...]
> +(define-public python-flake8-bugbear
> + (package
> + (name "python-flake8-bugbear")
> + (version "20.1.4")
> + (source
> + (origin
> + (method url-fetch)
> + (uri (pypi-uri "flake8-bugbear" version))
> + (sha256
> + (base32
> + "0qiihb242fygzyrfynq913ak7cdmx8mcac9c0zk3y5gv16qf80mx"))))
> + (build-system python-build-system)
> + (native-inputs
> + `(("python-hypothesis" ,python-hypothesis)
> + ("python-hypothesmith" ,python-hypothesmith)))
I realize now that hypothesmith is probably a hypothesis plugin? In
that case it should not propagate hypothesis IMO.
> + (propagated-inputs
> + `(("python-attrs" ,python-attrs)
> + ("python-flake8" ,python-flake8)))
> + (home-page "https://github.com/PyCQA/flake8-bugbear")
> + (synopsis
> + "A plugin for Flake8 finding likely bugs and design problems in your
> program")
Just "Flake8 plugin for [...]".
> + (description
> + "A plugin for Flake8 finding likely bugs and design problems in your
> program.
> +Contains warnings that don't belong in pyflakes and pycodestyle. It is felt
> that
> +these lints don't belong in the main Python tools as they are very
> opinionated and
> +do not have a PEP or standard behind them.")
Please use full sentences, i.e. "This package contains a plugin for
Flake8 ..." and "It contains warnings that ...".
I don't really understand the last sentence. Who feels this? Can we
remove it? :-)
signature.asc
Description: PGP signature
- [bug#42465] [PATCH 09/10] gnu: Add python-flake8-pyi., (continued)
[bug#42465] [PATCH 07/10] gnu: Add python-hypothesmith., Tanguy Le Carrour, 2020/07/21
[bug#42465] [PATCH 08/10] gnu: Add python-flake8-bugbear., Tanguy Le Carrour, 2020/07/21
- [bug#42465] [PATCH 08/10] gnu: Add python-flake8-bugbear.,
Marius Bakke <=
[bug#42465] [PATCH 01/10] gnu: python-typing-extension: Update to 3.7.4.2., Marius Bakke, 2020/07/25
[bug#42465] [PATCH v2 01/10] gnu: python-typing-extension: Update to 3.7.4.2., Tanguy Le Carrour, 2020/07/22
- [bug#42465] [PATCH v2 04/10] gnu: Add python-typing-inspect., Tanguy Le Carrour, 2020/07/22
- [bug#42465] [PATCH v2 08/10] gnu: Add python-flake8-bugbear., Tanguy Le Carrour, 2020/07/22
- [bug#42465] [PATCH v2 02/10] gnu: python-hypothesis: Update to 5.20.0., Tanguy Le Carrour, 2020/07/22
- [bug#42465] [PATCH v2 03/10] gnu: Add python-mypy-extensions., Tanguy Le Carrour, 2020/07/22
- [bug#42465] [PATCH v2 05/10] gnu: Add python-libcst., Tanguy Le Carrour, 2020/07/22
- [bug#42465] [PATCH v2 09/10] gnu: Add python-flake8-pyi., Tanguy Le Carrour, 2020/07/22
- [bug#42465] [PATCH v2 06/10] gnu: Add python-lark-parser., Tanguy Le Carrour, 2020/07/22
- [bug#42465] [PATCH v2 10/10] gnu: Add python-mypy., Tanguy Le Carrour, 2020/07/22