summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: b21ab0c403f6e8d9dbd9726439e1c4e73bc59ce3 (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
pkgbase = pyinstaller
	pkgdesc = Bundles a Python application and all its dependencies into a single package
	pkgver = 4.5
	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
	source = git+https://github.com/pyinstaller/pyinstaller
	sha256sums = SKIP
	depends_i686 = lib32-zlib

pkgname = pyinstaller