Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hypothesis/
Date: Sat, 02 Jul 2022 12:08:59
Message-Id: 1656763713.a84561def057f2c3c2c8d505d4c92502f2bd6f0f.arthurzam@gentoo
1 commit: a84561def057f2c3c2c8d505d4c92502f2bd6f0f
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 12:08:33 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 12:08:33 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a84561de
7
8 dev-python/hypothesis: drop 6.46.9
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/hypothesis/Manifest | 1 -
13 dev-python/hypothesis/hypothesis-6.46.9.ebuild | 65 --------------------------
14 2 files changed, 66 deletions(-)
15
16 diff --git a/dev-python/hypothesis/Manifest b/dev-python/hypothesis/Manifest
17 index a95fc5ed958f..4d8a6af6ac3e 100644
18 --- a/dev-python/hypothesis/Manifest
19 +++ b/dev-python/hypothesis/Manifest
20 @@ -7,4 +7,3 @@ DIST hypothesis-hypothesis-python-6.47.2.gh.tar.gz 9314053 BLAKE2B df607e7d81a28
21 DIST hypothesis-hypothesis-python-6.47.3.gh.tar.gz 9314739 BLAKE2B 282b012e020fc6494b628ba629c576f604db831c219878ab92539fbd1d980f3363e490ef35f888b68902661dd82e682393641d13a882c1177d8570ec232b217a SHA512 c7231ff06ae5846f718e76c48ed4bb8a1fc0f9aff80c7ddd1ff0ead219eb93dcc7f9d5c5e591390661e81a33bcac79773ea620cfe3f246210114635f0c089144
22 DIST hypothesis-hypothesis-python-6.47.4.gh.tar.gz 9314838 BLAKE2B 183048d7d784f8e64bcac1f5bb53b6b9f945b38d555aebd84d0966bcf64178e952f767dcf63122d9b3e8d41d79034b4b11074335e5dbb7575b5f78e152d05c25 SHA512 17a7388ac03ea9029bc5a90f24aa85c3f825bd04ceee963ff7f144ff675b0465afdd22edc5608931f1fd60e83c59d10be24dd74ed64015f942c3f09956b652d7
23 DIST hypothesis-hypothesis-python-6.47.5.gh.tar.gz 9315253 BLAKE2B f1b9829c2b0ba7f82dd49289feaf22100901674e0f394520c3c8d43d2eaab77669cc9d8f355455c1ea23210a17786c8ee6e982d7ca49067c51571491e3c7f43b SHA512 f08d1ac0237292fb3232e0ba11e81520a16f03d2c266f4d05495ffc3d1e801de7fbceee1973c73311f2b18e0cdc88988a2635968e1dd5c493f6887e5d63812fe
24 -DIST hypothesis-python-6.46.9.tar.gz 9311955 BLAKE2B f8cf7e216650401ea8a9b427311d10bc65a21b79eb231864c4ff429baea4600f8d84b05e4b94120551ebe17f1b4b99a65e76157efe9d0a133ad68c22b1c46452 SHA512 e4fed5210ba11977958d4d14f9fb32427b812ea7903f391bbf977ade7ae268770e846b0cd2193585f519a02681e4fabfead23eea5bcededaccc0e7a9857e98cf
25
26 diff --git a/dev-python/hypothesis/hypothesis-6.46.9.ebuild b/dev-python/hypothesis/hypothesis-6.46.9.ebuild
27 deleted file mode 100644
28 index 9435f6b2eaa4..000000000000
29 --- a/dev-python/hypothesis/hypothesis-6.46.9.ebuild
30 +++ /dev/null
31 @@ -1,65 +0,0 @@
32 -# Copyright 1999-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -DISTUTILS_USE_PEP517=setuptools
38 -CLI_COMPAT=( python3_{8..10} )
39 -PYTHON_COMPAT=( "${CLI_COMPAT[@]}" python3_11 pypy3 )
40 -PYTHON_REQ_USE="threads(+),sqlite"
41 -
42 -inherit distutils-r1 multiprocessing optfeature
43 -
44 -DESCRIPTION="A library for property based testing"
45 -HOMEPAGE="https://github.com/HypothesisWorks/hypothesis https://pypi.org/project/hypothesis/"
46 -SRC_URI="https://github.com/HypothesisWorks/${PN}/archive/${PN}-python-${PV}.tar.gz"
47 -S="${WORKDIR}/${PN}-${PN}-python-${PV}/${PN}-python"
48 -
49 -LICENSE="MPL-2.0"
50 -SLOT="0"
51 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
52 -IUSE="cli"
53 -
54 -RDEPEND="
55 - >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
56 - >=dev-python/sortedcontainers-2.1.0[${PYTHON_USEDEP}]
57 - cli? (
58 - $(python_gen_cond_dep '
59 - dev-python/black[${PYTHON_USEDEP}]
60 - dev-python/click[${PYTHON_USEDEP}]
61 - ' "${CLI_COMPAT[@]}")
62 - )
63 -"
64 -BDEPEND="
65 - test? (
66 - dev-python/mock[${PYTHON_USEDEP}]
67 - dev-python/pexpect[${PYTHON_USEDEP}]
68 - dev-python/pytest-xdist[${PYTHON_USEDEP}]
69 - )
70 -"
71 -
72 -distutils_enable_tests pytest
73 -
74 -python_test() {
75 - # subtests are broken by warnings from random plugins
76 - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
77 - local -x PYTEST_PLUGINS=xdist.plugin,pytest_forked,_hypothesis_pytestplugin
78 -
79 - epytest tests/cover tests/pytest tests/quality -n "$(makeopts_jobs)"
80 -}
81 -
82 -python_install() {
83 - distutils-r1_python_install
84 - if ! use cli || ! has "${EPYTHON}" "${CLI_COMPAT[@]/_/.}"; then
85 - rm -r "${ED}/usr/bin" "${D}$(python_get_scriptdir)" || die
86 - fi
87 -}
88 -
89 -pkg_postinst() {
90 - optfeature "datetime support" dev-python/pytz
91 - optfeature "dateutil support" dev-python/python-dateutil
92 - optfeature "numpy support" dev-python/numpy
93 - optfeature "django support" dev-python/django dev-python/pytz
94 - optfeature "pandas support" dev-python/pandas
95 - optfeature "pytest support" dev-python/pytest
96 -}