~alpine/aports

1

[alpine-aports] [PATCH] testing/micropython: Reduced makedepends

Marian Buschsieweke <marian.buschsieweke@ovgu.de>
Details
Message ID
<20170803142154.13583-1-marian.buschsieweke@ovgu.de>
Sender timestamp
1501770114
DKIM signature
missing
Download raw message
Patch: +3 -3
python2 no longer needed in order to build micropython
---
 testing/micropython/APKBUILD | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/testing/micropython/APKBUILD b/testing/micropython/APKBUILD
index 1306af73b7..2cdacc0514 100644
--- a/testing/micropython/APKBUILD
+++ b/testing/micropython/APKBUILD
@@ -8,7 +8,7 @@ url="http://www.micropython.org/"
arch="all"
license="MIT"
depends=""
makedepends="libffi-dev python3 python2"
makedepends="libffi-dev python3"
subpackages="$pkgname-cross"
source="${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz
        0000-unix-mpconfigport.patch
@@ -19,7 +19,7 @@ builddir="${srcdir}/${pkgname}-${pkgver}"
build() {
	cd "$builddir"
	unset CFLAGS
	make -C unix #PYTHON=python3
	make -C unix PYTHON=python3
}

check() {
@@ -28,7 +28,7 @@ check() {
	# ffi callback fails on kernel with PaX
	rm tests/unix/ffi_callback.py

	make -C unix test #PYTHON=python3
	make -C unix test PYTHON=python3
}

package() {
-- 
2.13.3



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20170803163541.5d37a2ee@ncopa-desktop.copa.dup.pw>
In-Reply-To
<20170803142154.13583-1-marian.buschsieweke@ovgu.de> (view parent)
Sender timestamp
1501770941
DKIM signature
missing
Download raw message
On Thu,  3 Aug 2017 16:21:54 +0200
Marian Buschsieweke <marian.buschsieweke@ovgu.de> wrote:

> python2 no longer needed in order to build micropython

Sorry, I already pushed a similar fix, together with an updated arch setting.

Thanks!

-nc


---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)