From: Michał Górny Date: Tue, 17 Dec 2019 06:29:19 +0000 (+0100) Subject: dev-python/hypothesis: Bump to 4.55.1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=72cd70852a21b08c341fb96eab8ff2b479d93d12;p=gentoo.git dev-python/hypothesis: Bump to 4.55.1 Signed-off-by: Michał Górny --- diff --git a/dev-python/hypothesis/Manifest b/dev-python/hypothesis/Manifest index d25ca8c3c5b3..35dde470065a 100644 --- a/dev-python/hypothesis/Manifest +++ b/dev-python/hypothesis/Manifest @@ -3,3 +3,4 @@ DIST hypothesis-python-4.47.5.tar.gz 6805022 BLAKE2B 737a558c794f3ac428bef4b3885 DIST hypothesis-python-4.50.8.tar.gz 6814518 BLAKE2B f2c39cae3708fe88d1854cda97633ba420c32fda38093bb852ef45929762cade0f7f0d1ef696ff96f7ebe7460e8bf53f63de9c959bbbd9e8ec162196d307aac0 SHA512 8c77439fd029e2380afbc059d2edf977414997ba81ecdfde14dfe9dbe9515a92e701751d13879c6b879271f817e01926c2dc66945ae76eb141818da1775bc545 DIST hypothesis-python-4.53.2.tar.gz 6815827 BLAKE2B 219ef79b8575f835e5df835a25354041007d44fd517c0f38b1686f5a74660b8f489eb6ceb9ae9a48f67792ec62058647ce76e62c156400fa0de808b03ad41630 SHA512 d2ff624c10e13ff040bdf05b9082f37b2e7529bb9cc98f3972f8240d3802a034580720983e98b7ba6165a98e64ac5692b1e14f5c490f8aabdb9ea7c19364b66f DIST hypothesis-python-4.54.0.tar.gz 6816820 BLAKE2B 1d92c9c5d7370607560a77f481222448b371d437ada3305c5043bc4b7cfadd890c1dcd88692b2bbfd422975073161ad0dc34ff467f1facb8be9a6afb6cb291b7 SHA512 f4ce74e7180de6463197a6c3e9266c8be39545ea955a83291db2ceace5f146ff39c2502e16b5569f4196704ad21891f77c25db94e9d7aedb8ce2e694067e5ba1 +DIST hypothesis-python-4.55.1.tar.gz 9002112 BLAKE2B 16c0c0def078abf2847ce55617c1bfdc93dc085128764fff09724df148b41fd4669ddbee7d9c34f47249283e37b32585fc758e3c6d4cb2035049c3dbf382e568 SHA512 d079bcfce6a37ebf245288d9c615fd0328daa90d81d3dd51a38d351fef4a9da5a79c6abcb63a4f39a71240ae82c5af122f6b01c482225e81889e8474068d6c1a diff --git a/dev-python/hypothesis/hypothesis-4.55.1.ebuild b/dev-python/hypothesis/hypothesis-4.55.1.ebuild new file mode 100644 index 000000000000..3def9e851218 --- /dev/null +++ b/dev-python/hypothesis/hypothesis-4.55.1.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} ) +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="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}] + $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' 'python2*' pypy) +" +BDEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + ${RDEPEND} + dev-python/mock[${PYTHON_USEDEP}] + dev-python/pexpect[${PYTHON_USEDEP}] + >=dev-python/pytest-4.3[${PYTHON_USEDEP}] + !!