IABSD.fr/ports/lang/pcbasic

Branch :


Log

Author Commit Date CI Message
41b34e25 2024-05-06 12:23:44 bump REVISION for py3.10 -> py3.11 switch
afc88916 2023-10-12 17:26:56 update lang/pcbasic to 2.0.7 ok sthen@
c2fac5fe 2022-11-25 16:38:02 use MODPY_PYBUILD, fix deps in secularize while there
dae9f91e 2022-11-13 15:28:39 bump for MODPY_DEFAULT_VERSION_3 change
e93f9d0c 2022-03-11 19:28:46 drop RCS Ids
5e4370b6 2021-11-02 00:01:12 bump REVISION for switch from Python 3.8 -> 3.9
20830aca 2021-02-27 23:25:28 switch pcbasic to python3 ok bcallah@ (MAINTAINER)
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.
3318ced0 2019-07-12 20:46:54 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
c45cd79f 2019-05-15 12:04:34 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@