[arch-commits] Commit in nuitka/repos/community-any (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Fri Oct 7 11:48:46 UTC 2016
Date: Friday, October 7, 2016 @ 11:48:45
Author: arodseth
Revision: 191551
archrelease: copy trunk to community-any
Added:
nuitka/repos/community-any/PKGBUILD
(from rev 191550, nuitka/trunk/PKGBUILD)
Deleted:
nuitka/repos/community-any/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-07 11:48:30 UTC (rev 191550)
+++ PKGBUILD 2016-10-07 11:48:45 UTC (rev 191551)
@@ -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.22
-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=('de77fc24952846bcca51b6b65ccc3cbbbbca426784f79225ed30a11995916cbf')
-
-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 191550, nuitka/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-10-07 11:48:45 UTC (rev 191551)
@@ -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.23.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=('9c59e41b8b502fd594d61daa92a368e7c000ce960081fdf6cc63c330f930d41d')
+
+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