From d9ac4d4a67ea846c08bec2210bd22a9cf4afc70a Mon Sep 17 00:00:00 2001 From: maxice8 Date: Wed, 20 Feb 2019 03:06:56 -0300 Subject: [PATCH] python-hypothesis: update to 4.6.1. --- srcpkgs/python-hypothesis/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python-hypothesis/template b/srcpkgs/python-hypothesis/template index 042fd978d3b..0884c7a3b92 100644 --- a/srcpkgs/python-hypothesis/template +++ b/srcpkgs/python-hypothesis/template @@ -1,8 +1,8 @@ # Template file for 'python-hypothesis' pkgname=python-hypothesis -version=4.6.0 +version=4.6.1 revision=1 -noarch=yes +archs=noarch wrksrc="hypothesis-hypothesis-python-${version}" build_wrksrc=hypothesis-python build_style=python-module @@ -17,7 +17,7 @@ license="MPL-2.0" homepage="https://hypothesis.works/" changelog="https://github.com/HypothesisWorks/hypothesis/raw/master/hypothesis-python/docs/changes.rst" distfiles="https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-${version}.tar.gz" -checksum=df1b5d5778ebbbda4c179c9587f6a1cad9d0dba16c5e8200c1cbc11df42bbf1e +checksum=94ff87fa182368faf88f8d06aa4dd390e494e8d596acb4fc7bd126d47c311594 do_check() { # In python3 mock is actually unittest.mock @@ -35,7 +35,7 @@ do_check() { } python3-hypothesis_package() { - noarch=yes + archs=noarch pycompile_module="hypothesis" depends="python3-attrs python3-coverage" short_desc="${short_desc/Python2/Python3}"