[arch-commits] Commit in nuitka/trunk (PKGBUILD)
Alexander Rødseth
arodseth at gemini.archlinux.org
Tue Aug 23 21:24:26 UTC 2022
Date: Tuesday, August 23, 2022 @ 21:24:26
Author: arodseth
Revision: 1275946
Remove chrpath optdep, add patchelf dep, ref #75674
Modified:
nuitka/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-23 20:54:44 UTC (rev 1275945)
+++ PKGBUILD 2022-08-23 21:24:26 UTC (rev 1275946)
@@ -4,16 +4,15 @@
pkgname=nuitka
pkgver=1.0.5
-pkgrel=1
+pkgrel=2
pkgdesc='Python compiler with full language support and CPython compatibility'
arch=(any)
url='https://nuitka.net/'
license=(Apache)
-depends=(python-appdirs scons)
-makedepends=(gdb patchelf python-build python-installer python-setuptools python-wheel)
+depends=(patchelf python-appdirs scons)
+makedepends=(gdb python-build python-installer python-setuptools python-wheel)
checkdepends=(ccache fuse2 python-boto3 python-brotli strace)
optdepends=('ccache: for build caching'
- 'chrpath: for building standalone executables'
'pyside2: for using Qt5 APIs')
source=("https://nuitka.net/releases/${pkgname^}-${pkgver}.tar.bz2")
b2sums=('d4d1fb588d6390c3d58054751c26fd68c132b6ca9738576edebcff4fda0734de34b9ffe3822624ca1dbc138807d054839e7104b1b506b37ea7e0eacc92c31c22')
@@ -29,7 +28,7 @@
python -m build --wheel --no-isolation
}
-# TODO: Make all tests pass and/or report issues upstream (some have already been reported)
+# TODO: Make tests pass and/or report issues upstream (some have already been reported)
#check() {
# cd ${pkgname^}-$pkgver
# ./tests/run-tests --no-other-python --skip-onefile-tests --skip-other-cpython-tests --skip-reflection-test
More information about the arch-commits
mailing list