X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mailauth4.nine.ch (mailauth4.nine.ch [94.230.211.190]) by lists.alpinelinux.org (Postfix) with ESMTP id 65A7B5C0E56 for ; Fri, 1 Sep 2017 19:19:28 +0000 (GMT) Received: from localhost (localhost [127.0.0.1]) by mailauth4.nine.ch (Postfix) with ESMTP id 5CF9EBFC4D; Fri, 1 Sep 2017 21:19:27 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mailauth4.nine.ch X-Spam-Flag: NO X-Spam-Score: -0.999 X-Spam-Level: X-Spam-Status: No, score=-0.999 tagged_above=-999 required=5.6 tests=[ALL_TRUSTED=-1, HEADER_FROM_DIFFERENT_DOMAINS=0.001] autolearn=disabled Received: from mailauth4.nine.ch ([127.0.0.1]) by localhost (mailauth4.nine.ch [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FkmtcED6do06; Fri, 1 Sep 2017 21:19:26 +0200 (CEST) Received: from vimes (148-73-241-84.dyn.cable.fcom.ch [84.241.73.148]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: pf@1042.ch) by mailauth4.nine.ch (Postfix) with ESMTPSA; Fri, 1 Sep 2017 21:19:26 +0200 (CEST) Received: by vimes (Postfix, from userid 1000) id EA40D203BD; Fri, 1 Sep 2017 21:19:25 +0200 (CEST) From: Jean-Louis Fuchs To: alpine-aports@lists.alpinelinux.org Cc: Jean-Louis Fuchs Subject: [alpine-aports] [PATCH] testing/py3-pyo: upgrade to 0.8.7 Date: Fri, 1 Sep 2017 21:19:16 +0200 Message-Id: <20170901191916.17488-1-ganwell@fangorn.ch> X-Mailer: git-send-email 2.13.5 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- testing/py3-pyo/APKBUILD | 8 ++++---- testing/py3-pyo/portaudio-only.patch | 2 +- testing/py3-pyo/remove-O3.patch | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/testing/py3-pyo/APKBUILD b/testing/py3-pyo/APKBUILD index 92eaa7e984..7f444072bb 100644 --- a/testing/py3-pyo/APKBUILD +++ b/testing/py3-pyo/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Jean-Louis Fuchs pkgname=py3-pyo _pkgname=pyo -pkgver=0.8.6 +pkgver=0.8.7 pkgrel=0 pkgdesc="dedicated Python module for digital signal processing" url="http://ajaxsoundstudio.com/software/pyo/" @@ -26,6 +26,6 @@ package() { python3 setup.py install --root="$pkgdir" --optimize=1 } -sha512sums="7cde34f16710d7375dc7ccd88c4496bc9b4b3c8af3affdc3c2933d9a51c57e860e16b3a1e28d45589ef39813a640787c34ab8130f452c81cfd2958c14f660c42 pyo_0.8.6-src.tar.bz2 -292c16864698b39e40c869dcff8a34c564bd827ebdf7ae146d0dd50fbba02d3d5d32e0421a09737c7c1e68fb88bae208f6af4268ca38b838a01a6aeb103750c8 portaudio-only.patch -5994f01ae188a2e414df914a2c096dc812966dab9b75caceae0a7d8d20f568e7770bc68bb670d391185697159ab967a6b95e58dc599606970508135280f6692b remove-O3.patch" +sha512sums="da4d80bf507f47680415712dc1092b3fafba53d344ad6944b362d5d44bd730a5789174a6d8d0b561e78ce6d9f0916064185102c57791ba986981d8cd388ad84d pyo_0.8.7-src.tar.bz2 +b3c3a659df4b9de9982898d2a6cc7462e88ee2b1c4ecac2b49a8220e42cf1c2fb583a7ca722cb2e77bed0e0b6fe3a70d88bda807ee46c9b096fe3e34514b5420 portaudio-only.patch +bc4d319ba491b02828b3e061daa23be1421def8331550d68be18a08831526a1a890ddf76210df38bfed104ad1c1a24ac7c45770d212e308fdadb2d657c7cd333 remove-O3.patch" diff --git a/testing/py3-pyo/portaudio-only.patch b/testing/py3-pyo/portaudio-only.patch index e855903d13..1a12a937d6 100644 --- a/testing/py3-pyo/portaudio-only.patch +++ b/testing/py3-pyo/portaudio-only.patch @@ -1,7 +1,7 @@ diff -ruN a/setup.py b/setup.py --- a/setup.py 2017-08-29 21:04:01.704564192 +0200 +++ b/setup.py 2017-08-29 21:04:30.369416183 +0200 -@@ -94,7 +94,9 @@ +@@ -99,7 +99,9 @@ if '--minimal' in sys.argv: minimal_build = True sys.argv.remove('--minimal') diff --git a/testing/py3-pyo/remove-O3.patch b/testing/py3-pyo/remove-O3.patch index 7595f2a813..513289a4c6 100644 --- a/testing/py3-pyo/remove-O3.patch +++ b/testing/py3-pyo/remove-O3.patch @@ -1,7 +1,7 @@ diff -ruN a/setup.py b/setup.py --- a/setup.py 2017-08-29 21:11:55.290997348 +0200 +++ b/setup.py 2017-08-29 21:12:13.690639738 +0200 -@@ -84,7 +84,7 @@ +@@ -89,7 +89,7 @@ sys.argv.remove('--fast-compile') oflag = "-O0" else: -- 2.13.5 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---