File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
scripts/Linux-Pkg/pkginfo Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ prepare() {
27
27
$srcdir /venv/bin/pip install --upgrade setuptools
28
28
$srcdir /venv/bin/pip install -r $srcdir /Kathara-$pkgver /src/requirements.txt
29
29
$srcdir /venv/bin/pip install -r $srcdir /Kathara-$pkgver /scripts/autocompletion/requirements.txt
30
- $srcdir /venv/bin/pip install nuitka
30
+ $srcdir /venv/bin/pip install nuitka==2.3.3
31
31
$srcdir /venv/bin/pip install pytest
32
32
}
33
33
34
34
build () {
35
35
cd $srcdir /Kathara-$pkgver /docs && make roff-build
36
36
cd $srcdir /Kathara-$pkgver /scripts/autocompletion/ && $srcdir /venv/bin/python generate_autocompletion.py $srcdir /Kathara-$pkgver /scripts/autocompletion/kathara.bash-completion
37
37
cd $srcdir /Kathara-$pkgver / && $srcdir /venv/bin/python -m pytest tests
38
- cd $srcdir /Kathara-$pkgver /src/ && $srcdir /venv/bin/python -m nuitka --lto=no --plugin-enable=pylint-warnings --plugin-enable=multiprocessing --follow-imports --standalone --include-plugin-directory=Kathara --output-filename=kathara kathara.py
38
+ cd $srcdir /Kathara-$pkgver /src/ && $srcdir /venv/bin/python -m nuitka --lto=yes --plugin-enable=pylint-warnings --plugin-enable=multiprocessing --follow-imports --standalone --include-plugin-directory=Kathara --output-filename=kathara kathara.py
39
39
}
40
40
41
41
package () {
You can’t perform that action at this time.
0 commit comments