micropython: update to 1.13.

This commit is contained in:
Piraty 2020-12-04 18:26:15 +01:00
parent 2d91835e94
commit 6187d8848f

View file

@ -1,7 +1,7 @@
# Template file for 'micropython'
pkgname=micropython
version=1.12
revision=2
version=1.13
revision=1
build_wrksrc=ports/unix
hostmakedepends="pkg-config python3"
makedepends="libffi-devel"
@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://micropython.org/"
distfiles="https://github.com/micropython/micropython/releases/download/v${version}/micropython-${version}.tar.gz"
checksum=be2041924496f49b580f06c2d328c7757bbc7b62408abb11841ebeb87302c575
checksum=9ab32eb2c19a682f6de7e9b4226de849c42cb92e1ecb4cf56438a75d763bd451
case "$XBPS_TARGET_MACHINE" in
ppc*) broken="missing nlr_push" ;;
@ -21,7 +21,7 @@ if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
fi
pre_configure() {
sed -i 's|-Werror||;/^COPT =/d' Makefile
vsed -i 's|-Werror||;/^COPT =/d' Makefile
}
do_build() {