[arch-commits] Commit in nuitka/repos/community-any (PKGBUILD PKGBUILD)
David Runge
dvzrv at gemini.archlinux.org
Thu Dec 9 19:54:37 UTC 2021
Date: Thursday, December 9, 2021 @ 19:54:37
Author: dvzrv
Revision: 1065881
archrelease: copy trunk to community-any
Added:
nuitka/repos/community-any/PKGBUILD
(from rev 1065880, nuitka/trunk/PKGBUILD)
Deleted:
nuitka/repos/community-any/PKGBUILD
----------+
PKGBUILD | 90 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 45 insertions(+), 45 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-09 19:54:30 UTC (rev 1065880)
+++ PKGBUILD 2021-12-09 19:54:37 UTC (rev 1065881)
@@ -1,45 +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.18.1
-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')
-options=(!emptydirs)
-source=("https://files.pythonhosted.org/packages/source/N/${pkgname^}/${pkgname^}-${pkgver}.tar.gz")
-sha512sums=('23841258a2f52e1993e1dc13a9e847429da9d833e3bb94652847c5f08bdbfd39d9e80cb00973edf807c22c7bf400bc6b4130a2112687206087c46e6f96841187')
-b2sums=('86e452352eadb21130a27b7a1bb11d2937a344bea0685fe318a17e8ace50fb1845e8644b795214d9428fc8ef475855c8dad54270bfcffac218a206d27cb0f49a')
-
-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 and 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
-}
-
-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 1065880, nuitka/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-09 19:54:37 UTC (rev 1065881)
@@ -0,0 +1,45 @@
+# 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.18.2
+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')
+options=(!emptydirs)
+source=("https://files.pythonhosted.org/packages/source/N/${pkgname^}/${pkgname^}-${pkgver}.tar.gz")
+sha512sums=('a00defa5488b4105c1fba9b2bec3bdd6b0b4dc2e09f2065b9a3613c415094839150fc5fb5a74f3cf0fd5492e371dc8ad0daddfb5c0773b6f9d3147c22b0b353f')
+b2sums=('a866f8639131ad9809383a1c70845a51fc80473feea46bcaa05d0a7d8f4fee19025e50fadcadd73d960d733cd4e92bb44d479a5d82eb988be79ce8a04d32a26b')
+
+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 and 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
+}
+
+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