From ec4e29845d60ec372787f20ec90505f7755b32c4 Mon Sep 17 00:00:00 2001 From: xhaa123 Date: Tue, 22 Oct 2024 19:11:31 +0800 Subject: [PATCH] python-nuitka 2.4.10-1 --- PKGBUILD | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 6e52b6d..b95c9fc 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,25 +5,25 @@ # Maintainer: Future Linux Team pkgname=python-nuitka -pkgver=2.1.6 +pkgver=2.4.10 pkgrel=1 pkgdesc="Python compiler with full language support and CPython compatibility" arch=('x86_64') url="https://nuitka.net" license=('Apache-2.0') -depends=('libxml2' 'patchelf' 'python-appdirs' 'python-setuptools' 'python-wheel' 'python-scons') -makedepends=('python-build' 'python-installer') -source=(https://github.com/Nuitka/Nuitka/archive/${pkgver}/Nuitka-${pkgver}.tar.gz) -sha256sums=(1cdb65dea3001c97fbafac985ed32595b79f95282e471b629f34652f4eb81791) +depends=('patchelf' 'python-ordered-set' 'python-zstandard' 'python') +makedepends=('python-build' 'python-installer' 'python-wheel' 'python-packaging') +source=(https://pypi.debian.net/Nuitka/Nuitka-${pkgver}.tar.gz) +sha256sums=(51f24c4dc6282225fbe601095d1a9ee1c9eda08207e8eeab63e64b1800659941) build() { - cd Nuitka-${pkgver} + cd Nuitka-${pkgver} - python3 -m build --wheel --no-isolation + python3 -m build --wheel --no-isolation } package() { - cd Nuitka-${pkgver} + cd Nuitka-${pkgver} - python3 -m installer --destdir=${pkgdir} dist/*.whl + python3 -m installer --destdir=${pkgdir} dist/*.whl }