[arch-commits] Commit in nuitka/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Fri Nov 13 21:06:16 UTC 2020
Date: Friday, November 13, 2020 @ 21:06:16
Author: dvzrv
Revision: 754002
upgpkg: nuitka 0.6.9.6-3: Rebuild to sort out dependencies.
Add python-appdirs and scons to depends.
Add ccache to optdepends.
Modified:
nuitka/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-13 20:48:59 UTC (rev 754001)
+++ PKGBUILD 2020-11-13 21:06:16 UTC (rev 754002)
@@ -5,17 +5,17 @@
_name=Nuitka
pkgname=nuitka
pkgver=0.6.9.6
-pkgrel=2
+pkgrel=3
pkgdesc='Python compiler with full language support and CPython compatibility'
arch=('any')
url='https://nuitka.net/'
license=('Apache')
-depends=('python')
+depends=('python-appdirs' 'scons')
makedepends=('python-setuptools')
-checkdepends=('ccache' 'python-appdirs' 'python-boto3' 'python-brotli' 'scons' 'strace')
+checkdepends=('ccache' 'python-boto3' 'python-brotli' 'strace')
+optdepends=('ccache: for build caching'
+ 'chrpath: for building standalone executables')
options=(!emptydirs)
-optdepends=('chrpath: for building standalone executables')
-# source=("$pkgname-$pkgver.tgz::https://github.com/Nuitka/Nuitka/archive/$pkgver.tar.gz")
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
sha512sums=('2b1c02ab2f8d798621a3aa03c367c67d352c77e3d33e03feb6945121ea4efc2089724bcf4ef0747fd5dbc3c5b597048287a949baf4ac20979651b4778e697a22')
b2sums=('ef42a68907fe18485b6d2fe597337544147cccc2dc069fbd17adc7268fc0cf18d7bb7deba7437d1ae6a8ecb1ce2702eed70518b4e3d372a4600ecb4a328a2c99')
More information about the arch-commits
mailing list