blob: 5a679135f594a4bb6e06e9568d1af19da86dae2e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgbase = micropython-git
pkgdesc = A Python 3 implementation for microcontrollers and constrained environments (Unix version).
pkgver = 1.9.4.405.g7067ac357
pkgrel = 1
epoch = 1
url = http://micropython.org/
changelog = ChangeLog
arch = i686
arch = x86_64
license = MIT
makedepends = git
makedepends = python
depends = libffi
optdepends = micropython-lib: for MicroPython standard library
provides = micropython
conflicts = micropython
source = micropython::git://github.com/micropython/micropython.git
md5sums = SKIP
pkgname = micropython-git
|