[arch-commits] Commit in nuitka/repos/community-any (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at nymeria.archlinux.org
Mon Jan 27 20:01:51 UTC 2014
Date: Monday, January 27, 2014 @ 21:01:51
Author: arodseth
Revision: 104870
archrelease: copy trunk to community-any
Added:
nuitka/repos/community-any/PKGBUILD
(from rev 104869, nuitka/trunk/PKGBUILD)
Deleted:
nuitka/repos/community-any/PKGBUILD
----------+
PKGBUILD | 55 ++++++++++++++++++++++++-------------------------------
1 file changed, 24 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2014-01-27 20:01:43 UTC (rev 104869)
+++ PKGBUILD 2014-01-27 20:01:51 UTC (rev 104870)
@@ -1,31 +0,0 @@
-# $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:
Copied: nuitka/repos/community-any/PKGBUILD (from rev 104869, nuitka/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2014-01-27 20:01:51 UTC (rev 104870)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Panagiotis Mavrogiorgos (pmav99) <> (gmail)
+
+pkgname=nuitka
+pkgver=0.5.0
+pkgrel=2
+pkgdesc='Python to native compiler'
+arch=('any')
+url='http://www.nuitka.net/'
+license=('APACHE')
+makedepends=('scons')
+depends=('python')
+options=('!emptydirs')
+source=("http://nuitka.net/releases/Nuitka-$pkgver.tar.gz")
+sha256sums=('bfacdf0619b0271da794ed20326f8dd42bab94cf0af5a882c85f241e4faf058b')
+
+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