Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 384eb285 | 2024-05-06 12:23:55 | bump REVISION for py3.10 -> py3.11 switch | ||
| 7bdb780d | 2023-09-19 20:23:16 | s/MASTER_SITES/SITES/ in ports I maintain | ||
| 1427b990 | 2022-11-13 15:29:41 | bump for MODPY_DEFAULT_VERSION_3 change | ||
| 4be2aeaf | 2022-03-14 16:46:40 | Extract the script only and write 2to3 output to new file | ||
| 2b3700e3 | 2022-03-11 19:57:10 | drop RCS Ids | ||
| e7411f37 | 2022-03-10 12:03:30 | Remove RCSIDs from ports I maintain | ||
| 384d9705 | 2021-11-02 00:02:32 | bump REVISION for switch from Python 3.8 -> 3.9 | ||
| 3cbe1c2f | 2021-02-23 19:39:08 | 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. | ||
| 36146153 | 2021-01-10 22:33:22 | Convert quirky .rpm handling to regular EXTRACT_SUFX=.rpm OK espie robert | ||
| b2fc1e61 | 2020-12-28 04:01:48 | Fix Python 3.8+ SyntaxWarning messages on every usage https://docs.python.org/3.8/whatsnew/3.8.html#changes-in-python-behavior Polish 2to3 usage while here. |