commit: b8bdda45caf6d57ed1c632085ced759704ee47f2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 28 13:48:06 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 28 14:26:30 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8bdda45
dev-python/hypothesis-gentoo: Bump to 4
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/hypothesis-gentoo/Manifest | 1 +
.../hypothesis-gentoo/hypothesis-gentoo-4.ebuild | 24 ++++++++++++++++++++++
2 files changed, 25 insertions(+)
diff --git a/dev-python/hypothesis-gentoo/Manifest
b/dev-python/hypothesis-gentoo/Manifest
index 22215be2f10e..6d6ef0d64df3 100644
--- a/dev-python/hypothesis-gentoo/Manifest
+++ b/dev-python/hypothesis-gentoo/Manifest
@@ -1 +1,2 @@
DIST hypothesis_gentoo-3.tar.gz 2201 BLAKE2B
7fc480dbbf559ffca71be6eb5cc5c6186e892ad53776bc5d84ddc649be8d1fe9a181cecacb82806c161078d57a9b286434b921f15cd4b57a6ad6005baa300e05
SHA512
2b3df0b18bf3513de77712e3fdda1c14ac049f957c85fe50da4126146e2a95354079a69ebc3c8af962c30808ba97df21a8084ce0c6c5013c0a45fb8e83e9c02a
+DIST hypothesis_gentoo-4.tar.gz 2183 BLAKE2B
1037b30bf586eba5fa682bac338296ad43add9ce81422cf2b7a1ed44fb531e65c696f1cf3af04d1d94103162f9273a67165b830e359031083386c70c575c04c2
SHA512
68df70dbcdad5f53de0851730896883549686ad4b50be9663fb8ff4e7d9133e44c44158df2bf1741a91bd8b80fd5e0c064b141ecbda3c068d111ec70bc46d4a6
diff --git a/dev-python/hypothesis-gentoo/hypothesis-gentoo-4.ebuild
b/dev-python/hypothesis-gentoo/hypothesis-gentoo-4.ebuild
new file mode 100644
index 000000000000..9809f49fca73
--- /dev/null
+++ b/dev-python/hypothesis-gentoo/hypothesis-gentoo-4.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} python3_{13,14}t )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Plugin to create 'gentoo' hypothesis profile, disabling health
checks"
+HOMEPAGE="
+ https://github.com/projg2/hypothesis-gentoo/
+ https://pypi.org/project/hypothesis-gentoo/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64
~riscv ~s390 ~sparc ~x86"
+
+# No RDEP on hypothesis -- it is only imported in the hypothesis hook
+
+EPYTEST_PLUGINS=( hypothesis )
+distutils_enable_tests pytest