diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-09-05 07:33:47 +0000 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2013-09-08 14:34:55 +0200 |
commit | 76c0f579015cf0b0ae89b7334da15cfd3a70c736 (patch) | |
tree | c7a02eae0072fc5c9a16c21de6794c55912cea80 | |
parent | 8048430732243be0c45ec7c20674a6ad38e41eeb (diff) | |
download | aports-76c0f579015cf0b0ae89b7334da15cfd3a70c736.tar.bz2 aports-76c0f579015cf0b0ae89b7334da15cfd3a70c736.tar.xz |
testing/py-six: upgrade to 1.4.1
-rw-r--r-- | testing/py-six/APKBUILD | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/testing/py-six/APKBUILD b/testing/py-six/APKBUILD index c0a476037e..859a54a079 100644 --- a/testing/py-six/APKBUILD +++ b/testing/py-six/APKBUILD @@ -1,7 +1,8 @@ # Contributor: William Pitcock <nenolod@dereferenced.org> # Maintainer: William Pitcock <nenolod@dereferenced.org> pkgname=py-six -pkgver=1.2.0 +_pkgname=six +pkgver=1.4.1 pkgrel=0 pkgdesc="Python 2 and 3 compatibility library" url="http://pypi.python.org/pypi/six" @@ -12,9 +13,9 @@ depends_dev="" makedepends="python-dev" install="" subpackages="" -source="http://pypi.python.org/packages/source/s/six/six-$pkgver.tar.gz" +source="http://pypi.python.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-$pkgver.tar.gz" -_builddir="$srcdir"/six-$pkgver +_builddir="$srcdir"/$_pkgname-$pkgver prepare() { local i cd "$_builddir" @@ -35,4 +36,6 @@ package() { python setup.py install --prefix=/usr --root="$pkgdir" || return 1 } -md5sums="2a5d1afc79912832ac78fd38e3d75d7e six-1.2.0.tar.gz" +md5sums="bdbb9e12d3336c198695aa4cf3a61d62 six-1.4.1.tar.gz" +sha256sums="f045afd6dffb755cc0411acb7ce9acc4de0e71261d4b5f91de2e68d9aa5f8367 six-1.4.1.tar.gz" +sha512sums="849e5f7c5058bceefcf3d5a76b52ec315b5efd015f66d8dff7a61854e6bb07195c3b74e521df548a9a63fa89b1be4e1b6f44d2b5d3ac6261ab3eaf0729ebed84 six-1.4.1.tar.gz" |