From d470ab66512146e95944a1a81d30477f376bf5b7 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sun, 25 Sep 2022 14:37:46 +0200 Subject: [PATCH] python-hypothesis: remove package --- srcpkgs/python-hypothesis/template | 21 --------------------- srcpkgs/python-hypothesis/update | 1 - 2 files changed, 22 deletions(-) delete mode 100644 srcpkgs/python-hypothesis/template delete mode 100644 srcpkgs/python-hypothesis/update diff --git a/srcpkgs/python-hypothesis/template b/srcpkgs/python-hypothesis/template deleted file mode 100644 index fdd629732bc..00000000000 --- a/srcpkgs/python-hypothesis/template +++ /dev/null @@ -1,21 +0,0 @@ -# Template file for 'python-hypothesis' -pkgname=python-hypothesis -version=4.38.2 -revision=5 -wrksrc="hypothesis-hypothesis-python-${version}" -build_wrksrc=hypothesis-python -build_style=python2-module -hostmakedepends="python-setuptools" -depends="python-attrs python-coverage python-enum34" -checkdepends="python-coverage python-enum34 python-pytest" -short_desc="Python2 library for property based testing" -maintainer="Orphaned " -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=c53b652ed15350b0116bc1dd28516a71988437da772e25903309aa526f9c719e - -do_check() { - PYTHONPATH="${PWD}/build-2.7/lib" python2 -m pytest tests/py2 -} diff --git a/srcpkgs/python-hypothesis/update b/srcpkgs/python-hypothesis/update deleted file mode 100644 index d92e11af955..00000000000 --- a/srcpkgs/python-hypothesis/update +++ /dev/null @@ -1 +0,0 @@ -pkgname=hypothesis-python