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

Evangelos Foutras foutrelis at archlinux.org
Tue Jul 31 19:40:35 UTC 2018


    Date: Tuesday, July 31, 2018 @ 19:40:35
  Author: foutrelis
Revision: 366117

archrelease: copy trunk to community-testing-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-31 19:40:25 UTC (rev 366116)
+++ PKGBUILD	2018-07-31 19:40:35 UTC (rev 366117)
@@ -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.31.0
-pkgrel=2
-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=('26d28acab764151af89b19af31ba49593c456baf0e0a0b67f8d76e7dd265bff0'
-            'SKIP')
-validpgpkeys=('D96ADCA1377F1CEB6B5103F11BFC33752912B99C') # Kay Hayen
-
-package() {
-  cd "Nuitka-${pkgver%.0}"
-
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# getver: -u=2 nuitka.net/pages/download.html
-# vim: sw=2 ts=2 et:

Copied: nuitka/repos/community-testing-any/PKGBUILD (from rev 366116, nuitka/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-07-31 19:40:35 UTC (rev 366117)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Panagiotis Mavrogiorgos <pmav99 at gmail.com>
+
+pkgname=nuitka
+pkgver=0.5.32.1
+pkgrel=2
+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=('eb95783171f5bd71ff88979092448202b965ed873b8f3a2c506209cf52e78dc9'
+            '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