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 34 35 36 37 38 39 40 41 42 43 44
|
Source: ezdxf
Section: python
Priority: optional
Maintainer: Bdale Garbee <bdale@gag.com>
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-fonttools,
python3-numpy,
python3-pil,
python3-pyparsing,
python3-pyqt5,
python3-setuptools,
python3-sphinx,
python3-sphinx-rtd-theme,
python3-typing-extensions,
python3-wheel
Standards-Version: 4.6.1
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.
|