blob: 5fe9b9f3254bf9487c6990d7feb1dfe2e6c2383e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = python-wasmtime
pkgdesc = Python 3 extension for interfacing with Wasmtime/Cranelift.
pkgver = 40.0.0
pkgrel = 1
url = https://github.com/bytecodealliance/wasmtime-py
arch = x86_64
arch = aarch64
license = Apache
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
depends = python
depends = wasmtime
source = python-wasmtime-40.0.0::git+https://github.com/bytecodealliance/wasmtime-py.git#tag=40.0.0
sha384sums = c2e9fc4e18f7d87ffcae2f118c76a1b5614e500db7c55e5b1f3d0124267d7d5405e5b61e3f88af2c5bd4f2ac4ad74caf
pkgname = python-wasmtime
|