blob: c7dbe0d7b718840e47daee37862d88a58adb8c64 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
pkgbase = pyinstaller-git
pkgdesc = Bundles a Python application and all its dependencies into a single package
pkgver = 5.0.dev0.r8029.gcde2448e5
pkgrel = 1
url = http://www.pyinstaller.org
arch = x86_64
arch = i686
arch = aarch64
arch = ppc64le
arch = s390x
license = custom:PyInstaller
makedepends = cmocka
makedepends = python>=3.6
makedepends = python-setuptools
makedepends = git
makedepends = python-wheel
depends = python-altgraph
depends = pyinstaller-hooks-contrib
optdepends = python-pycrypto: bytecode encryption support
optdepends = upx: executable compression support
provides = pyinstaller
conflicts = pyinstaller
source = git+https://github.com/pyinstaller/pyinstaller
sha256sums = SKIP
depends_i686 = lib32-zlib
pkgname = pyinstaller-git
|