From b4b576849688f007fccdab9b8e0655eb14f1146e Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 7 Aug 2018 11:01:23 -0300 Subject: [PATCH] python-hypothesis: update to 3.66.30. --- srcpkgs/python-hypothesis/template | 8 ++++---- srcpkgs/python-hypothesis/update | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 srcpkgs/python-hypothesis/update diff --git a/srcpkgs/python-hypothesis/template b/srcpkgs/python-hypothesis/template index 1868d788385..29d3ca0b151 100644 --- a/srcpkgs/python-hypothesis/template +++ b/srcpkgs/python-hypothesis/template @@ -1,9 +1,9 @@ # Template file for 'python-hypothesis' pkgname=python-hypothesis -version=3.56.7 +version=3.66.30 revision=1 noarch=yes -wrksrc="${pkgname/python-//}-${version}" +wrksrc="hypothesis-hypothesis-python-${version}" build_wrksrc=hypothesis-python build_style=python-module pycompile_module="hypothesis" @@ -15,8 +15,8 @@ short_desc="Python2 library for property based testing" maintainer="Orphaned " license="MPL-2.0" homepage="https://hypothesis.works/" -distfiles="https://github.com/HypothesisWorks/hypothesis-python/archive/${version}.tar.gz" -checksum=6ad5063a3991acb543af1548c33a4b08796dfb0d21dd37ed2d164c2b2140ff2d +distfiles="https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-${version}.tar.gz" +checksum=a960a6d9c91bff8c414211e00455acf5be5912d99ccc74124a01707b2da58dac do_check() { # pytest doesn't recognize -n switch diff --git a/srcpkgs/python-hypothesis/update b/srcpkgs/python-hypothesis/update new file mode 100644 index 00000000000..d92e11af955 --- /dev/null +++ b/srcpkgs/python-hypothesis/update @@ -0,0 +1 @@ +pkgname=hypothesis-python