Date: Tuesday, November 15, 2022 @ 22:57:59
  Author: arodseth
Revision: 1349053

upgpkg: nuitka 1.2-1

Modified:
  nuitka/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-15 22:43:28 UTC (rev 1349052)
+++ PKGBUILD    2022-11-15 22:57:59 UTC (rev 1349053)
@@ -3,7 +3,7 @@
 # Contributor: Panagiotis Mavrogiorgos <[email protected]>
 
 pkgname=nuitka
-pkgver=1.1.6
+pkgver=1.2
 pkgrel=1
 pkgdesc='Python compiler with full language support and CPython compatibility'
 arch=(any)
@@ -15,7 +15,7 @@
 optdepends=('ccache: for build caching'
             'pyside2: for using Qt5 APIs')
 source=("https://nuitka.net/releases/${pkgname^}-${pkgver}.tar.bz2";)
-b2sums=('df7efaebd05290827e5fdccfe88aa1f2b1f8aab483168fa925acfed73abb39355144eec04bc43e857e3a440da1e552951389b69f1c55f42b57406b36d9bb9797')
+b2sums=('29633aaa37d7f9390c710b5a38a34166dce8d16495b3a706be0727c02f40757603f88a4fda266b960f4823a8f38373a5a9839bb303453fd886456c11517a36eb')
 
 prepare() {
   cd ${pkgname^}-$pkgver
@@ -30,11 +30,11 @@
 
 # TODO: Find a way to run the tests that does not take that long.
 # TODO: Make all tests pass and/or report issues upstream (some have already 
been reported).
-#check() {
- #cd ${pkgname^}-$pkgver/tests
- #rm -r programs/pkgutil_usage
- #./run-tests --no-other-python --skip-onefile-tests 
--skip-other-cpython-tests --skip-reflection-test
-#}
+check() {
+ cd ${pkgname^}-$pkgver/tests
+ rm -r programs/pkgutil_usage
+ ./run-tests --no-other-python --skip-onefile-tests --skip-other-cpython-tests 
--skip-reflection-test
+}
 
 package() {
   cd ${pkgname^}-$pkgver

Reply via email to