28 Commits

Author SHA1 Message Date
naddy
85229c97e7 drop RCS Ids 2022-03-11 18:49:30 +00:00
ajacoutot
eda7e6fe04 Update to flake8-4.0.1. 2022-01-15 14:17:52 +00:00
sthen
75261975b1 bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:00:22 +00:00
ajacoutot
7c6b8082f2 Update to flake8-3.9.2. 2021-09-01 13:12:40 +00:00
jca
1dd76df8bc This release of flake8 should work with pyflakes-2.3.1
Loosen version requirement.
Reported by K R daharmasterkor (at) gmail (dot) com, ok sthen@
2021-05-11 17:34:42 +00:00
sthen
3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
sthen
2761f9948f update to flake8-3.8.4 2021-02-20 14:18:24 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
ajacoutot
98f93f6531 Update to flake8-3.7.9. 2019-11-08 23:34:33 +00:00
kmos
e9ec9cc4ea Update devel/flake8 3.5.0 -> 3.7.7
From Paco Esteban. Thank you very much!

OK sthen@
2019-08-13 23:25:24 +00:00
sthen
9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +00:00
danj
b96cc882be Remove maintainer per their request 2019-06-29 21:26:51 +00:00
kmos
c45cd79fc7 Add RUN_DEPENDS to TEST_DEPENDS automatically for ports using the
lang/python port module. I've not yet come up with a port that
would not need this and one can always set MODPY_TESTDEP to "no"
to prevent the module from touching TEST_DEPENDS.

Idea from afresh1 who pointed out the cpan module already does this.

aja "I support this move."

OK sthen@
2019-05-15 12:04:34 +00:00
sthen
d7f0752227 bump all the py3 things, _SYSTEM_VERSION didn't quite work out how
we expected and it's easier|safer to do it this way than fiddle with
pkg_add now. thanks aja for update tests with a quick bulk.
2019-04-28 20:51:26 +00:00
kn
0796219cc0 Convert devel/py-test consumers to new MODPY_PYTEST
lang/python/python.port.mk revision 1.102 and 1.103 added
MODPY_TEST_LOCALE and MODPY_PYTEST respectively, nicely wrapping up the
usual pytest dance.

This removes hand-rolled do-tests from all 70 ports by setting
MODPY_PYTEST=Yes and MODPY_TEST_LOCALE as well as HOME=${WRKDIR} to TESTENV
as needed.

From Kurt Mosiejczuk <kurt at cranky dot work>, thanks!
OK sthen
2019-03-25 14:29:49 +00:00
danj
0a7f8708e3 Update to flake8-3.5.0 and move to py3
ok Bertrand Janin (maintainer)
2018-01-21 23:49:25 +00:00
shadchin
32f81bee7f Update to flake8 3.3.0 2017-02-19 20:15:42 +00:00
shadchin
7a6ab74ae7 Update to flake8 3.2.1
ok Bertrand Janin (maintainer)
2017-01-04 18:39:22 +00:00
shadchin
9929fc0365 Update to flake8 3.2.0 2016-11-15 08:23:50 +00:00
shadchin
c88aac49a6 Unbreak after update py-codestyle 2016-11-06 07:33:10 +00:00
shadchin
72ac59ffa2 Add missing BDEP, spotted by sthen@ 2016-11-03 13:36:07 +00:00
shadchin
f928d4908c Update to flake8 3.0.4, from frantisek holop 2016-11-02 18:19:05 +00:00
jca
fbb85a5583 Missed in previous. 2015-12-28 17:30:09 +00:00
jca
c15a5f3b19 Update to flake8-2.5.1, from maintainer Bertrand Janin. 2015-12-28 17:28:20 +00:00
shadchin
0eacbc06af Fix test for new py-mock
ok jca@, Bertrand Janin (maintainer)
2015-12-24 15:36:54 +00:00
sthen
88e0d48477 bump REVISION for setuptools dep change. 2015-09-29 10:51:43 +00:00
jasper
5e91600570 - switch to MODPY_PI 2015-04-02 14:21:12 +00:00
benoit
b798d1af31 Import flake8.
A modular python code checker wrapping tools such as pyflakes, pep8 and McCabe for complexity checks.

from Bertrand Janin, ok sthen@
2014-11-18 12:10:58 +00:00