python-nuitka 2.4.10-1

This commit is contained in:
xhaa123 2024-10-22 19:11:31 +08:00
parent d45b6db7a4
commit ec4e29845d

View File

@ -5,25 +5,25 @@
# Maintainer: Future Linux Team <future_linux@163.com>
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
}