mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-04 03:42:56 +02:00
micropython: update to 1.4.6.
This commit is contained in:
parent
c647c4de41
commit
941a409528
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'micropython'
|
# Template file for 'micropython'
|
||||||
pkgname=micropython
|
pkgname=micropython
|
||||||
version=1.4.5
|
version=1.4.6
|
||||||
revision=1
|
revision=1
|
||||||
build_wrksrc=unix
|
build_wrksrc=unix
|
||||||
hostmakedepends="pkg-config python python3.4"
|
hostmakedepends="pkg-config python python3.4"
|
||||||
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="necrophcodr <necrophcodr@necrophcodr.me>"
|
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=46c4968f1b66219e2c7efb69f2eaea52224e62c51b1759a9d98e9af917bda576
|
checksum=b5ae9fdcc85ec11a932cc2369aa7eee667e7f3cea950441e9889e62555aeea81
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i 's|-Werror||;/^COPT =/d' Makefile
|
sed -i 's|-Werror||;/^COPT =/d' Makefile
|
||||||
|
|
Loading…
Add table
Reference in a new issue