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

Alexander Rødseth arodseth at nymeria.archlinux.org
Wed Dec 4 12:37:26 UTC 2013


    Date: Wednesday, December 4, 2013 @ 13:37:26
  Author: arodseth
Revision: 102036

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   61 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 31 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-04 12:37:20 UTC (rev 102035)
+++ PKGBUILD	2013-12-04 12:37:26 UTC (rev 102036)
@@ -1,30 +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=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:

Copied: nuitka/repos/community-any/PKGBUILD (from rev 102035, nuitka/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-12-04 12:37:26 UTC (rev 102036)
@@ -0,0 +1,31 @@
+# $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:




More information about the arch-commits mailing list