Version: 20191025, Package name: dxf2gcode-20191025 |
Maintained by: Tracey Emery |
Master sites: |
Description DXF2GCODE is a tool for converting 2D (dxf, pdf, ps) drawings to CNC machine compatible GCode. |
Filesize: 3771.286 KB |
Version History (View Complete History) |
|
2021-11-01 18:00:17 by Stuart Henderson | Files touched by this commit (85) |
Log message: bump REVISION for switch from Python 3.8 -> 3.9 |
2021-07-22 12:53:17 by Stuart Henderson | Files touched by this commit (2) |
Log message: 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. |
2021-02-23 12:39:53 by Stuart Henderson | Files touched by this commit (743) |
Log message: 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. |