X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail.cmpwn.com (mail.cmpwn.com [45.56.77.53]) by lists.alpinelinux.org (Postfix) with ESMTP id BF76FF855E2 for ; Wed, 3 Apr 2019 20:27:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmpwn.com; s=cmpwn; t=1554323415; bh=4gVuIHLhle+3hg9Ml8ooDpgG+3XZ9O3VusgIttq+ZpE=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=HE2VlEPqQU0P0Jh2WDLTvAm3AKiw2Q1R202aLgcEGO5sKjIJMJlTGyrlU0GS75JcN x02F8RQ0s843xVs2XbGijL6mTLapm948QF1SIVuilQ7sd3aYAQ9MLpV94RPnEdqXad RGb1YidTojlifBBJVX4llfmiShiaM3Ef2kSXBbRI= From: Drew DeVault To: alpine-aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [alpine-aports] [PATCH 06/12] testing/py-hypothesis: update to 4.14.3 Date: Wed, 3 Apr 2019 16:27:09 -0400 Message-Id: <20190403202715.15694-7-sir@cmpwn.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190403202715.15694-1-sir@cmpwn.com> References: <20190403202715.15694-1-sir@cmpwn.com> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit --- testing/py-hypothesis/APKBUILD | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/testing/py-hypothesis/APKBUILD b/testing/py-hypothesis/APKBUILD index c87eeecf64..783aaab202 100644 --- a/testing/py-hypothesis/APKBUILD +++ b/testing/py-hypothesis/APKBUILD @@ -1,17 +1,21 @@ # Maintainer: Natanael Copa pkgname=py-hypothesis -pkgver=3.38.0 -pkgrel=1 +pkgver=4.14.3 +pkgrel=0 pkgdesc="Advanced property-based (QuickCheck-like) testing for Python" url="http://hypothesis.works/" arch="noarch" license="MPL-2.0" -depends="" -makedepends="py-setuptools python2-dev python3-dev py-enum34" -install="" +depends="py-coverage" +_py2_deps="py2-coverage" +_py3_deps="py3-coverage" +makedepends=" + $_py2_deps $_py3_deps python2-dev python3-dev py2-setuptools py3-setuptools + py-enum34 +" subpackages="py2-hypothesis:_py py3-hypothesis:_py" -source="py-hypothesis-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz" -builddir="$srcdir/hypothesis-python-$pkgver" +source="py-hypothesis-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/hypothesis-python-$pkgver.tar.gz" +builddir="$srcdir/hypothesis-hypothesis-python-$pkgver/hypothesis-python" build() { cd "$builddir" @@ -44,4 +48,4 @@ _py() { mv "$pkgdir"/usr/lib/${python}* "$subpkgdir"/usr/lib/ } -sha512sums="9001b045013f720885e53649c9445ac12c149e609b2532fc52ed2b4743aad59a2a59d6775988f65a23b58983a726849d75c368d291662c4b1d62e5d769efe88e py-hypothesis-3.38.0.tar.gz" +sha512sums="56f0a796741b1a46bfe91e578dc76067b612d0041dd8b93043521c8e53827a5bcdd815f94e91d22d4ae9d13125bfb9012cb1c4660635e7cc93472141be504efb py-hypothesis-4.14.3.tar.gz" -- 2.21.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---