Files
nuitka-mirror/debian/control
Kay Hayen 142c1cee27 Debian: Do not depend on python-glob2 on old versions
* We have the inline copies on these.
2022-10-19 18:37:49 +02:00

69 lines
2.5 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),
python3-glob2 | base-files (<< 9.10),
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),
python3-glob2 | base-files (<< 9.10),
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,
libfuse2,
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.