blob: 1f54a21c21a29a4c07ee0c6f2375ae3e46a1ed06 (
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
28
29
|
pkgbase = pyinstaller
pkgdesc = Bundles a Python application and all its dependencies into a single package
pkgver = 5.6
pkgrel = 1
url = http://www.pyinstaller.org
arch = x86_64
arch = i686
arch = aarch64
license = custom:PyInstaller
makedepends = python-installer
makedepends = python-wheel
depends = python-altgraph
depends = pyinstaller-hooks-contrib>=2021.4
depends = python>=3.7
depends = python<3.11
depends = python-setuptools
optdepends = python-tinyaes>=1.0.0: bytecode encryption support
optdepends = python-importlib-metadata: support for python 3.8 and lower
source_x86_64 = https://files.pythonhosted.org/packages/py3/p/pyinstaller/pyinstaller-5.6-py3-none-manylinux2014_x86_64.whl
sha512sums_x86_64 = ecac48afda0baf7ffa201c555c29c2d50bf787462f4bef65fbab7a262ea697c48988190e21d1d6d5d02d705ccba34ea240b0fa1551284ba09375775b8069efbc
b2sums_x86_64 = 7064960f23ead64c60a84ce227aadd54beaab65fd77974d4a2c5c66b1e1a2e548539cbed07edd3e4e9afc0d43ce9dbf0a7cc86064a0dff56b547cc18cb3d1545
source_i686 = https://files.pythonhosted.org/packages/py3/p/pyinstaller/pyinstaller-5.6-py3-none-manylinux2014_i686.whl
sha512sums_i686 = 47206347942dbc3a02e602e6814897db23615d7fe51f27afa45fe350f156cb41b2bf89911bb1e92cfc953fd5ce3172d780ba8fecbc1b3e62084a39477fa2edbc
b2sums_i686 = 2f9e55eea818d5932589b652ef2d54a83457ba0199a9f4cc293925b9ab1b3e8c1d60216fa30b4a1e6e5fdf03e77c6d9287411c8726d1f41f3cb147d545a0467f
source_aarch64 = https://files.pythonhosted.org/packages/py3/p/pyinstaller/pyinstaller-5.6-py3-none-manylinux2014_aarch64.whl
sha512sums_aarch64 = d59c0cee2a2be027c90544d0d6d6c9154cae7bd9511291983e62dad25f3f8d0fe7dd768aecc3aa4e5f0d2719df51e684f9169218e4bedfb5bf4f764519151017
b2sums_aarch64 = 92a4fff66a729af47dc8c86cfceba49576c2e8b087010418fccaf8dbba8ff8e835cbef4254211f20fc2ac6c6174ce3dd2454e6df5a19d153d1ceb19371c6c61a
pkgname = pyinstaller
|