~alpine/aports

3 2

[alpine-aports] [PATCH] main/py-twisted: update to 15.1.0

Dustin Lacewell <dlacewell@gmail.com>
Details
Message ID
<1431060013-11335-1-git-send-email-dlacewell@gmail.com>
Sender timestamp
1431060013
DKIM signature
missing
Download raw message
Patch: +5 -4
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 <ncopa@alpinelinux.org>
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"
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
---
Dustin Lacewell <dlacewell@gmail.com>
Details
Message ID
<CAMDmBpGyE4FQwuKrtZdXTyMGqaSZSqGtwwzeVVq55MMiuH84sQ@mail.gmail.com>
In-Reply-To
<CA+cSEmPBB-KmicovnnL0DKDudU3nNMaCQYJrs69g41uFnp96-A@mail.gmail.com> (view parent)
Sender timestamp
1431099809
DKIM signature
missing
Download raw message
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 <clandmeter@gmail.com>
wrote:

>
>
> On 8 May 2015 at 06:40, Dustin Lacewell <dlacewell@gmail.com> 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 <ncopa@alpinelinux.org>
>>  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
>> ---
>>
>>
>
Carlo Landmeter <clandmeter@gmail.com>
Details
Message ID
<CA+cSEmPBB-KmicovnnL0DKDudU3nNMaCQYJrs69g41uFnp96-A@mail.gmail.com>
In-Reply-To
<1431060013-11335-1-git-send-email-dlacewell@gmail.com> (view parent)
Sender timestamp
1431070345
DKIM signature
missing
Download raw message
On 8 May 2015 at 06:40, Dustin Lacewell <dlacewell@gmail.com> 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 <ncopa@alpinelinux.org>
>  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
> ---
>
>
Carlo Landmeter <clandmeter@gmail.com>
Details
Message ID
<CA+cSEmPhJzKYzQvSuNPhza3gL3RpL90ME2coBNMkoz_j8vSDzw@mail.gmail.com>
In-Reply-To
<CAMDmBpGyE4FQwuKrtZdXTyMGqaSZSqGtwwzeVVq55MMiuH84sQ@mail.gmail.com> (view parent)
Sender timestamp
1431158246
DKIM signature
missing
Download raw message
On 8 May 2015 at 17:43, Dustin Lacewell <dlacewell@gmail.com> wrote:

> I saw the value repeated a number of times so I did that as a refactor :3
>
>
>
I commited it and removed it. Thanks.
Reply to thread Export thread (mbox)