X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id F194CDC0E08 for ; Tue, 11 Aug 2015 13:21:30 +0000 (UTC) Received: from apollo.thewebhostserver.com (apollomail.thewebhostserver.com [46.23.65.248]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id B4B23DC0B42 for ; Tue, 11 Aug 2015 13:21:29 +0000 (UTC) Received: from [81.4.121.188] (port=52687 helo=localhost.localdomain) by apollo.thewebhostserver.com with esmtpsa (TLSv1.2:AES128-SHA256:128) (Exim 4.85) (envelope-from ) id 1ZP9Uc-002oL8-BC; Tue, 11 Aug 2015 14:21:26 +0100 From: Stuart Cardall To: alpine-aports@lists.alpinelinux.org Cc: Stuart Cardall Subject: [alpine-aports] [PATCH] main/cython: update to 0.23 Date: Tue, 11 Aug 2015 13:21:20 +0000 Message-Id: <1439299280-971-1-git-send-email-developer@it-offshore.co.uk> X-Mailer: git-send-email 2.5.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - apollo.thewebhostserver.com X-AntiAbuse: Original Domain - lists.alpinelinux.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - it-offshore.co.uk X-Get-Message-Sender-Via: apollo.thewebhostserver.com: authenticated_id: developer@it-offshore.co.uk X-Source: X-Source-Args: X-Source-Dir: X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- main/cython/APKBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/main/cython/APKBUILD b/main/cython/APKBUILD index c50b0c6..ca66f33 100644 --- a/main/cython/APKBUILD +++ b/main/cython/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Stuart Cardall # Maintainer: Stuart Cardall pkgname=cython -pkgver=0.22.1 +pkgver=0.23 pkgrel=0 pkgdesc="Cython is an optimising static compiler for both the Python & the extended Cython programming languages." url="http://cython.org" @@ -10,7 +10,6 @@ license="Apache 2.0" depends="" depends_dev="python-dev py-pgen" makedepends="$depends_dev" -install="" subpackages="$pkgname-dev" source="saveas-https://github.com/cython/cython/archive/$pkgver.tar.gz/$pkgname-$pkgver.tar.gz" @@ -35,6 +34,6 @@ package() { python setup.py install --prefix=/usr --root="$pkgdir" || return 1 } -md5sums="2f8490e2a4ea325a0662551248a27150 cython-0.22.1.tar.gz" -sha256sums="5e28c4b4d8f0aefa9e98fe67eaf07af9851202251141c7b25c1dc7bb7f326dfd cython-0.22.1.tar.gz" -sha512sums="aca287b6d5d3f808d94a23c75455ec0b0d7779e250800b5cc1e630ddeded44f85e64057076637af873b6f2b2d62809d6d038babda9be83c481a8e581918e8010 cython-0.22.1.tar.gz" +md5sums="7bc40ddb7a30526cba2858c6215b768a cython-0.23.tar.gz" +sha256sums="8e5acdeb26be483a9601bc3574579f132891a2ba5a391f21af7452296c614ed4 cython-0.23.tar.gz" +sha512sums="348f0a8423535149c41957ded17125e22b19dbcb137c72accd4cc61108ea2e10c7397c2b5fbe20bfe990276190c61909b4b6384b5f80929dbca23804dc5cc9d9 cython-0.23.tar.gz" -- 2.5.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---