Package: dxf2gcode / 20170925-4
Metadata
Package | Version | Patches format |
---|---|---|
dxf2gcode | 20170925-4 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 install AppStream metadata in the correct directory.patch | (download) |
st-setup.py |
2 1 + 1 - 0 ! |
install appstream metadata in the correct directory |
no lupdate.patch | (download) |
make_tr.py |
9 6 + 3 - 0 ! |
optionally skip running pylupdate to update the qt linguist translation files |
0003 create top level dxf2gcode module move all modules t.patch | (download) |
dxf2gcode/__init__.py |
1 1 + 0 - 0 ! |
create top-level dxf2gcode module, move all modules there |
0004 update all imports to use the new dxf2gcode top leve.patch | (download) |
dxf2gcode.py |
56 28 + 28 - 0 ! |
update all imports to use the new dxf2gcode top-level module |
0005 update dxf2gcode.ui for new top level module.patch | (download) |
dxf2gcode.ui |
6 3 + 3 - 0 ! |
update dxf2gcode.ui for new top-level module |
0006 update egg info for top level dxf2gcode module.patch | (download) |
dxf2gcode.egg-info/SOURCES.txt |
125 63 + 62 - 0 ! |
update egg info for top-level dxf2gcode module |
0007 update make_tr.py for new top level module.patch | (download) |
make_tr.py |
36 18 + 18 - 0 ! |
update make_tr.py for new top-level module |
0008 update st setup for new top level module.patch | (download) |
st-setup.py |
13 7 + 6 - 0 ! |
update st-setup for new top-level module |
0009 fix dxf LWPolyLine import.patch | (download) |
dxf2gcode/dxfimport/geoent_lwpolyline.py |
23 16 + 7 - 0 ! |
fix dxf lwpolyline import This commit is cherry-picked from upstream's commit 2bab0a20. |
0010 fix dxf PolyLine import.patch | (download) |
dxf2gcode/dxfimport/geoent_polyline.py |
2 1 + 1 - 0 ! |
fix dxf polyline import This commit is cherry-picked from upstream's commit 7281a3e0. |
0011 fix import of DXF with no Entities.patch | (download) |
dxf2gcode/dxfimport/importer.py |
2 1 + 1 - 0 ! |
fix import of dxf with no entities Closes: #895862 |