mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-31 21:18:09 -07:00
15 lines
505 B
Plaintext
15 lines
505 B
Plaintext
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_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5
|
|
_md5_=a9d9525e7b85804c6059ca31dd33d54d
|