# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="threads(+),sqlite" inherit distutils-r1 optfeature 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 -> ${P}.gh.tar.gz" S="${WORKDIR}/${PN}-${PN}-python-${PV}/${PN}-python" LICENSE="MPL-2.0" SLOT="python2" KEYWORDS="~alpha amd64 ~arm arm64 ~hppa sparc x86" IUSE="test" RESTRICT="mirror !test? ( test )" RDEPEND=" >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}] dev-python/enum34[${PYTHON_USEDEP}] >=dev-python/sortedcontainers-2.1.0[${PYTHON_USEDEP}] !