[arch-commits] Commit in nuitka/trunk (PKGBUILD)
Alexander Rødseth
arodseth at nymeria.archlinux.org
Mon Jan 27 20:01:43 UTC 2014
Date: Monday, January 27, 2014 @ 21:01:43
Author: arodseth
Revision: 104869
upgpkg: nuitka 0.5.0-2
Modified:
nuitka/trunk/PKGBUILD
----------+
PKGBUILD | 17 +++++------------
1 file changed, 5 insertions(+), 12 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-01-27 19:57:21 UTC (rev 104868)
+++ PKGBUILD 2014-01-27 20:01:43 UTC (rev 104869)
@@ -2,30 +2,23 @@
# Maintainer: Alexander Rødseth <rodseth at gmail.com>
# Contributor: Panagiotis Mavrogiorgos (pmav99) <> (gmail)
-_name=Nuitka
pkgname=nuitka
pkgver=0.5.0
-pkgrel=1
+pkgrel=2
pkgdesc='Python to native compiler'
arch=('any')
url='http://www.nuitka.net/'
license=('APACHE')
makedepends=('scons')
-depends=('python2')
+depends=('python')
options=('!emptydirs')
-source=("http://nuitka.net/releases/$_name-$pkgver.tar.gz")
+source=("http://nuitka.net/releases/Nuitka-$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"
+ cd "Nuitka-$pkgver"
- python2 setup.py install --root="$pkgdir/" --optimize=1
+ python setup.py install --root="$pkgdir" --optimize=1
}
# vim: sw=2 ts=2 et:
More information about the arch-commits
mailing list