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

Alexander Rødseth arodseth at archlinux.org
Tue Feb 19 15:52:50 UTC 2019


    Date: Tuesday, February 19, 2019 @ 15:52:48
  Author: arodseth
Revision: 434560

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-19 15:52:40 UTC (rev 434559)
+++ PKGBUILD	2019-02-19 15:52:48 UTC (rev 434560)
@@ -1,25 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Panagiotis Mavrogiorgos <pmav99 at gmail.com>
-
-pkgname=nuitka
-pkgver=0.6.1.1
-pkgrel=1
-pkgdesc='Python compiler that produces faster executables and 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=("$pkgname-$pkgver.tgz::https://github.com/Nuitka/Nuitka/archive/$pkgver.tar.gz")
-sha256sums=('f5275358d2092ced5aa977593fcc0bc104305affd9535f2708415a90ec5b9036')
-validpgpkeys=('D96ADCA1377F1CEB6B5103F11BFC33752912B99C') # Kay Hayen
-
-package() {
-  cd "Nuitka-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# getver: pypistats.org/packages/nuitka
-# vim: sw=2 ts=2 et:

Copied: nuitka/repos/community-any/PKGBUILD (from rev 434559, nuitka/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-19 15:52:48 UTC (rev 434560)
@@ -0,0 +1,25 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Panagiotis Mavrogiorgos <pmav99 at gmail.com>
+
+pkgname=nuitka
+pkgver=0.6.2
+pkgrel=1
+pkgdesc='Python compiler that produces faster executables and 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=("$pkgname-$pkgver.tgz::https://github.com/Nuitka/Nuitka/archive/$pkgver.tar.gz")
+sha256sums=('a4d4e4e239640bf4c2f8da4bf9eabc04bc5681d78b32306b63fbd21b5b981513')
+validpgpkeys=('D96ADCA1377F1CEB6B5103F11BFC33752912B99C') # Kay Hayen
+
+package() {
+  cd "Nuitka-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# getver: pypistats.org/packages/nuitka
+# vim: sw=2 ts=2 et:



More information about the arch-commits mailing list