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