# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="threads(+),sqlite" inherit distutils-r1 eutils DESCRIPTION="A library for property based testing" HOMEPAGE="https://github.com/HypothesisWorks/hypothesis https://pypi.org/project/hypothesis/" SRC_URI="https://github.com/HypothesisWorks/${PN}/archive/${PN}-python-${PV}.tar.gz" LICENSE="MPL-2.0" SLOT="python2" KEYWORDS="~alpha amd64 ~arm arm64 ~hppa sparc x86" IUSE="test" RESTRICT="!test? ( test )" RDEPEND=" >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}] dev-python/enum34[${PYTHON_USEDEP}] >=dev-python/sortedcontainers-2.1.0[${PYTHON_USEDEP}] !