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

Alexander Rødseth arodseth at archlinux.org
Mon Apr 10 13:08:35 UTC 2017


    Date: Monday, April 10, 2017 @ 13:08:34
  Author: arodseth
Revision: 221765

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   52 +++++++++++++++++++++++++++-------------------------
 1 file changed, 27 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-10 13:08:26 UTC (rev 221764)
+++ PKGBUILD	2017-04-10 13:08:34 UTC (rev 221765)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Panagiotis Mavrogiorgos <pmav99 at gmail.com>
-
-pkgname=nuitka
-pkgver=0.5.25.0
-pkgrel=2
-pkgdesc='Python to native compiler'
-arch=('any')
-url='https://nuitka.net/'
-license=('APACHE')
-depends=('python')
-options=('!emptydirs')
-optdepends=('chrpath: for building standalone executables')
-source=("https://nuitka.net/releases/Nuitka-${pkgver%.0}.tar.gz")
-sha256sums=('d4e39a185be9a60ac4ea8baf263b9720d2f79b3d833d8867ad9782b9242fb460')
-
-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 221764, nuitka/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-04-10 13:08:34 UTC (rev 221765)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Panagiotis Mavrogiorgos <pmav99 at gmail.com>
+
+pkgname=nuitka
+pkgver=0.5.25.0
+pkgrel=3
+pkgdesc='Python to native compiler'
+arch=('any')
+url='https://nuitka.net/'
+license=('APACHE')
+depends=('python')
+options=('!emptydirs')
+optdepends=('chrpath: for building standalone executables')
+source=("https://nuitka.net/releases/Nuitka-${pkgver%.0}.tar.gz"{,.sig})
+sha256sums=('d4e39a185be9a60ac4ea8baf263b9720d2f79b3d833d8867ad9782b9242fb460'
+            '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