1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Source: ezdxf
Section: python
Priority: optional
Maintainer: Bdale Garbee <bdale@gag.com>
Build-Depends: debhelper (>= 13), dh-python, python3-all, python3-pyparsing
, python3-setuptools, python3-wheel, python3-sphinx, python3-sphinx-rtd-theme
Standards-Version: 4.5.0
Homepage: https://github.com/mozman/ezdxf/
X-Python3-Version: >= 3.6
Vcs-Browser: https://salsa.debian.org/debian/ezdxf
Vcs-Git: https://salsa.debian.org/debian/ezdxf.git
Rules-Requires-Root: no
#Testsuite: autopkgtest-pkg-python
Package: python3-ezdxf
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Suggests: python-ezdxf-doc
Description: python module to create and modify DXF drawings (Python 3)
ezdxf is a module for manipulating DXF files. It can be used to create
new DXF files, or to read/write/modify existing DXF files.
.
This package installs the library for Python 3.
Package: python-ezdxf-doc
Architecture: all
Section: doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Description: python module to create and modify DXF drawings (documentation)
ezdxf is a module for manipulating DXF files. It can be used to create
new DXF files, or to read/write/modify existing DXF files.
.
This package provides documentation for the module.
|