Date: Tuesday, November 15, 2022 @ 22:58:06
  Author: arodseth
Revision: 1349054

archrelease: copy trunk to community-any

Added:
  nuitka/repos/community-any/PKGBUILD
    (from rev 1349053, nuitka/trunk/PKGBUILD)
Deleted:
  nuitka/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   86 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-15 22:57:59 UTC (rev 1349053)
+++ PKGBUILD    2022-11-15 22:58:06 UTC (rev 1349054)
@@ -1,43 +0,0 @@
-# Maintainer: Alexander F. Rødseth <[email protected]>
-# Maintainer: David Runge <[email protected]>
-# Contributor: Panagiotis Mavrogiorgos <[email protected]>
-
-pkgname=nuitka
-pkgver=1.1.6
-pkgrel=1
-pkgdesc='Python compiler with full language support and CPython compatibility'
-arch=(any)
-url='https://nuitka.net/'
-license=(Apache)
-depends=(libxml2 patchelf python-appdirs python-setuptools python-wheel scons)
-makedepends=(gdb python-build python-installer)
-checkdepends=(ccache fuse2 python-boto3 python-brotli strace)
-optdepends=('ccache: for build caching'
-            'pyside2: for using Qt5 APIs')
-source=("https://nuitka.net/releases/${pkgname^}-${pkgver}.tar.bz2";)
-b2sums=('df7efaebd05290827e5fdccfe88aa1f2b1f8aab483168fa925acfed73abb39355144eec04bc43e857e3a440da1e552951389b69f1c55f42b57406b36d9bb9797')
-
-prepare() {
-  cd ${pkgname^}-$pkgver
-  # in the build environment /etc/os-release does not exist, but 
/usr/lib/os-release does
-  sed -e 's,/etc/os-release,/usr/lib/os-release,' -i nuitka/utils/Utils.py
-}
-
-build() {
-  cd ${pkgname^}-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-# 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
-#}
-
-package() {
-  cd ${pkgname^}-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -vDm 644 {Changelog,Developer_Manual,README}.rst -t 
"$pkgdir/usr/share/doc/$pkgname/"
-}

Copied: nuitka/repos/community-any/PKGBUILD (from rev 1349053, 
nuitka/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-15 22:58:06 UTC (rev 1349054)
@@ -0,0 +1,43 @@
+# Maintainer: Alexander F. Rødseth <[email protected]>
+# Maintainer: David Runge <[email protected]>
+# Contributor: Panagiotis Mavrogiorgos <[email protected]>
+
+pkgname=nuitka
+pkgver=1.2
+pkgrel=1
+pkgdesc='Python compiler with full language support and CPython compatibility'
+arch=(any)
+url='https://nuitka.net/'
+license=(Apache)
+depends=(libxml2 patchelf python-appdirs python-setuptools python-wheel scons)
+makedepends=(gdb python-build python-installer)
+checkdepends=(ccache fuse2 python-boto3 python-brotli strace)
+optdepends=('ccache: for build caching'
+            'pyside2: for using Qt5 APIs')
+source=("https://nuitka.net/releases/${pkgname^}-${pkgver}.tar.bz2";)
+b2sums=('29633aaa37d7f9390c710b5a38a34166dce8d16495b3a706be0727c02f40757603f88a4fda266b960f4823a8f38373a5a9839bb303453fd886456c11517a36eb')
+
+prepare() {
+  cd ${pkgname^}-$pkgver
+  # in the build environment /etc/os-release does not exist, but 
/usr/lib/os-release does
+  sed -e 's,/etc/os-release,/usr/lib/os-release,' -i nuitka/utils/Utils.py
+}
+
+build() {
+  cd ${pkgname^}-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+# 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
+}
+
+package() {
+  cd ${pkgname^}-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -vDm 644 {Changelog,Developer_Manual,README}.rst -t 
"$pkgdir/usr/share/doc/$pkgname/"
+}

Reply via email to