[arch-commits] Commit in nuitka/repos/community-any (PKGBUILD PKGBUILD)

David Runge dvzrv at gemini.archlinux.org
Sun Feb 20 14:01:20 UTC 2022


    Date: Sunday, February 20, 2022 @ 14:01:20
  Author: dvzrv
Revision: 1135281

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   88 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-20 14:01:09 UTC (rev 1135280)
+++ PKGBUILD	2022-02-20 14:01:20 UTC (rev 1135281)
@@ -1,44 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Maintainer: David Runge <dvzrv at archlinux.org>
-# Contributor: Panagiotis Mavrogiorgos <pmav99 at gmail.com>
-
-pkgname=nuitka
-pkgver=0.6.19.7
-pkgrel=1
-pkgdesc='Python compiler with full language support and CPython compatibility'
-arch=(any)
-url='https://nuitka.net/'
-license=(Apache)
-depends=(python-appdirs scons)
-makedepends=(python-setuptools)
-checkdepends=(ccache fuse2 patchelf python-boto3 python-brotli strace)
-optdepends=('ccache: for build caching'
-            'chrpath: for building standalone executables'
-            'pyside2: for using Qt5 APIs')
-source=("https://files.pythonhosted.org/packages/source/N/${pkgname^}/${pkgname^}-${pkgver}.tar.gz")
-sha512sums=('79ca9a2e724fed7d65253f659cdcc88a6d30c7ad6d05e251c201d8eff6318fd2d1e85fa71d57bc48913fe9a1cfde1af41e6dda298422103743825c555822c676')
-b2sums=('a211cc400f5c976c6e683d53cc6ad015a051d8bef564b0181fe44c9ed93da5ae54ef4df78d1536dde1144b465150520305bf472b25dbda482e0913c3e54112b5')
-
-prepare() {
-  cd ${pkgname^}-$pkgver
-  # in our build environment /etc/os-release will not exist, but /usr/lib/os-release will
-  sed -e 's|/etc/os-release|/usr/lib/os-release|' -i nuitka/utils/Utils.py
-}
-
-build() {
-  cd ${pkgname^}-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd ${pkgname^}-$pkgver
-  # skip tests for other interpreters, jinja2 and for those that require network access
-  # NOTE: the test uses "strace", which is currently not supported by the reproducible build system
-  ./tests/run-tests --no-other-python --skip-onefile-tests --skip-other-cpython-tests --skip-reflection-test
-}
-
-package() {
-  cd ${pkgname^}-$pkgver
-  python setup.py install --optimize=1 --root="$pkgdir" --skip-build
-  install -Dm644 {Changelog,Developer_Manual,README}.rst -t "$pkgdir/usr/share/doc/$pkgname/"
-}

Copied: nuitka/repos/community-any/PKGBUILD (from rev 1135280, nuitka/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-20 14:01:20 UTC (rev 1135281)
@@ -0,0 +1,44 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: Panagiotis Mavrogiorgos <pmav99 at gmail.com>
+
+pkgname=nuitka
+pkgver=0.7
+pkgrel=1
+pkgdesc='Python compiler with full language support and CPython compatibility'
+arch=(any)
+url='https://nuitka.net/'
+license=(Apache)
+depends=(python-appdirs scons)
+makedepends=(python-setuptools)
+checkdepends=(ccache fuse2 patchelf python-boto3 python-brotli strace)
+optdepends=('ccache: for build caching'
+            'chrpath: for building standalone executables'
+            'pyside2: for using Qt5 APIs')
+source=("https://files.pythonhosted.org/packages/source/N/${pkgname^}/${pkgname^}-${pkgver}.tar.gz")
+sha512sums=('c097cbb1677caa7ab31f0a4542b57ac110f443a84a7feb44b6e6939599dcbd75e29fb5288861627aee7af6d5ddd2153ea9a8030fc3e9ec2c04b5b34195447925')
+b2sums=('265aa830d2230c052a51dd6774f6382ed5fe581a29cf00cbff2b23e6b3e2bb5c49bab35e96584ab519b668fb3ef3a84d3285cd85e561c24bee3afe9ebc78f261')
+
+prepare() {
+  cd ${pkgname^}-$pkgver
+  # in our build environment /etc/os-release will not exist, but /usr/lib/os-release will
+  sed -e 's|/etc/os-release|/usr/lib/os-release|' -i nuitka/utils/Utils.py
+}
+
+build() {
+  cd ${pkgname^}-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd ${pkgname^}-$pkgver
+  # skip tests for other interpreters, jinja2 and for those that require network access
+  # NOTE: the test uses "strace", which is currently not supported by the reproducible build system
+  ./tests/run-tests --no-other-python --skip-onefile-tests --skip-other-cpython-tests --skip-reflection-test
+}
+
+package() {
+  cd ${pkgname^}-$pkgver
+  python setup.py install --optimize=1 --root="$pkgdir" --skip-build
+  install -Dm644 {Changelog,Developer_Manual,README}.rst -t "$pkgdir/usr/share/doc/$pkgname/"
+}



More information about the arch-commits mailing list