[arch-commits] Commit in nuitka/repos/community-any (PKGBUILD PKGBUILD)
David Runge
dvzrv at gemini.archlinux.org
Thu Dec 16 11:28:35 UTC 2021
Date: Thursday, December 16, 2021 @ 11:28:35
Author: dvzrv
Revision: 1074313
archrelease: copy trunk to community-any
Added:
nuitka/repos/community-any/PKGBUILD
(from rev 1074312, nuitka/trunk/PKGBUILD)
Deleted:
nuitka/repos/community-any/PKGBUILD
----------+
PKGBUILD | 90 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 45 insertions(+), 45 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-16 11:28:27 UTC (rev 1074312)
+++ PKGBUILD 2021-12-16 11:28:35 UTC (rev 1074313)
@@ -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.3
-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=('4d6670dd45416e843fdc3f9e61fce54f24ceb1c5c9adf1ef32db7b4452cd482ef40209d23fb9c4e7223551a182e7a0ce48f079812c8a85371979aec615fcf1a2')
-b2sums=('2914a70a91034c11b691f8187aa8db2c2c93962d00b532d22d0785d7ac52660f9051666eaac323e70534a55a395dc17761adff837d7e601f12a06b2924f81d7c')
-
-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 1074312, nuitka/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-16 11:28:35 UTC (rev 1074313)
@@ -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.4
+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=('03c0af323da75e7797778c85de60c8b9d04942270d9c81a6b3e69a5f4296e6ed1a17650c296a8593c98b762bbdb9f25d4a13861723d7a3a5cd4721b0eab1b938')
+b2sums=('8ee93fe1dec164b2b9a4d297aba990cddde6916720c6527365ebe9b3f4ecafed97223b10c78b63765804e58b3270833dd18de756a3b6f6fef747d2a16c990c85')
+
+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