Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hypothesis/
Date: Tue, 05 Jul 2022 06:07:40
Message-Id: 1657001248.edf24ec28a6df94c913202fe72647833e991a44e.mgorny@gentoo
1 commit: edf24ec28a6df94c913202fe72647833e991a44e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 5 05:22:19 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 5 06:07:28 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edf24ec2
7
8 dev-python/hypothesis: Bump to 6.49.0
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/hypothesis/Manifest | 1 +
13 dev-python/hypothesis/hypothesis-6.49.0.ebuild | 76 ++++++++++++++++++++++++++
14 2 files changed, 77 insertions(+)
15
16 diff --git a/dev-python/hypothesis/Manifest b/dev-python/hypothesis/Manifest
17 index c5ae9bbf2d1b..aa73f5ebdf6c 100644
18 --- a/dev-python/hypothesis/Manifest
19 +++ b/dev-python/hypothesis/Manifest
20 @@ -1,4 +1,5 @@
21 DIST hypothesis-6.48.2.gh.tar.gz 9316125 BLAKE2B a35fde81976dcc874897bb14cbb65f55b4c54f065ed84a69a6ff41274e35013acac404a2234577e9d9f9cc3674d1496102a356289fa3b8d0f1371d7da3d839ad SHA512 3c38941cb17b0a22e547a8da84821b0e83f70da3e4476e8865d91eea90dc0175782084dc2a02b17b8db7a9e177e076a7e4d4044f0cad86f2e658ae01a6be2775
22 DIST hypothesis-6.48.3.gh.tar.gz 9316363 BLAKE2B 25e2e722d9c57902c62eff687959af340ebece8153b581acaee568bda965f635950fd8e2a304d687c69e57fafcb2f6ad7be69a7aad193119ac9766d659cc58ab SHA512 0bf8b2ded8567051dccb4651099ef4010dcb86b779ad2b765b0bd16e36ed7fa176f7698ec1c9cfa388f6de22c33c5c0d55b3168d43f9b940d1ba1bee3d930914
23 +DIST hypothesis-6.49.0.gh.tar.gz 9317131 BLAKE2B 670c35c2ad6426fb7282fab3d85a1b185e38116ca584ff1bdaf1f406a6dd900c6c5c74777269acd72fffd86b3ccc210041323041c2af0296e0cce5c86295d286 SHA512 4064215c39c3888226abcf4d16200970e8ac0841d71a8e7d1292813caed802a90b658c309257648d336e9fe8750423da91f71ce5038a7b8e128bd468984ba318
24 DIST hypothesis-hypothesis-python-6.46.11.gh.tar.gz 9312248 BLAKE2B 78b5ca5bd38bd62d2fe50ab929df075e253c059aed329d6b52051fb01449f8de84ae340ba42a4af94ef592411139a45d34aad232fe4bb2d8412165730bbeca01 SHA512 6fdd54f28d275eb65a4f6e6919437d503eba6254c25e22298c34ac67e6de03cd99a5178b1a475b1da7f7afeed8406e89c20b4818436143f442222d26f0d94796
25 DIST hypothesis-hypothesis-python-6.47.3.gh.tar.gz 9314739 BLAKE2B 282b012e020fc6494b628ba629c576f604db831c219878ab92539fbd1d980f3363e490ef35f888b68902661dd82e682393641d13a882c1177d8570ec232b217a SHA512 c7231ff06ae5846f718e76c48ed4bb8a1fc0f9aff80c7ddd1ff0ead219eb93dcc7f9d5c5e591390661e81a33bcac79773ea620cfe3f246210114635f0c089144
26
27 diff --git a/dev-python/hypothesis/hypothesis-6.49.0.ebuild b/dev-python/hypothesis/hypothesis-6.49.0.ebuild
28 new file mode 100644
29 index 000000000000..1065b755121f
30 --- /dev/null
31 +++ b/dev-python/hypothesis/hypothesis-6.49.0.ebuild
32 @@ -0,0 +1,76 @@
33 +# Copyright 1999-2022 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=8
37 +
38 +DISTUTILS_USE_PEP517=setuptools
39 +CLI_COMPAT=( python3_{8..10} )
40 +PYTHON_COMPAT=( "${CLI_COMPAT[@]}" python3_11 pypy3 )
41 +PYTHON_REQ_USE="threads(+),sqlite"
42 +
43 +inherit distutils-r1 multiprocessing optfeature
44 +
45 +TAG=hypothesis-python-${PV}
46 +MY_P=hypothesis-${TAG}
47 +DESCRIPTION="A library for property based testing"
48 +HOMEPAGE="
49 + https://github.com/HypothesisWorks/hypothesis/
50 + https://pypi.org/project/hypothesis/
51 +"
52 +SRC_URI="
53 + https://github.com/HypothesisWorks/hypothesis/archive/${TAG}.tar.gz
54 + -> ${P}.gh.tar.gz
55 +"
56 +S="${WORKDIR}/${MY_P}/hypothesis-python"
57 +
58 +LICENSE="MPL-2.0"
59 +SLOT="0"
60 +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
61 +IUSE="cli"
62 +
63 +RDEPEND="
64 + >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
65 + >=dev-python/sortedcontainers-2.1.0[${PYTHON_USEDEP}]
66 + $(python_gen_cond_dep '
67 + >=dev-python/exceptiongroup-1.0.0_rc8[${PYTHON_USEDEP}]
68 + ' 3.8 3.9 3.10)
69 + cli? (
70 + $(python_gen_cond_dep '
71 + dev-python/black[${PYTHON_USEDEP}]
72 + dev-python/click[${PYTHON_USEDEP}]
73 + ' "${CLI_COMPAT[@]}")
74 + )
75 +"
76 +BDEPEND="
77 + test? (
78 + dev-python/mock[${PYTHON_USEDEP}]
79 + dev-python/pexpect[${PYTHON_USEDEP}]
80 + dev-python/pytest-xdist[${PYTHON_USEDEP}]
81 + )
82 +"
83 +
84 +distutils_enable_tests pytest
85 +
86 +python_test() {
87 + # subtests are broken by warnings from random plugins
88 + local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
89 + local -x PYTEST_PLUGINS=xdist.plugin,pytest_forked,_hypothesis_pytestplugin
90 +
91 + epytest tests/cover tests/pytest tests/quality -n "$(makeopts_jobs)"
92 +}
93 +
94 +python_install() {
95 + distutils-r1_python_install
96 + if ! use cli || ! has "${EPYTHON}" "${CLI_COMPAT[@]/_/.}"; then
97 + rm -r "${ED}/usr/bin" "${D}$(python_get_scriptdir)" || die
98 + fi
99 +}
100 +
101 +pkg_postinst() {
102 + optfeature "datetime support" dev-python/pytz
103 + optfeature "dateutil support" dev-python/python-dateutil
104 + optfeature "numpy support" dev-python/numpy
105 + optfeature "django support" dev-python/django dev-python/pytz
106 + optfeature "pandas support" dev-python/pandas
107 + optfeature "pytest support" dev-python/pytest
108 +}