IABSD.fr/ports/cad/dxf2gcode

Branch :


Log

Author Commit Date CI Message
81d58166 2022-11-13 15:27:35 bump for MODPY_DEFAULT_VERSION_3 change
5bba7c30 2022-03-11 18:24:26 drop RCS Ids
8ad2bb9a 2021-11-02 00:00:12 bump REVISION for switch from Python 3.8 -> 3.9
6f6cacad 2021-07-22 18:53:17 regen plist to unbreak, following the setuptools update site-packages/__pycache__/site.cpython-38.pyc is no longer created. not found in setuptools test build because dxf2gcode doesn't register a build dependency on setuptools; I've added that with BUILD_DEPENDS (it's not a typical setuptools port). drop obsolete code dealing with -3 suffix on py3 binaries while there.
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.
5e8b9830 2020-11-30 15:10:22 Import cad/dxf2gcode DXF2GCODE is a tool for converting 2D (dxf, pdf, ps) drawings to CNC machine compatible GCode. Tweaks sthen@, additional patch and ok paco@