New package: PyInstaller-3.6
This commit is contained in:
parent
46ee2b1af0
commit
5b1e955127
|
@ -0,0 +1,14 @@
|
||||||
|
# Template file for 'PyInstaller'
|
||||||
|
pkgname=PyInstaller
|
||||||
|
version=3.6
|
||||||
|
revision=1
|
||||||
|
archs=noarch
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3 python3-altgraph"
|
||||||
|
short_desc="Bundles a Python application and dependencies into one package"
|
||||||
|
maintainer="Alex Childs <misuchiru03+void@gmail.com>"
|
||||||
|
license="GPL-2.0-only"
|
||||||
|
homepage="http://www.pyinstaller.org"
|
||||||
|
distfiles="${PYPI_SITE}/P/PyInstaller/PyInstaller-${version}.tar.gz"
|
||||||
|
checksum=3730fa80d088f8bb7084d32480eb87cbb4ddb64123363763cf8f2a1378c1c4b7
|
Loading…
Reference in New Issue