[arch-commits] Commit in nuitka/repos/community-any (PKGBUILD PKGBUILD)
David Runge
dvzrv at gemini.archlinux.org
Mon Nov 15 17:57:25 UTC 2021
Date: Monday, November 15, 2021 @ 17:57:24
Author: dvzrv
Revision: 1048361
archrelease: copy trunk to community-any
Added:
nuitka/repos/community-any/PKGBUILD
(from rev 1048360, nuitka/trunk/PKGBUILD)
Deleted:
nuitka/repos/community-any/PKGBUILD
----------+
PKGBUILD | 90 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 45 insertions(+), 45 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-15 17:57:17 UTC (rev 1048360)
+++ PKGBUILD 2021-11-15 17:57:24 UTC (rev 1048361)
@@ -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.17.6
-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 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=('af6d2fbb7b33598a1358e08b8c920b1408d12afabc146febe671b0c7b25185b85c7585391d49fae14567c59b82d3a7911192eb1d2e3a84e6f33514e03a0751a5')
-b2sums=('b9a088d2356de9b802a99882cdd1bb67d29bcfe5c4770aef962e9ccf26dd9b9a7f13760125999590bf6920196a67f4a50e3620606916b2dec32a8aeb8b0116cf')
-
-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 1048360, nuitka/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-15 17:57:24 UTC (rev 1048361)
@@ -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.17.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 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=('18b524e5e23f89b6023678aa001b8803455237effa7236af63776361ef4ab18221bbdc6b9af410b522ccd05e067df9ba40c397f33cd52c7aa8961f0df0a2fe55')
+b2sums=('d2bece7fa9143ffe836a436111b5a81facde067c751cbd5f09b5f207e03dbb492182a200658d15896b3314443574ba8a5e03b276a9899569dfd44872defc15d7')
+
+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