Sun Apr 30 15:51:20 2023 UTC ()
python: remove flake8 support from versioned_dependencies


(wiz)
diff -r1.93 -r1.94 pkgsrc/lang/python/versioned_dependencies.mk

cvs diff -r1.93 -r1.94 pkgsrc/lang/python/versioned_dependencies.mk (expand / switch to unified diff)

--- pkgsrc/lang/python/versioned_dependencies.mk 2023/04/30 15:02:46 1.93
+++ pkgsrc/lang/python/versioned_dependencies.mk 2023/04/30 15:51:20 1.94
@@ -1,25 +1,25 @@ @@ -1,25 +1,25 @@
1# $NetBSD: versioned_dependencies.mk,v 1.93 2023/04/30 15:02:46 wiz Exp $ 1# $NetBSD: versioned_dependencies.mk,v 1.94 2023/04/30 15:51:20 wiz Exp $
2# 2#
3# This file determines which separate distribution of a Python 3# This file determines which separate distribution of a Python
4# package is used as dependency, depending on the Python version 4# package is used as dependency, depending on the Python version
5# used. 5# used.
6# 6#
7# === User-settable variables === 7# === User-settable variables ===
8# 8#
9# PYTHON_VERSIONED_DEPENDENCIES 9# PYTHON_VERSIONED_DEPENDENCIES
10# The Python package which should be added as a dependency. 10# The Python package which should be added as a dependency.
11# 11#
12# Possible values: Pillow X babel cairo chardet click coverage cryptography dns flake8 hypothesis importlib-metadata jinja2 mccabe more-itertools pip packaging pygments pyphen rsa setuptools setuptools_scm test test-cov 12# Possible values: Pillow X babel cairo chardet click coverage cryptography dns hypothesis importlib-metadata jinja2 mccabe more-itertools pip packaging pygments pyphen rsa setuptools setuptools_scm test test-cov
13# Default: (nothing) 13# Default: (nothing)
14# 14#
15 15
16.include "../../lang/python/pyversion.mk" 16.include "../../lang/python/pyversion.mk"
17 17
18# _PY_VERS_PKG.${PYTHON_VERSION}.${pkg} is the path used for the dependency 18# _PY_VERS_PKG.${PYTHON_VERSION}.${pkg} is the path used for the dependency
19# for a specific Python version. This can be "missing", if this Python 19# for a specific Python version. This can be "missing", if this Python
20# version is not supported for this package. 20# version is not supported for this package.
21# 21#
22# _PY_VERS_PKG.default.${pkg} is the fallback version if a specific version 22# _PY_VERS_PKG.default.${pkg} is the fallback version if a specific version
23# isn't known. 23# isn't known.
24# 24#
25# _PY_VERS_PKG.dependency.${PKG} flags packages that need Rust-specific 25# _PY_VERS_PKG.dependency.${PKG} flags packages that need Rust-specific
@@ -47,29 +47,26 @@ _PY_VERS_PKG.27.chardet= converters/py-c @@ -47,29 +47,26 @@ _PY_VERS_PKG.27.chardet= converters/py-c
47_PY_VERS_PKG.default.click= devel/py-click 47_PY_VERS_PKG.default.click= devel/py-click
48_PY_VERS_PKG.27.click= devel/py-click7 48_PY_VERS_PKG.27.click= devel/py-click7
49 49
50_PY_VERS_PKG.default.coverage= devel/py-coverage 50_PY_VERS_PKG.default.coverage= devel/py-coverage
51_PY_VERS_PKG.27.coverage= devel/py27-coverage 51_PY_VERS_PKG.27.coverage= devel/py27-coverage
52 52
53_PY_VERS_PKG.default.cryptography= security/py-cryptography 53_PY_VERS_PKG.default.cryptography= security/py-cryptography
54_PY_VERS_PKG.27.cryptography= security/py27-cryptography 54_PY_VERS_PKG.27.cryptography= security/py27-cryptography
55_PY_VERS_PKG.dependency.cryptography= yes 55_PY_VERS_PKG.dependency.cryptography= yes
56 56
57_PY_VERS_PKG.default.dns= net/py-dns 57_PY_VERS_PKG.default.dns= net/py-dns
58_PY_VERS_PKG.27.dns= net/py-dns1 58_PY_VERS_PKG.27.dns= net/py-dns1
59 59
60_PY_VERS_PKG.default.flake8= devel/py-flake8 
61_PY_VERS_PKG.27.flake8= devel/py-flake8-3 
62 
63_PY_VERS_PKG.default.hypothesis= devel/py-hypothesis 60_PY_VERS_PKG.default.hypothesis= devel/py-hypothesis
64_PY_VERS_PKG.27.hypothesis= devel/py-hypothesis4 61_PY_VERS_PKG.27.hypothesis= devel/py-hypothesis4
65 62
66_PY_VERS_PKG.default.importlib-metadata= devel/py-importlib-metadata 63_PY_VERS_PKG.default.importlib-metadata= devel/py-importlib-metadata
67_PY_VERS_PKG.27.importlib-metadata= devel/py-importlib-metadata2 64_PY_VERS_PKG.27.importlib-metadata= devel/py-importlib-metadata2
68 65
69_PY_VERS_PKG.default.jinja2= textproc/py-jinja2 66_PY_VERS_PKG.default.jinja2= textproc/py-jinja2
70_PY_VERS_PKG.27.jinja2= textproc/py27-jinja2 67_PY_VERS_PKG.27.jinja2= textproc/py27-jinja2
71 68
72_PY_VERS_PKG.default.mccabe= devel/py-mccabe 69_PY_VERS_PKG.default.mccabe= devel/py-mccabe
73_PY_VERS_PKG.27.mccabe= devel/py-mccabe06 70_PY_VERS_PKG.27.mccabe= devel/py-mccabe06
74 71
75_PY_VERS_PKG.default.more-itertools= devel/py-more-itertools 72_PY_VERS_PKG.default.more-itertools= devel/py-more-itertools