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

Alexander Rødseth arodseth at archlinux.org
Fri Sep 14 09:51:49 UTC 2018


    Date: Friday, September 14, 2018 @ 09:51:49
  Author: arodseth
Revision: 380847

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   55 +++++++++++++++++++++++++++----------------------------
 1 file changed, 27 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-14 09:51:41 UTC (rev 380846)
+++ PKGBUILD	2018-09-14 09:51:49 UTC (rev 380847)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Panagiotis Mavrogiorgos <pmav99 at gmail.com>
-
-pkgname=nuitka
-pkgver=0.5.32.4
-pkgrel=1
-pkgdesc='Python to native compiler'
-arch=('any')
-url='https://nuitka.net/'
-license=('APACHE')
-depends=('python')
-makedepends=('python-setuptools')
-options=('!emptydirs')
-optdepends=('chrpath: for building standalone executables')
-source=("https://nuitka.net/releases/Nuitka-${pkgver%.0}.tar.gz"{,.sig})
-sha256sums=('7e84fbc1d248c1f5c0f0d52bf3c4290d03838dd71475baf4ab07b541d40398c4'
-            'SKIP')
-validpgpkeys=('D96ADCA1377F1CEB6B5103F11BFC33752912B99C') # Kay Hayen
-
-package() {
-  cd "Nuitka-${pkgver%.0}"
-
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# getver: nuitka.net/pages/download.html
-# vim: sw=2 ts=2 et:

Copied: nuitka/repos/community-any/PKGBUILD (from rev 380846, nuitka/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-14 09:51:49 UTC (rev 380847)
@@ -0,0 +1,27 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Panagiotis Mavrogiorgos <pmav99 at gmail.com>
+
+pkgname=nuitka
+pkgver=0.5.33
+pkgrel=1
+pkgdesc='Python to native compiler'
+arch=('any')
+url='https://nuitka.net/'
+license=('APACHE')
+depends=('python')
+makedepends=('python-setuptools')
+options=('!emptydirs')
+optdepends=('chrpath: for building standalone executables')
+source=("https://nuitka.net/releases/Nuitka-${pkgver%.0}.tar.gz"{,.sig})
+sha256sums=('9a4b5be2c5ea2f0a32adfc3efd2b1a19e17c6b5daa81879f760674aec6262b30'
+            'SKIP')
+validpgpkeys=('D96ADCA1377F1CEB6B5103F11BFC33752912B99C') # Kay Hayen
+
+package() {
+  cd "Nuitka-${pkgver%.0}"
+
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# getver: nuitka.net/pages/download.html
+# vim: sw=2 ts=2 et:



More information about the arch-commits mailing list