X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail.infogroup.kiev.ua (tera.infogroup.kiev.ua [195.144.25.26]) by lists.alpinelinux.org (Postfix) with ESMTP id 31F075C45C8 for ; Thu, 23 Mar 2017 14:45:36 +0000 (GMT) Received: from ost.org.ua ([195.144.25.230] helo=alpine.ost.org.ua) by mail.infogroup.kiev.ua with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.80.1) (envelope-from ) id 1cr3zc-0002IO-32 for alpine-aports@lists.alpinelinux.org; Thu, 23 Mar 2017 16:45:36 +0200 From: Valery Kartel To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH] testing/py-botocore: upgrade to 1.5.28 Date: Thu, 23 Mar 2017 16:45:36 +0200 Message-Id: <20170323144536.29403-1-valery.kartel@gmail.com> X-Mailer: git-send-email 2.12.1 Sender: droid@infogroup.kiev.ua X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- testing/py-botocore/APKBUILD | 20 +++++++++----------- 1 file 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 # Contributor: Valery Kartel 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" -- 2.12.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---