Skip to content
Snippets Groups Projects
Commit 8886f3f3 authored by Kaarle Ritvanen's avatar Kaarle Ritvanen
Browse files

testing/py3-pyinstaller: new package

parent 14114138
No related branches found
No related tags found
No related merge requests found
# Contributor: Kaarle Ritvanen <kunkku@alpinelinux.org>
pkgname=py3-pyinstaller
pkgver=6.6.0
pkgrel=0
pkgdesc="PyInstaller bundles a Python application and all its dependencies into a single package"
url="https://pyinstaller.org/"
arch="noarch"
license="(GPL-2.0-or-later WITH Bootloader-exception) AND Apache-2.0"
depends="py3-altgraph py3-setuptools"
makedepends="py3-gpep517 py3-wheel zlib-dev"
options="!archcheck !check"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/p/pyinstaller/pyinstaller-$pkgver.tar.gz"
builddir="$srcdir/pyinstaller-$pkgver"
build() {
gpep517 build-wheel --wheel-dir .dist --output-fd 3 3>&1 >&2
}
package() {
python3 -m installer -d "$pkgdir" .dist/*.whl
}
sha512sums="
074658825ced3bd371fb34eea79fc62d9810da87a8ef88fbae7c68d38205c9956e9332c7eebaf94af9e1d337d3eca3df05ea6e9771e8497cfa6263b92dd44252 pyinstaller-6.6.0.tar.gz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment