blob: 5e80c9e7ec82415965a2026752dffbd780e778d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
pkgbase = micropython
pkgdesc = Python3 for microcontrollers, with stdlib. (UNIX version)
pkgver = 1.22.0
pkgrel = 1
url = http://micropython.org/
arch = i686
arch = x86_64
license = MIT
makedepends = python
makedepends = python-setuptools
makedepends = git
depends = readline
depends = libffi
depends = mbedtls
options = !emptydirs
source = https://micropython.org/resources/source/micropython-1.22.0.tar.xz
source = mlib-1.22.0.tgz::https://github.com/micropython/micropython-lib/archive/v1.22.0.tar.gz
md5sums = 662c576a34f723c6e939a0f15a18b659
md5sums = e0ef75b2e0e5a72bbab88c70e8778d72
pkgname = micropython
pkgname = micropython-lib
|