[arch-commits] Commit in nuitka/repos/community-any (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at nymeria.archlinux.org
Wed Jan 22 17:27:35 UTC 2014
Date: Wednesday, January 22, 2014 @ 18:27:34
Author: arodseth
Revision: 104552
archrelease: copy trunk to community-any
Added:
nuitka/repos/community-any/PKGBUILD
(from rev 104551, nuitka/trunk/PKGBUILD)
Deleted:
nuitka/repos/community-any/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2014-01-22 17:27:23 UTC (rev 104551)
+++ PKGBUILD 2014-01-22 17:27:34 UTC (rev 104552)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Panagiotis Mavrogiorgos (pmav99) <> (gmail)
-
-_name=Nuitka
-pkgname=nuitka
-pkgver=0.4.7
-pkgrel=2
-pkgdesc='Python to native compiler'
-arch=('any')
-url='http://www.nuitka.net/'
-license=('APACHE')
-makedepends=('scons')
-depends=('python2')
-options=('!emptydirs')
-source=("http://nuitka.net/releases/$_name-$pkgver.tar.gz")
-sha256sums=('3ad25562491f4256bf77f71361e8a7af168c421d6c76c987012c7b90941f4e5d')
-
-prepare() {
- cd "$_name-$pkgver"
-
- sed -i 's/env python/env python2/' "$pkgname/build/inline_copy/bin/scons.py"
-}
-
-package() {
- cd "$_name-$pkgver"
-
- python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim: sw=2 ts=2 et:
Copied: nuitka/repos/community-any/PKGBUILD (from rev 104551, nuitka/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2014-01-22 17:27:34 UTC (rev 104552)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Panagiotis Mavrogiorgos (pmav99) <> (gmail)
+
+_name=Nuitka
+pkgname=nuitka
+pkgver=0.5.0
+pkgrel=1
+pkgdesc='Python to native compiler'
+arch=('any')
+url='http://www.nuitka.net/'
+license=('APACHE')
+makedepends=('scons')
+depends=('python2')
+options=('!emptydirs')
+source=("http://nuitka.net/releases/$_name-$pkgver.tar.gz")
+sha256sums=('bfacdf0619b0271da794ed20326f8dd42bab94cf0af5a882c85f241e4faf058b')
+
+prepare() {
+ cd "$_name-$pkgver"
+
+ sed -i 's/env python/env python2/' "$pkgname/build/inline_copy/bin/scons.py"
+}
+
+package() {
+ cd "$_name-$pkgver"
+
+ python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim: sw=2 ts=2 et:
More information about the arch-commits
mailing list