Date: Tuesday, September 27, 2022 @ 07:12:47
  Author: arodseth
Revision: 1311608

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-27 07:12:39 UTC (rev 1311607)
+++ PKGBUILD    2022-09-27 07:12:47 UTC (rev 1311608)
@@ -1,42 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xypr...@archlinux.org>
-# Maintainer: David Runge <dv...@archlinux.org>
-# Contributor: Panagiotis Mavrogiorgos <pma...@gmail.com>
-
-pkgname=nuitka
-pkgver=1.0.7
-pkgrel=1
-pkgdesc='Python compiler with full language support and CPython compatibility'
-arch=(any)
-url='https://nuitka.net/'
-license=(Apache)
-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'
-            'pyside2: for using Qt5 APIs')
-source=("https://nuitka.net/releases/${pkgname^}-${pkgver}.tar.bz2";)
-b2sums=('506f49f1cb7725ab7f55ed1b5db23f00d281b91f7b8edb9c3dc58a02059a36032eec3eae01fad1eb245ac6e076555d3d19130cc71a1ee3d08f94f94098a005ab')
-
-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: Make 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 1311607, 
nuitka/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-09-27 07:12:47 UTC (rev 1311608)
@@ -0,0 +1,42 @@
+# Maintainer: Alexander F. Rødseth <xypr...@archlinux.org>
+# Maintainer: David Runge <dv...@archlinux.org>
+# Contributor: Panagiotis Mavrogiorgos <pma...@gmail.com>
+
+pkgname=nuitka
+pkgver=1.0.8
+pkgrel=1
+pkgdesc='Python compiler with full language support and CPython compatibility'
+arch=(any)
+url='https://nuitka.net/'
+license=(Apache)
+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'
+            'pyside2: for using Qt5 APIs')
+source=("https://nuitka.net/releases/${pkgname^}-${pkgver}.tar.bz2";)
+b2sums=('edcb8bcce156c15f6518804c6dfb65799bf046e724cbbea149665ad351f57295e33541f82319664a77a7d8c062419cca306a724217d1d92e870f1517a9e1bf47')
+
+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: Make 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