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

David Runge dvzrv at archlinux.org
Mon Dec 14 20:17:01 UTC 2020


    Date: Monday, December 14, 2020 @ 20:17:00
  Author: dvzrv
Revision: 775754

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-14 20:12:39 UTC (rev 775753)
+++ PKGBUILD	2020-12-14 20:17:00 UTC (rev 775754)
@@ -1,44 +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.10
-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' '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=('2c575a9a1d298f4c22831010833476e77262b5ceafe0891b9f6c44cf1526c82f7739d22fdd863a7295a74b9d3275c651a238f4ecc76107a9806b43efc1c26e86')
-b2sums=('3262b37849591666d26e9683cdf453f36069e4fcbc379bdfc84f4069a9d8c015e6894e4f358d991277bcc15d5be9c8994031a50e7aa705436264f9dd88602490')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  ./tests/run-tests --no-other-python --skip-reflection-test --skip-all-cpython-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 775753, nuitka/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-12-14 20:17:00 UTC (rev 775754)
@@ -0,0 +1,44 @@
+# 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.10.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' '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=('7d1339454032eebfda19d040a5774b111e646e88e404407c4b2a01698d3f57decbd79752b3c3218f4d0e3755ae71f839b9fbba36c025286878b7c6990a1e2e40')
+b2sums=('5308f4eb11dd2ef5dbca463a3b8e26dc1e59a6584bfdb79d81362d071382f010abb0531706875e896062285929980df19740f6bc9da4d2c7c7e5950a44bb063d')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  ./tests/run-tests --no-other-python --skip-reflection-test --skip-all-cpython-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