[arch-commits] Commit in nuitka/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Fri Oct 25 16:36:00 UTC 2019
Date: Friday, October 25, 2019 @ 16:36:00
Author: felixonmars
Revision: 519488
archrelease: copy trunk to community-staging-any
Added:
nuitka/repos/community-staging-any/
nuitka/repos/community-staging-any/PKGBUILD
(from rev 519487, nuitka/trunk/PKGBUILD)
----------+
PKGBUILD | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
Copied: nuitka/repos/community-staging-any/PKGBUILD (from rev 519487, nuitka/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2019-10-25 16:36:00 UTC (rev 519488)
@@ -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.4
+pkgrel=2
+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=('ee22751ecc91d2ec957db8575d0b350b5aea03fe11576fe4a9276903c149d7a2')
+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