Date: Sunday, December 25, 2022 @ 15:23:43
  Author: arodseth
Revision: 1365585

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-25 15:23:37 UTC (rev 1365584)
+++ PKGBUILD    2022-12-25 15:23:43 UTC (rev 1365585)
@@ -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.2.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=('d5b56a1dfc3d8929a9af0d3033bfeb1a8263263a34482804a523556f8d89cae6696b2733934086f7407798b4bd2d18ea40d3dff9e7d54bce6b74486b500c5861')
-
-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 1365584, 
nuitka/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-12-25 15:23:43 UTC (rev 1365585)
@@ -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.3.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=('3db6d78952358e800d6ddc4313d0d311f4df2576d30ec7a6a93d5e565a52596df1846e0fa83894f2e8d8b8f210b729f5190ca9d3ae0770f59c72e5d6198d16cd')
+
+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