Files
nuitka-mirror/debian/control
Kay Hayen 0b0b22e3ee Debian: Use platformdirs instead of appdirs
* Also "glob2" is not really needed, because that
  is for Python3.5 and earlier.
2026-03-15 08:02:52 +01:00

70 lines
2.6 KiB
Plaintext

Source: nuitka
Maintainer: Kay Hayen <kay.hayen@gmail.com>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
lsb-release,
dh-python | base-files (<< 9.6),
base-files (>= 11) | python (>= 2.6.6-2),
base-files (>= 11) | python-all-dbg (>= 2.6.6-2),
base-files (>= 11) | python-all-dev (>= 2.6.6-2),
base-files (>= 11) | python-setuptools,
base-files (>= 11) | python-jinja2,
base-files (>= 11) | python-yaml,
base-files (>= 11) | base-files (<< 9.10) | python-glob2,
scons,
python3-all-dev (>= 3.3),
python3-all-dbg (>= 3.3),
python3-setuptools,
python3-jinja2,
python3-yaml,
zlib1g-dev,
base-files (>= 11) | python-appdirs,
python3-appdirs | base-files (<< 7.2) | base-files (>= 13),
python3-glob2 | base-files (<< 9.10) | base-files (>= 13),
python3-platformdirs | base-files (<< 13),
rst2pdf,
fontconfig,
base-files (>= 11) | python-pil | python-imaging,
python3-pil | base-files (<< 11),
ccache,
strace,
patchelf,
libzstd-dev | base-files (<= 9),
gdb | lldb
Rules-Requires-Root: no
Vcs-Git: https://github.com/Nuitka/Nuitka.git
Vcs-Browser: https://github.com/Nuitka/Nuitka
Homepage: https://nuitka.net
Standards-Version: 4.4.1
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.3
Package: nuitka
Architecture: all
Depends: gcc (>= 5.0) | g++ (>= 4.4) | clang (>= 3.0),
scons (>= 2.0.0),
python3-jinja2,
python3-appdirs | base-files (<< 7.2) | base-files (>= 13),
python3-glob2 | base-files (<< 9.10) | base-files (>= 13),
python3-platformdirs | base-files (<< 13),
python3-dev,
base-files (>= 11) | python-jinja2,
base-files (>= 11) | python-yaml,
base-files (>= 11) | base-files (<< 9.10) | python-glob2,
zlib1g-dev,
libzstd-dev | base-files (<= 9),
ccache,
patchelf,
${misc:Depends},
${python:Depends},
${python3:Depends}
Recommends: python3-lxml,
python3-tqdm,
strace,
gdb | lldb
Description: Python compiler with full language support and CPython compatibility
This Python compiler achieves full language compatibility and compiles Python
code into compiled objects that are not second class at all. Instead they can
be used in the same way as pure Python objects.