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 93EBDDC0E3F for ; Fri, 8 May 2015 15:43:36 +0000 (UTC) Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 2854EDC0089 for ; Fri, 8 May 2015 15:43:31 +0000 (UTC) Received: by wizk4 with SMTP id k4so34541145wiz.1 for ; Fri, 08 May 2015 08:43:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=z5oF2PTGjGrAETjliH1NOLwD0Vja3apny61Ub0Ic1us=; b=byY0fDC2ZBlPpIZfHlbRzA5Sct06sDh52SJGbm0s0iws2OGOqL9Ov72e44aIF2w/KM j5KUHHIVOss0khaIkRwusTz3xh7XCt6ZFONoRirQDEUodqcvJM8J99gUVWrG2voigsjZ PYycayr5tW3Rv4Jen6EQ5CHxZbCECi9zq5S4jnl6g9Y4s8JAg5yAVb6nCFweN2QN6wrZ C0eG9NWGKHOY4/JoVGuFQd1voCDtS+9s6mPFzwnt0m9ZKH/yaa3/8SAx1bR4Ishzk2tz i/YTknHmtaSOmI/KrWUDNN+7A7sKDss1qDOIXrI5g8Gw6xZtzMCpxngxbz9knq1/hG3e ylVw== X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 X-Received: by 10.194.2.16 with SMTP id 16mr8353390wjq.46.1431099809539; Fri, 08 May 2015 08:43:29 -0700 (PDT) Received: by 10.28.90.130 with HTTP; Fri, 8 May 2015 08:43:29 -0700 (PDT) In-Reply-To: References: <1431060013-11335-1-git-send-email-dlacewell@gmail.com> Date: Fri, 8 May 2015 08:43:29 -0700 Message-ID: Subject: Re: [alpine-aports] [PATCH] main/py-twisted: update to 15.1.0 From: Dustin Lacewell To: Carlo Landmeter Cc: alpine-aports@lists.alpinelinux.org Content-Type: multipart/alternative; boundary=047d7b343c5cc92ad9051593e3fa X-Virus-Scanned: ClamAV using ClamSMTP --047d7b343c5cc92ad9051593e3fa Content-Type: text/plain; charset=UTF-8 I saw the value repeated a number of times so I did that as a refactor :3 On Fri, May 8, 2015 at 12:32 AM, Carlo Landmeter wrote: > > > On 8 May 2015 at 06:40, Dustin Lacewell wrote: > >> http://twistedmatrix.com/ >> Asynchronous networking framework written in Python. >> --- >> main/py-twisted/APKBUILD | 9 +++++---- >> 1 file changed, 5 insertions(+), 4 deletions(-) >> >> diff --git a/main/py-twisted/APKBUILD b/main/py-twisted/APKBUILD >> index 358c15e..c8b0801 100644 >> --- a/main/py-twisted/APKBUILD >> +++ b/main/py-twisted/APKBUILD >> @@ -1,7 +1,7 @@ >> # Maintainer: Natanael Copa >> pkgname=py-twisted >> _pkgname=Twisted >> -pkgver=14.0.0 >> +pkgver=15.1.0 >> pkgrel=0 >> pkgdesc="Asynchronous networking framework written in Python." >> url="http://twistedmatrix.com/" >> @@ -11,6 +11,7 @@ depends="py-crypto py-zope-interface" >> makedepends="python-dev" >> install="" >> subpackages="$pkgname-doc" >> +sourcefile="$_pkgname-$pkgver.tar.bz2" >> > > What is sourcefile doing here? > > >> source=" >> http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.bz2 >> " >> >> _builddir="$srcdir"/"$_pkgname"-$pkgver >> @@ -30,6 +31,6 @@ package() { >> done >> } >> >> -md5sums="9625c094e0a18da77faa4627b98c9815 Twisted-14.0.0.tar.bz2" >> -sha256sums="bdfd961ac2216f5c65b07f2c3a5e5116f6713b8c1cf076c40010c64810d26963 >> Twisted-14.0.0.tar.bz2" >> -sha512sums="657a89603ffb6a0b5b9f41307d2f4400e8fd8947f122f40639b0d87cc769a47a09822c1612206e66bdee2be8b297e53a4271682981cdbeca7d910e57c8582413 >> Twisted-14.0.0.tar.bz2" >> +md5sums="df65e3da0bee81140e7637156802a518 $sourcefile" >> +sha256sums="82025d24cee178a7328a0467240bb6b1e7c283a9d85f115a9872dfcbfe20732a >> $sourcefile" >> +sha512sums="f7a755c7957d85c688db1076409ed1dd61967cf399253961caf584ab5b923d830fe995870bf7da1c9cbd304d98f0dc0a97c91ba92dc41301f652b360e5c5820f >> $sourcefile" >> -- >> 2.4.0 >> >> >> >> --- >> Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org >> Help: alpine-aports+help@lists.alpinelinux.org >> --- >> >> > --047d7b343c5cc92ad9051593e3fa Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I saw the value repeated a number of times so I did that a= s a refactor :3

