Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages / 
nuitka


Commits:
4ceff9a9 by Alexander F. Rødseth at 2024-02-07T11:21:15+01:00
upgpkg: 2.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
 pkgbase = nuitka
        pkgdesc = Python compiler with full language support and CPython 
compatibility
-       pkgver = 1.9.5
+       pkgver = 2.0
        pkgrel = 1
        url = https://nuitka.net/
        arch = any
-       license = Apache
+       license = Apache-2.0
        checkdepends = ccache
        checkdepends = fuse2
        checkdepends = python-boto3
@@ -20,10 +20,11 @@ pkgbase = nuitka
        depends = python-setuptools
        depends = python-wheel
        depends = scons
-       optdepends = ccache: for build caching
+       optdepends = ccache: for caching builds
        optdepends = pyside2: for using Qt5 APIs
-       source = https://nuitka.net/releases/Nuitka-1.9.5.tar.bz2
-       sha256sums = 
238b7781ec6e2cdd465409273afe045cf1d9226f75ac16fed7ce1082c8b99667
-       b2sums = 
eb315e08fad705179c323bb4d6695024978358b895e10c8b616220ffc367a47f15279e007a1a1c381a2238006f7fc70a8707eb5378638a816cec83c99e826f0b
+       optdepends = patchelf: for using standalone mode
+       source = https://nuitka.net/releases/Nuitka-2.0.tar.bz2
+       sha256sums = 
2ebf9239a441316336cfe5f9b1b365098cd29f2467d8801992d35f866c4a168f
+       b2sums = 
78dd4a1a5f04681546f2bf9ee3769f0ce5ce658dc13960223f235ec3fe019a600274f14443fd34601ac7bf838651515961d5eb18602b6005c1e2900afca874f2
 
 pkgname = nuitka


=====================================
PKGBUILD
=====================================
@@ -3,21 +3,21 @@
 # Contributor: Panagiotis Mavrogiorgos <[email protected]>
 
 pkgname=nuitka
-pkgver=1.9.5
+pkgver=2.0
 pkgrel=1
 pkgdesc='Python compiler with full language support and CPython compatibility'
 arch=(any)
 url='https://nuitka.net/'
-license=(Apache)
+license=(Apache-2.0)
 depends=(libxml2 patchelf python-appdirs python-setuptools python-wheel scons)
 makedepends=(gdb python-build python-installer git)
 checkdepends=(ccache fuse2 python-boto3 python-brotli strace)
-optdepends=('ccache: for build caching'
+optdepends=('ccache: for caching builds'
             'pyside2: for using Qt5 APIs'
             'patchelf: for using standalone mode')
 source=("https://nuitka.net/releases/${pkgname^}-$pkgver.tar.bz2";)
-sha256sums=('238b7781ec6e2cdd465409273afe045cf1d9226f75ac16fed7ce1082c8b99667')
-b2sums=('eb315e08fad705179c323bb4d6695024978358b895e10c8b616220ffc367a47f15279e007a1a1c381a2238006f7fc70a8707eb5378638a816cec83c99e826f0b')
+sha256sums=('2ebf9239a441316336cfe5f9b1b365098cd29f2467d8801992d35f866c4a168f')
+b2sums=('78dd4a1a5f04681546f2bf9ee3769f0ce5ce658dc13960223f235ec3fe019a600274f14443fd34601ac7bf838651515961d5eb18602b6005c1e2900afca874f2')
 
 build() {
   cd ${pkgname^}-$pkgver
@@ -32,11 +32,10 @@ check() {
  bin/nuitka --output-filename=main --lto=yes --show-scons main.py
  ./main
 
- cd tests
-
- # ./run-tests is disabled for now, see:
+ # Tests are disabled for now. See:
  # https://github.com/Nuitka/Nuitka/issues/2595
  # https://github.com/Nuitka/Nuitka/issues/2609
+ #cd tests
  #./run-tests
 }
 
@@ -45,5 +44,3 @@ package() {
   python -m installer --destdir="$pkgdir" dist/*.whl
   install -vDm 644 {Changelog,Developer_Manual,README}.rst -t 
"$pkgdir/usr/share/doc/$pkgname/"
 }
-
-# getver: github.com/Nuitka/Nuitka



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nuitka/-/commit/4ceff9a9d305a4481b668384d7b6ed339f1b564b

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nuitka/-/commit/4ceff9a9d305a4481b668384d7b6ed339f1b564b
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to