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

David Runge dvzrv at archlinux.org
Wed Feb 24 18:56:58 UTC 2021


    Date: Wednesday, February 24, 2021 @ 18:56:58
  Author: dvzrv
Revision: 871674

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   90 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-24 18:56:20 UTC (rev 871673)
+++ PKGBUILD	2021-02-24 18:56:58 UTC (rev 871674)
@@ -1,45 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-# Contributor: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Panagiotis Mavrogiorgos <pmav99 at gmail.com>
-
-_name=Nuitka
-pkgname=nuitka
-pkgver=0.6.12.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' 'python-boto3' 'python-brotli' 'strace')
-optdepends=('ccache: for build caching'
-            'chrpath: for building standalone executables')
-options=(!emptydirs)
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha512sums=('efc987fd3695533a160f7631b9295aa43cf4c01bbc46ec9f36503940129b5c07b96bd9928f176c300e1f1afb55d5d9b6bdd03702f5ecfc2085efc3141768ef5f')
-b2sums=('a85387249500fffebedfc637ecabaf2a2b7f92c42bc5389d1bc2640c2cb27822b46b597b581c0c0aac4b6fb64bde35a7f811b3e1ee461d7ba5d6148fc545f681')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  # skip tests for other interpreters and those that require network access
-  ./tests/run-tests --no-other-python --skip-reflection-test --skip-other-cpython-tests --skip-onefile-tests
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --skip-build \
-                          --optimize=1 \
-                          --root="${pkgdir}"
-  install -vDm 644 {Changelog,Developer_Manual,README}.rst \
-    -t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: nuitka/repos/community-any/PKGBUILD (from rev 871673, nuitka/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-24 18:56:58 UTC (rev 871674)
@@ -0,0 +1,45 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Panagiotis Mavrogiorgos <pmav99 at gmail.com>
+
+_name=Nuitka
+pkgname=nuitka
+pkgver=0.6.12.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' 'python-boto3' 'python-brotli' 'strace')
+optdepends=('ccache: for build caching'
+            'chrpath: for building standalone executables')
+options=(!emptydirs)
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
+sha512sums=('34310b6fc73423e25f176ed68043f14ec90fd26b5696c8489fda6214112b3a8372d015f1586a24fe40abbf50e1ca19469ba36f48520b89c9a6e0cc65c7ef56be')
+b2sums=('89fb733fc5b92b1b1039ec3a7d6bae27f2e2b783015f075b143f9818034c602205c514fab86f598f07250605bd4f3347eaf8591b378d223a00bae986c428657c')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  # skip tests for other interpreters and those that require network access
+  ./tests/run-tests --no-other-python --skip-reflection-test --skip-other-cpython-tests --skip-onefile-tests
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --skip-build \
+                          --optimize=1 \
+                          --root="${pkgdir}"
+  install -vDm 644 {Changelog,Developer_Manual,README}.rst \
+    -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}



More information about the arch-commits mailing list