blob: c9afcb98e2876e0e8f41e83670dd3d542b883270 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DEFINED_PHASES=compile install prepare test
DEPEND=dev-libs/libffi:= virtual/pkgconfig
DESCRIPTION=Python implementation for microcontrollers
EAPI=8
HOMEPAGE=https://micropython.org https://github.com/micropython/micropython
INHERIT=toolchain-funcs
IUSE=test
KEYWORDS=~amd64 ~arm64 ~x86
LICENSE=MIT
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://micropython.org/resources/source/micropython-1.23.0.tar.xz
_eclasses_=multilib b2a329026f2e404e9e371097dda47f96 toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1
_md5_=c46b5d2cb3b6afb2b9d3fe3448889597
|