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

Alexander Rødseth arodseth at nymeria.archlinux.org
Tue Dec 3 14:55:17 UTC 2013


    Date: Tuesday, December 3, 2013 @ 15:55:17
  Author: arodseth
Revision: 101989

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   54 ++++++++++++++++++++++++++++++------------------------
 1 file changed, 30 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-03 14:55:11 UTC (rev 101988)
+++ PKGBUILD	2013-12-03 14:55:17 UTC (rev 101989)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Panagiotis Mavrogiorgos (pmav99) <> (gmail)
-
-_name=Nuitka
-pkgname=nuitka
-pkgver=0.4.6.2
-pkgrel=2
-pkgdesc='Python to native compiler'
-arch=('any')
-url='http://www.nuitka.net/'
-license=('APACHE')
-depends=('python2')
-options=('!emptydirs')
-source=("http://nuitka.net/releases/$_name-$pkgver.tar.gz")
-sha256sums=('55091ed10015fc7b911a80a8b064c81d5c65ce5cc1f2cca245ae44988826fbe3')
-
-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 101988, nuitka/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-12-03 14:55:17 UTC (rev 101989)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Panagiotis Mavrogiorgos (pmav99) <> (gmail)
+
+_name=Nuitka
+pkgname=nuitka
+pkgver=0.4.7
+pkgrel=1
+pkgdesc='Python to native compiler'
+arch=('any')
+url='http://www.nuitka.net/'
+license=('APACHE')
+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:




More information about the arch-commits mailing list