IABSD.fr/ports/lang/python

Branch :


Log

Author Commit Date CI Message
30b455ef 2024-05-28 21:14:52 let MODPY_COMPILEALL work as far as it can for py2
90bf4dd7 2024-05-28 16:04:58 Add MODPY_COMPILEALL with a standard invocation to run "compileall". Compared to the various ad-hoc ones used in the ports tree, this sets parallelism if MAKE_JOBS is set, strips ${WRKINST} from the pyc files (i.e. the pobj directory), and uses standard optimization levels. (I have diffs for the various ports using ad-hoc compileall.py that I'll test)
74da5060 2024-05-28 16:02:11 Allow setting MODPY_PYTEST_USERARGS as a user setting (e.g. in /etc/mk.conf) adding to the standard pytest command line. Can be used for e.g. -v (to add verbosity), --color=yes, adjust traceback print mode, etc. See "py.test -h".
715da6b7 2024-05-20 19:16:00 unbreak python-idle installation, the update to 3.11.8 introduced a conflict
622f386d 2024-05-09 16:09:57 fix typo in @pkgpath lines for -tests
dc0bb09e 2024-05-06 18:53:19 no more need for MODOY_DEFAULTONLY
473ad1cb 2024-05-06 16:19:11 need to merge in lang/python/3.11,* via @pkgpath too
83d0e78d 2024-05-06 14:28:47 add @pkgpath markers, problem reported by solene@
32abb944 2024-05-06 12:20:32 rm old py3.x versions
a645ab48 2024-05-06 12:20:20 switch default py3 version to 3.11 looks reasonable to tb@