[arch-commits] Commit in nuitka/repos/community-any (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Thu Jan 15 09:48:51 UTC 2015
Date: Thursday, January 15, 2015 @ 10:48:51
Author: arodseth
Revision: 125959
archrelease: copy trunk to community-any
Added:
nuitka/repos/community-any/PKGBUILD
(from rev 125958, nuitka/trunk/PKGBUILD)
Deleted:
nuitka/repos/community-any/PKGBUILD
----------+
PKGBUILD | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-01-15 09:48:44 UTC (rev 125958)
+++ PKGBUILD 2015-01-15 09:48:51 UTC (rev 125959)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Panagiotis Mavrogiorgos (pmav99) <> (gmail)
-
-pkgname=nuitka
-pkgver=0.5.7.1
-pkgrel=1
-pkgdesc='Python to native compiler'
-arch=('any')
-url='http://www.nuitka.net/'
-license=('APACHE')
-makedepends=('scons')
-depends=('python' 'scons')
-options=('!emptydirs')
-source=("http://nuitka.net/releases/Nuitka-$pkgver.tar.gz")
-sha256sums=('86520000914d28840b9ba8e71d00ba7f0bde44b32216ad6648f8766e21b53390')
-
-package() {
- cd "Nuitka-$pkgver"
-
- python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim: sw=2 ts=2 et:
Copied: nuitka/repos/community-any/PKGBUILD (from rev 125958, nuitka/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-01-15 09:48:51 UTC (rev 125959)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Panagiotis Mavrogiorgos (pmav99) <> (gmail)
+
+pkgname=nuitka
+pkgver=0.5.8
+pkgrel=1
+pkgdesc='Python to native compiler'
+arch=('any')
+url='http://www.nuitka.net/'
+license=('APACHE')
+makedepends=('scons')
+depends=('python' 'scons')
+options=('!emptydirs')
+source=("http://nuitka.net/releases/Nuitka-$pkgver.tar.gz")
+sha256sums=('59ee99ef2ca1039fa233bc5837c53c385f85383e36437f1ec6e3c770423dbc12')
+
+package() {
+ cd "Nuitka-$pkgver"
+
+ python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim: sw=2 ts=2 et:
More information about the arch-commits
mailing list