Path to this page:
./
devel/py-test-flake8,
Plugin plugin to check FLAKE8 requirements
Branch: CURRENT,
Version: 1.2.2,
Package name: py311-test-flake8-1.2.2,
Maintainer: pkgsrc-userspytest plugin to check FLAKE8 requirements.
After installing it, when you run tests with the option:
py.test --flake8
every file ending in .py will be discovered and checked with flake8.
Required to run:[
devel/py-setuptools] [
devel/py-test] [
devel/py-flake8] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 12.508 KB
Version history: (Expand)
- (2024-07-22) Updated to version: py311-test-flake8-1.2.2
- (2024-07-20) Updated to version: py311-test-flake8-1.2.0
- (2023-08-26) Updated to version: py311-test-flake8-1.1.1
- (2023-04-25) Updated to version: py310-test-flake8-1.0.7nb2
- (2023-02-09) Updated to version: py310-test-flake8-1.0.7nb1
- (2022-01-05) Updated to version: py39-test-flake8-1.0.7nb1
CVS history: (Expand)
2023-08-26 13:49:13 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-test-flake8: updated to 1.1.1
1.1.1
- Update classifiers to indicate older versions are no longer supported
- No longer use deprecated pytest constructs
- Bump requirements to more accurately indicate what is currently needed
1.1.0
- Drop Python 2 support and dependency on py; from @erikkemperman
- Drop support for Python 3.5, 3.6
- Stop testing on Python versions prior to 3.7
- Add a `flake8-max-doc-length` option; from @rodrigomologni
- Fix some minor typos; from @kianmeng
|
2023-04-30 17:45:09 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-test-flake8: not for python 2
|
2023-04-25 16:34:20 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-test-flake8: add missing dependency in py-py
|
2022-01-29 09:48:41 by Thomas Klausner | Files touched by this commit (12) |
Log message:
*: convert py-flake8 users to versioned_dependencies
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-01-09 09:35:59 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-test-flake8: updated to 1.0.7
1.0.7
-----
- Implement collect() for Flake8Item; from @thomascobb
- Document skipping behavior in README; from @jpyams
|