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: pycirkuit
Section: electronics
Priority: optional
Maintainer: Aniol Marti <amarti@caliu.cat>
Build-Depends: debhelper-compat (= 12),
dh-python,
dh-exec,
python3-all,
python3-setuptools
Standards-Version: 4.5.0
Homepage: https://github.com/orestesmas/pycirkuit
Vcs-Browser: https://salsa.debian.org/debian/pycirkuit
Vcs-Git: https://salsa.debian.org/debian/pycirkuit.git
Rules-Requires-Root: no
Package: pycirkuit
Architecture: all
Depends: ${misc:Depends},
${shlibs:Depends},
${python3:Depends},
python3-setuptools,
python3-pyqt5,
python3-magic,
texlive-latex-base,
texlive-latex-recommended,
texlive-base-bin,
texlive-extra-utils,
texlive-latex-extra,
texlive-science,
texlive-pictures,
preview-latex-style,
m4,
poppler-utils,
lmodern,
dpic,
circuit-macros
Description: front-end for "Circuit Macros" and the PIC language
PyCirkuit is a front-end for Dwight Aplevich's Circuit Macros,
which is a set of macros for drawing high-quality line diagrams
to include in TeX, LaTeX, etc. PyCirkuit builds a live preview
and allows it to be exported as TikZ.
|