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