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

Felix Yan felixonmars at archlinux.org
Sun May 17 19:00:37 UTC 2020


    Date: Sunday, May 17, 2020 @ 19:00:36
  Author: felixonmars
Revision: 628893

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-17 19:00:18 UTC (rev 628892)
+++ PKGBUILD	2020-05-17 19:00:36 UTC (rev 628893)
@@ -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.7
-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=('6f05533780f4a348a08bf68a6e5f9453cf655e8b6c6926fc69b971f1e3a9b926')
-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 628892, nuitka/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-17 19:00:36 UTC (rev 628893)
@@ -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.8
+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")
+sha512sums=('656df31fc41d07e2e0a288834e73cd63066ebeef3e4aa65c118d9a25baaead2eb4045d9b34e52eaf3ac006adbf1c1848d55c12292a59a18be86ccf1e64e819d3')
+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