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

Alexander Rødseth arodseth at archlinux.org
Wed Jan 25 12:26:54 UTC 2017


    Date: Wednesday, January 25, 2017 @ 12:26:53
  Author: arodseth
Revision: 209045

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-25 12:26:26 UTC (rev 209044)
+++ PKGBUILD	2017-01-25 12:26:53 UTC (rev 209045)
@@ -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.24.1
-pkgrel=2
-pkgdesc='Python to native compiler'
-arch=('any')
-url='http://nuitka.net/'
-license=('APACHE')
-depends=('python')
-options=('!emptydirs')
-optdepends=('chrpath: for building standalone executables')
-source=("http://nuitka.net/releases/Nuitka-${pkgver%.0}.tar.gz")
-sha256sums=('f1d3c2126354c4c91e4534b0b256464de0f96f9b2a9052bae5ab50d544f2f416')
-
-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 209044, nuitka/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-25 12:26:53 UTC (rev 209045)
@@ -0,0 +1,25 @@
+# $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=1
+pkgdesc='Python to native compiler'
+arch=('any')
+url='http://nuitka.net/'
+license=('APACHE')
+depends=('python')
+options=('!emptydirs')
+optdepends=('chrpath: for building standalone executables')
+source=("http://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:



More information about the arch-commits mailing list