Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| dae9f91e | 2022-11-13 15:28:39 | bump for MODPY_DEFAULT_VERSION_3 change | ||
| 56bcd7bf | 2022-03-11 19:37:04 | drop RCS Ids | ||
| 3fb7cdbc | 2021-11-02 00:01:35 | 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. | ||
| d9cfe411 | 2020-07-03 21:12:24 | bump REVISION; python 3 default changed to 3.8 | ||
| 65a6d83b | 2020-01-07 20:01:20 | Add a python3 meta-package which uses python.port.mk to automatically depend on whatever is the current default version of python 3 in the ports tree (currently 3.7). Allows adding it with pkg_add python3 rather than needing to know the correct subdir name (as you would with pkg_add python%3.7). Deliberately not adding a similar one for py2 which is not likely to proceed beyond 2.7. ok kmos@, aja@ pirofti@ zhuk@ like it too |