diff options
author | Valery Kartel <valery.kartel@gmail.com> | 2017-03-23 16:45:36 +0200 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-03-28 09:48:28 +0000 |
commit | 85d26fcb62554db80ffc84e7c721f5596f9946fd (patch) | |
tree | 3b938e5a4b44bcb142fbed0114f368cbc29c21da /testing/py-botocore/APKBUILD | |
parent | f068675938f6735a113905553403912deb214829 (diff) | |
download | aports-85d26fcb62554db80ffc84e7c721f5596f9946fd.tar.bz2 aports-85d26fcb62554db80ffc84e7c721f5596f9946fd.tar.xz |
testing/py-botocore: upgrade to 1.5.28
Diffstat (limited to 'testing/py-botocore/APKBUILD')
-rw-r--r-- | testing/py-botocore/APKBUILD | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/testing/py-botocore/APKBUILD b/testing/py-botocore/APKBUILD index f3ecb2056c..b4e13ef554 100644 --- a/testing/py-botocore/APKBUILD +++ b/testing/py-botocore/APKBUILD @@ -1,19 +1,19 @@ # Maintainer: Valery Kartel <valery.kartel@gmail.com> # Contributor: Valery Kartel <valery.kartel@gmail.com> pkgname=py-botocore -_pkgname=${pkgname#py-} -pkgver=1.4.85 -pkgrel=2 +pkgver=1.5.28 +pkgrel=0 +_pkgreal=${pkgname#py-} pkgdesc="The low-level, core functionality of Boto3" url="https://github.com/boto/boto" arch="noarch" license="ASL 2.0" +options="!check" depends="py-dateutil py-jmespath" -depends_dev="" -makedepends="python2-dev py-setuptools python3-dev" -subpackages="py3-$_pkgname:_py3 py2-$_pkgname:_py2" -source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" -builddir="$srcdir"/$_pkgname-$pkgver +makedepends="python2-dev python3-dev py-setuptools" +subpackages="py3-$_pkgreal:_py3 py2-$_pkgreal:_py2" +source="https://files.pythonhosted.org/packages/source/${_pkgreal:0:1}/$_pkgreal/$_pkgreal-$pkgver.tar.gz" +builddir="$srcdir/$_pkgreal-$pkgver" build() { cd "$builddir" @@ -46,6 +46,4 @@ _py() { $python setup.py install --prefix=/usr --root="$subpkgdir" } -md5sums="ff18b88472d96b8aaa3fd98b6592f349 botocore-1.4.85.tar.gz" -sha256sums="329155bfe2f5efb1fb0421cbc2a9a2563698828136f91712fa9f4ccb5be9b3bb botocore-1.4.85.tar.gz" -sha512sums="fd9301df5aa73517570c716c9dea1619da7d7f53a92065e852b36d8b0cfa601215f08f7ec1c631b35038274e91ce7c7955b226df7057b7e38cdf38436d86579f botocore-1.4.85.tar.gz" +sha512sums="a161cc9a56d1817f7d1f2c77355e0615e5c832fa21961f7a4495ba72344055196c9d8192ff49050bbeeb084f18f7ce7493cd1fcbbd943363c8a01ce7e16d4933 botocore-1.5.28.tar.gz" |