On Fri, May 8, 2015 at 12:32 AM, Carlo Landmeter <clandmeter@g= mail.com> wrote:


On 8 May 2015 at 06:40, Dustin Lacewell <= dlacewell@gmail.co= m> wrote:
http://twistedmatrix.com/
Asynchronous networking framework written in Python.
---
=C2=A0main/py-twisted/APKBUILD | 9 +++++----
=C2=A01 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/main/py-twisted/APKBUILD b/main/py-twisted/APKBUILD
index 358c15e..c8b0801 100644
--- a/main/py-twisted/APKBUILD
+++ b/main/py-twisted/APKBUILD
@@ -1,7 +1,7 @@
=C2=A0# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
=C2=A0pkgname=3Dpy-twisted
=C2=A0_pkgname=3DTwisted
-pkgver=3D14.0.0
+pkgver=3D15.1.0
=C2=A0pkgrel=3D0
=C2=A0pkgdesc=3D"Asynchronous networking framework written in Python.&= quot;
=C2=A0url=3D"h= ttp://twistedmatrix.com/"
@@ -11,6 +11,7 @@ depends=3D"py-crypto py-zope-interface"
=C2=A0makedepends=3D"python-dev"
=C2=A0install=3D""
=C2=A0subpackages=3D"$pkgname-doc"
+sourcefile=3D"$_pkgname-$pkgver.tar.bz2"
What is sourcefile doing here?
=C2=A0
=C2=A0source=3D"http= ://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkg= ver.tar.bz2"

=C2=A0_builddir=3D"$srcdir"/"$_pkgname"-$pkgver
@@ -30,6 +31,6 @@ package() {
=C2=A0 =C2=A0 =C2=A0 =C2=A0 done
=C2=A0}

-md5sums=3D"9625c094e0a18da77faa4627b98c9815=C2=A0 Twisted-14.0.0.tar.= bz2"
-sha256sums=3D"bdfd961ac2216f5c65b07f2c3a5e5116f6713b8c1cf076c40010c64= 810d26963=C2=A0 Twisted-14.0.0.tar.bz2"
-sha512sums=3D"657a89603ffb6a0b5b9f41307d2f4400e8fd8947f122f40639b0d87= cc769a47a09822c1612206e66bdee2be8b297e53a4271682981cdbeca7d910e57c8582413= =C2=A0 Twisted-14.0.0.tar.bz2"
+md5sums=3D"df65e3da0bee81140e7637156802a518=C2=A0 $sourcefile" +sha256sums=3D"82025d24cee178a7328a0467240bb6b1e7c283a9d85f115a9872dfc= bfe20732a=C2=A0 $sourcefile"
+sha512sums=3D"f7a755c7957d85c688db1076409ed1dd61967cf399253961caf584a= b5b923d830fe995870bf7da1c9cbd304d98f0dc0a97c91ba92dc41301f652b360e5c5820f= =C2=A0 $sourcefile"
--
2.4.0



---
Unsubscribe:=C2=A0 alpine-aports+unsubscribe@lists.alpinelinux.= org
Help:=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0alpine-aports+help@lists.alpine= linux.org
---



--047d7b343c5cc92ad9051593e3fa-- --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---