micropython: update to 1.5.2
This commit is contained in:
parent
9a4b84dffc
commit
6dc9371a5d
1 changed files with 4 additions and 5 deletions
|
@ -1,23 +1,22 @@
|
||||||
# Template file for 'micropython'
|
# Template file for 'micropython'
|
||||||
pkgname=micropython
|
pkgname=micropython
|
||||||
version=1.5.1
|
version=1.5.2
|
||||||
revision=1
|
revision=1
|
||||||
build_wrksrc=unix
|
build_wrksrc=unix
|
||||||
hostmakedepends="pkg-config python python3.4"
|
hostmakedepends="pkg-config python"
|
||||||
makedepends="libffi-devel readline-devel"
|
makedepends="libffi-devel readline-devel"
|
||||||
short_desc="Implementation of Python 3.x for microcontrollers"
|
short_desc="Implementation of Python 3.x for microcontrollers"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://micropython.org/"
|
homepage="http://micropython.org/"
|
||||||
distfiles="http://github.com/micropython/micropython/archive/v${version}.tar.gz"
|
distfiles="http://github.com/micropython/micropython/archive/v${version}.tar.gz"
|
||||||
checksum=95cc34089a1e40a992065ff9c9b67c121674c3bd6136a50882054fcac27485c2
|
checksum=3c594ee701622f01c4e9c7abd1c322a0bc6c8af17bea0b0126812cb8e61bb5d9
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i 's|-Werror||;/^COPT =/d' Makefile
|
sed -i 's|-Werror||;/^COPT =/d' Makefile
|
||||||
}
|
}
|
||||||
do_build() {
|
do_build() {
|
||||||
make V=1 PYTHON=python3.4 \
|
make V=1 CC=$CC CFLAGS_EXTRA="$CPPFLAGS $CFLAGS" \
|
||||||
CC=$CC CFLAGS_EXTRA="$CPPFLAGS $CFLAGS" \
|
|
||||||
LDFLAGS_EXTRA="$LDFLAGS" STRIP=echo
|
LDFLAGS_EXTRA="$LDFLAGS" STRIP=echo
|
||||||
}
|
}
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue