blob: 03286f35a6592decbda03f489a30bd077ef391c6 (
plain)
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
|
pkgbase = nuitka
pkgdesc = Python compiler with full language support and CPython compatibility
pkgver = 2.5.9
pkgrel = 3
url = https://nuitka.net
arch = any
license = Apache-2.0
checkdepends = ccache
checkdepends = python-boto3
checkdepends = python-brotli
checkdepends = strace
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = fuse2
depends = gdb
depends = libxml2
depends = patchelf
depends = python
depends = python-appdirs
depends = python-jinja
depends = python-ordered-set
depends = python-pyyaml
depends = python-setuptools
depends = python-six
depends = python-tqdm
depends = python-zstandard
depends = scons
optdepends = ccache: for caching builds
options = !debug
options = lto
source = https://github.com/Nuitka/Nuitka/archive/refs/tags/2.5.9.tar.gz
sha256sums = 1262be7189593db04c58a6af792f71c7ea0b34f71a54a323f693e39386b47ed2
pkgname = nuitka
|