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 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
|
Source: gdspy
Section: electronics
Priority: optional
Maintainer: Ruben Undheim <ruben.undheim@gmail.com>
Build-Depends: debhelper-compat (= 12),
dh-python,
python3-all-dev,
python3-setuptools,
python3-numpy,
python3-sphinx,
python3-sphinx-rtd-theme
Standards-Version: 4.4.0
Homepage: https://gdspy.readthedocs.io/en/stable/
Vcs-Git: https://salsa.debian.org/python-team/modules/gdspy.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/gdspy
Package: python3-gdspy
Architecture: any
Depends: ${python3:Depends},
${shlibs:Depends},
${misc:Depends},
gdspy-common (= ${source:Version})
Suggests: gdspy-doc
Section: python
Description: Python library for GDSII handling (Python 3)
Gdspy is a Python module for creating/importing/merging GDSII stream files. It
includes key libraries for creating complex CAD layouts.
.
Features:
- Boolean operations on polygons (AND, OR, NOT, XOR) based on clipping
algorithm
- Polygon offset (inward and outward rescaling of polygons)
- Efficient point-in-polygon solutions for large array sets
.
This package installs the library for Python 3.
Package: gdspy-doc
Architecture: all
Section: doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Description: Documentation for gdspy (Python library for GDSII handling)
Gdspy is a Python module for creating/importing/merging GDSII stream files. It
includes key libraries for creating complex CAD layouts.
.
Features:
- Boolean operations on polygons (AND, OR, NOT, XOR) based on clipping
algorithm
- Polygon offset (inward and outward rescaling of polygons)
- Efficient point-in-polygon solutions for large array sets
.
This is the common documentation package containing HTML pages and the man
page.
Package: gdspy-common
Architecture: all
Multi-Arch: foreign
Section: python
Depends: ${misc:Depends}
Description: Images used by gdspy
Gdspy is a Python module for creating/importing/merging GDSII stream files. It
includes key libraries for creating complex CAD layouts.
.
Features:
- Boolean operations on polygons (AND, OR, NOT, XOR) based on clipping
algorithm
- Polygon offset (inward and outward rescaling of polygons)
- Efficient point-in-polygon solutions for large array sets
.
This package contains arch-independent images which are needed by both
python-gdspy and python3-gdspy.
|