File: control

package info (click to toggle)
ezdxf 0.18.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 46,952 kB
  • sloc: python: 158,141; javascript: 166; cpp: 138; makefile: 116; lisp: 20
file content (41 lines) | stat: -rw-r--r-- 1,300 bytes parent folder | download
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
Source: ezdxf
Section: python
Priority: optional
Maintainer: Bdale Garbee <bdale@gag.com>
Build-Depends: debhelper (>= 13),
		dh-python,
		python3-all,
		python3-pyparsing,
		python3-pyqt5,
		python3-setuptools,
		python3-sphinx,
		python3-sphinx-rtd-theme,
		python3-typing-extensions,
		python3-wheel
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.