blob: 3dc2161aa24b26ddbd468583f8b97de09a748084 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgbase = python-wasmtime
pkgdesc = Python 3 extension for interface with Wasmtime/Cranelift.
pkgver = 0.11.0
pkgrel = 1
url = https://github.com/bytecodealliance/wasmtime
arch = i686
arch = x86_64
arch = armv7h
arch = aarch64
license = APACHE2
makedepends = rustup
depends = python
depends = python-setuptools
depends = python-wheel
depends = python-setuptools-rust
options = !emptydirs
source = python-wasmtime-0.11.0::git+https://github.com/bytecodealliance/wasmtime.git#tag=v0.11.0
sha384sums = SKIP
pkgname = python-wasmtime
|