head 1.2; access; symbols pkgsrc-2023Q1:1.1.0.10 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.8 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.6 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.4 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.2 pkgsrc-2022Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2023.04.30.15.52.06; author wiz; state dead; branches; next 1.1; commitid IHqcgqJQDeGTc9nE; 1.1 date 2022.01.29.08.40.00; author wiz; state Exp; branches; next ; commitid 7H1hTv6OtvvrtvqD; desc @@ 1.2 log @py-flake8-3: remove, unused @ text @$NetBSD: patch-setup.cfg,v 1.1 2022/01/29 08:40:00 wiz Exp $ Relax restrictions. --- setup.cfg.orig 2021-05-08 19:51:38.402109600 +0000 +++ setup.cfg @@@@ -36,9 +36,9 @@@@ package_dir = =src packages = find: install_requires = - pyflakes >= 2.3.0, < 2.4.0 - pycodestyle >= 2.7.0, < 2.8.0 - mccabe >= 0.6.0, < 0.7.0 + pyflakes >= 2.3.0 + pycodestyle >= 2.7.0 + mccabe >= 0.6.0 enum34; python_version<"3.4" typing; python_version<"3.5" configparser; python_version<"3.2" @ 1.1 log @devel/py-flake8-3: import py27-flake8-3.9.2nb3 Flake8 is a wrapper around these tools: * PyFlakes * pep8 * Ned Batchelder's McCabe script Flake8 runs all the tools by launching the single flake8 script. It displays the warnings in a per-file, merged output. This package contains the last version supporting Python 2.x. @ text @d1 1 a1 1 $NetBSD: patch-setup.cfg,v 1.6 2022/01/27 10:03:27 wiz Exp $ @