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

Alexander Rødseth arodseth at archlinux.org
Wed Oct 24 10:05:37 UTC 2018


    Date: Wednesday, October 24, 2018 @ 10:05:36
  Author: arodseth
Revision: 398775

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-24 10:05:29 UTC (rev 398774)
+++ PKGBUILD	2018-10-24 10:05:36 UTC (rev 398775)
@@ -1,27 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Panagiotis Mavrogiorgos <pmav99 at gmail.com>
-
-pkgname=nuitka
-pkgver=0.6.0
-pkgrel=1
-pkgdesc='Python to native compiler'
-arch=('any')
-url='https://nuitka.net/'
-license=('APACHE')
-depends=('python')
-makedepends=('python-setuptools')
-options=('!emptydirs')
-optdepends=('chrpath: for building standalone executables')
-source=("https://nuitka.net/releases/Nuitka-$pkgver.tar.bz2"{,.sig})
-sha256sums=('792f12c8c878656249fda80f7d38dddea5caae88760cdb32f71779f47d29a45c'
-            'SKIP')
-validpgpkeys=('D96ADCA1377F1CEB6B5103F11BFC33752912B99C') # Kay Hayen
-
-package() {
-  cd "Nuitka-$pkgver"
-
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# getver: -u 3 nuitka.net/pages/download.html
-# vim: sw=2 ts=2 et:

Copied: nuitka/repos/community-any/PKGBUILD (from rev 398774, nuitka/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-24 10:05:36 UTC (rev 398775)
@@ -0,0 +1,27 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Panagiotis Mavrogiorgos <pmav99 at gmail.com>
+
+pkgname=nuitka
+pkgver=0.6.0.5
+pkgrel=1
+pkgdesc='Python compiler that produces faster executables, but depends on libpython'
+arch=('any')
+url='https://nuitka.net/'
+license=('APACHE')
+depends=('python')
+makedepends=('python-setuptools')
+options=('!emptydirs')
+optdepends=('chrpath: for building standalone executables')
+source=("https://nuitka.net/releases/Nuitka-$pkgver.tar.bz2"{,.sig})
+sha256sums=('5e9bedd1605a81195d0f999cc08fdeb385ec10649d5f654b2052a801e7c51254'
+            'SKIP')
+validpgpkeys=('D96ADCA1377F1CEB6B5103F11BFC33752912B99C') # Kay Hayen
+
+package() {
+  cd "Nuitka-$pkgver"
+
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# getver: -u 3 nuitka.net/pages/download.html
+# vim: sw=2 ts=2 et:



More information about the arch-commits mailing list