[arch-commits] Commit in nuitka/repos/community-staging-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Oct 31 18:06:58 UTC 2019
Date: Thursday, October 31, 2019 @ 18:06:58
Author: felixonmars
Revision: 521541
archrelease: copy trunk to community-staging-any
Added:
nuitka/repos/community-staging-any/PKGBUILD
(from rev 521540, nuitka/trunk/PKGBUILD)
Deleted:
nuitka/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-31 18:06:47 UTC (rev 521540)
+++ PKGBUILD 2019-10-31 18:06:58 UTC (rev 521541)
@@ -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.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:
Copied: nuitka/repos/community-staging-any/PKGBUILD (from rev 521540, nuitka/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-31 18:06:58 UTC (rev 521541)
@@ -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=3
+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