blob: 434b4a05ccab5c50344f37630268a25d3fe0f917 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = rustpython
pkgdesc = A Python Interpreter written in Rust
pkgver = 0.5.0
pkgrel = 1
url = https://github.com/RustPython/RustPython
arch = x86_64
arch = i686
license = MIT
makedepends = cargo
depends = gcc-libs
depends = glibc
depends = libffi
depends = openssl
depends = xz
options = !lto
source = rustpython-0.5.0.tar.gz::https://github.com/RustPython/RustPython/archive/refs/tags/0.5.0.tar.gz
sha256sums = 6fa2bfd6d3a6c0ecb2aae216552ba24ad263546198c8a7b0c03c8111b6389d9c
pkgname = rustpython
|