Merge pull request #12020 from wszqkzqk/master

Nuitka: Update to v0.9.4
This commit is contained in:
Naveen M K
2022-07-09 11:59:30 +05:30
committed by GitHub

View File

@@ -6,7 +6,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=0.9.2
pkgver=0.9.4
pkgrel=1
pkgdesc="Python to native compiler (mingw-w64)"
arch=('any')
@@ -21,10 +21,11 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-setuptools-scm"
"${MINGW_PACKAGE_PREFIX}-python-wheel")
optdepends=("${MINGW_PACKAGE_PREFIX}-python-zstandard: Provides onefile compression support"
"${MINGW_PACKAGE_PREFIX}-python-ordered-set: Optimize compilation speed of Nuitka")
"${MINGW_PACKAGE_PREFIX}-python-ordered-set: Optimize compilation speed of Nuitka"
"${MINGW_PACKAGE_PREFIX}-ccache: Provides build caching")
options=('!strip')
source=("https://pypi.org/packages/source/N/${_realname^}/${_realname^}-${pkgver}.tar.gz")
sha256sums=('40fa9be55bd283aee3db371fb70cd2097c2d0491deda5eeb5089d850071807ea')
sha256sums=('e820fdc1aa06eaaea6abbb296fe093b2d9c378f162a63cc8ed9d7afd33a55c70')
prepare() {
rm -rf python-build-${MSYSTEM} | true