public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hypothesis-gentoo/
@ 2025-07-12  5:05 Michał Górny
  0 siblings, 0 replies; 16+ messages in thread
From: Michał Górny @ 2025-07-12  5:05 UTC (permalink / raw
  To: gentoo-commits

commit:     2121bd955b56bcfbcfca92bec5669532acb575a0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  5 05:11:12 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 12 05:05:16 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2121bd95

dev-python/hypothesis-gentoo: New package, v3

New Hypothesis plugin that provides a "gentoo" profile, that disables
health checks.

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
Part-of: https://github.com/gentoo/gentoo/pull/42876
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/hypothesis-gentoo/Manifest              |  1 +
 .../hypothesis-gentoo/hypothesis-gentoo-3.ebuild   | 24 ++++++++++++++++++++++
 dev-python/hypothesis-gentoo/metadata.xml          | 12 +++++++++++
 3 files changed, 37 insertions(+)

diff --git a/dev-python/hypothesis-gentoo/Manifest b/dev-python/hypothesis-gentoo/Manifest
new file mode 100644
index 000000000000..22215be2f10e
--- /dev/null
+++ b/dev-python/hypothesis-gentoo/Manifest
@@ -0,0 +1 @@
+DIST hypothesis_gentoo-3.tar.gz 2201 BLAKE2B 7fc480dbbf559ffca71be6eb5cc5c6186e892ad53776bc5d84ddc649be8d1fe9a181cecacb82806c161078d57a9b286434b921f15cd4b57a6ad6005baa300e05 SHA512 2b3df0b18bf3513de77712e3fdda1c14ac049f957c85fe50da4126146e2a95354079a69ebc3c8af962c30808ba97df21a8084ce0c6c5013c0a45fb8e83e9c02a

diff --git a/dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild b/dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild
new file mode 100644
index 000000000000..9719d340ed4a
--- /dev/null
+++ b/dev-python/hypothesis-gentoo/hypothesis-gentoo-3.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} )
+
+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="~amd64"
+
+# No RDEP on hypothesis -- it is only imported in the hypothesis hook
+
+EPYTEST_PLUGINS=( hypothesis )
+distutils_enable_tests pytest

diff --git a/dev-python/hypothesis-gentoo/metadata.xml b/dev-python/hypothesis-gentoo/metadata.xml
new file mode 100644
index 000000000000..b488477c0a2c
--- /dev/null
+++ b/dev-python/hypothesis-gentoo/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>python@gentoo.org</email>
+	</maintainer>
+	<stabilize-allarches/>
+	<upstream>
+		<remote-id type="github">projg2/hypothesis-gentoo</remote-id>
+		<remote-id type="pypi">hypothesis-gentoo</remote-id>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/hypothesis-gentoo/
@ 2025-07-12  5:48 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2025-07-12  5:48 UTC (permalink / raw
  To: gentoo-commits

commit:     182c9cde04a331036f4feab1a3fd34337d49c9e2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 12 05:47:39 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 12 05:47:39 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=182c9cde

dev-python/hypothesis-gentoo: Keyword 3 arm64, #959943

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild b/dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild
index 9719d340ed4a..a90af1d045cb 100644
--- a/dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild
+++ b/dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 
 # No RDEP on hypothesis -- it is only imported in the hypothesis hook
 


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/hypothesis-gentoo/
@ 2025-07-12  5:48 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2025-07-12  5:48 UTC (permalink / raw
  To: gentoo-commits

commit:     7538a6227e194addb140839143f702a6514a76d9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 12 05:47:41 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 12 05:47:41 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7538a622

dev-python/hypothesis-gentoo: Keyword 3 arm, #959943

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild b/dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild
index a90af1d045cb..ab235dfa87eb 100644
--- a/dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild
+++ b/dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64"
 
 # No RDEP on hypothesis -- it is only imported in the hypothesis hook
 


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/hypothesis-gentoo/
@ 2025-07-12  6:43 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2025-07-12  6:43 UTC (permalink / raw
  To: gentoo-commits

commit:     8f7c3aa2b651afca965fba466e52122517ef0136
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 12 06:42:18 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 12 06:42:18 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f7c3aa2

dev-python/hypothesis-gentoo: Keyword 3 alpha, #959943

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild b/dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild
index ab235dfa87eb..1f11e6b3dd2e 100644
--- a/dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild
+++ b/dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64"
 
 # No RDEP on hypothesis -- it is only imported in the hypothesis hook
 


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/hypothesis-gentoo/
@ 2025-07-12  6:43 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2025-07-12  6:43 UTC (permalink / raw
  To: gentoo-commits

commit:     bea1e66f9a81bbd4199f75df53165340d16e0289
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 12 06:42:20 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 12 06:42:20 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bea1e66f

dev-python/hypothesis-gentoo: Keyword 3 ppc64, #959943

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild b/dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild
index 1f11e6b3dd2e..5cfee27c81a4 100644
--- a/dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild
+++ b/dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc64"
 
 # No RDEP on hypothesis -- it is only imported in the hypothesis hook
 


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/hypothesis-gentoo/
@ 2025-07-12  6:43 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2025-07-12  6:43 UTC (permalink / raw
  To: gentoo-commits

commit:     fb04110f8c86244919ae1aece13a16862877db77
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 12 06:42:22 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 12 06:42:22 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb04110f

dev-python/hypothesis-gentoo: Keyword 3 x86, #959943

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild b/dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild
index 5cfee27c81a4..632a0f2bc221 100644
--- a/dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild
+++ b/dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc64"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc64 ~x86"
 
 # No RDEP on hypothesis -- it is only imported in the hypothesis hook
 


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/hypothesis-gentoo/
@ 2025-07-12  6:43 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2025-07-12  6:43 UTC (permalink / raw
  To: gentoo-commits

commit:     2e076f113ac505c458d422594a4c479021b1cd5e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 12 06:42:23 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 12 06:42:23 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e076f11

dev-python/hypothesis-gentoo: Keyword 3 ppc, #959943

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild b/dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild
index 632a0f2bc221..ef5b848de32e 100644
--- a/dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild
+++ b/dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 
 # No RDEP on hypothesis -- it is only imported in the hypothesis hook
 


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/hypothesis-gentoo/
@ 2025-07-12 10:15 Arthur Zamarin
  0 siblings, 0 replies; 16+ messages in thread
From: Arthur Zamarin @ 2025-07-12 10:15 UTC (permalink / raw
  To: gentoo-commits

commit:     368299781eac8d9150c4d234b119425df08d607d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 12 10:15:01 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 12 10:15:01 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36829978

dev-python/hypothesis-gentoo: Keyword 3 s390, #959943

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild b/dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild
index ef5b848de32e..bad84d836147 100644
--- a/dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild
+++ b/dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~s390 ~x86"
 
 # No RDEP on hypothesis -- it is only imported in the hypothesis hook
 


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/hypothesis-gentoo/
@ 2025-07-12 10:50 Jakov Smolić
  0 siblings, 0 replies; 16+ messages in thread
From: Jakov Smolić @ 2025-07-12 10:50 UTC (permalink / raw
  To: gentoo-commits

commit:     8f1ec3ed1de5bfade6b5ef1623cf5376565bf41a
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 12 10:50:14 2025 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Jul 12 10:50:14 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f1ec3ed

dev-python/hypothesis-gentoo: Keyword 3 riscv, #959943

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild b/dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild
index bad84d836147..c8b45683edba 100644
--- a/dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild
+++ b/dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~s390 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~x86"
 
 # No RDEP on hypothesis -- it is only imported in the hypothesis hook
 


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/hypothesis-gentoo/
@ 2025-07-15  5:56 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2025-07-15  5:56 UTC (permalink / raw
  To: gentoo-commits

commit:     d412371733acf62e8c2e4d958e6c6a5014e47355
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 15 05:54:57 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 15 05:55:56 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4123717

dev-python/hypothesis-gentoo: Keyword 3 hppa, #959943

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild b/dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild
index c8b45683edba..b1c5e801fdaa 100644
--- a/dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild
+++ b/dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~x86"
 
 # No RDEP on hypothesis -- it is only imported in the hypothesis hook
 


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/hypothesis-gentoo/
@ 2025-07-15  5:56 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2025-07-15  5:56 UTC (permalink / raw
  To: gentoo-commits

commit:     5f14fad29f3968a32d92d1d3713a5da7afde63d4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 15 05:55:01 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 15 05:55:56 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f14fad2

dev-python/hypothesis-gentoo: Keyword 3 sparc, #959943

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild b/dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild
index b1c5e801fdaa..2fc41bed855e 100644
--- a/dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild
+++ b/dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 # No RDEP on hypothesis -- it is only imported in the hypothesis hook
 


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/hypothesis-gentoo/
@ 2025-07-15  6:46 Michał Górny
  0 siblings, 0 replies; 16+ messages in thread
From: Michał Górny @ 2025-07-15  6:46 UTC (permalink / raw
  To: gentoo-commits

commit:     7f134dabd55a1356f6e93760d9dbe7fadef0ef86
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 15 06:41:08 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jul 15 06:41:08 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f134dab

dev-python/hypothesis-gentoo: Keyword 3 loong m68k mips, #959943

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild b/dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild
index 2fc41bed855e..8d93a5d56f70 100644
--- a/dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild
+++ b/dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+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
 


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/hypothesis-gentoo/
@ 2025-07-15  6:46 Michał Górny
  0 siblings, 0 replies; 16+ messages in thread
From: Michał Górny @ 2025-07-15  6:46 UTC (permalink / raw
  To: gentoo-commits

commit:     6c64dc2def3db728a8df3f28a34574615c025a45
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 15 06:43:53 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jul 15 06:43:53 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c64dc2d

dev-python/hypothesis-gentoo: Enable py3.13t & py3.14t

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild b/dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild
index 8d93a5d56f70..9809f49fca73 100644
--- a/dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild
+++ b/dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} python3_{13,14}t )
 
 inherit distutils-r1 pypi
 


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/hypothesis-gentoo/
@ 2025-08-02 12:02 Arthur Zamarin
  0 siblings, 0 replies; 16+ messages in thread
From: Arthur Zamarin @ 2025-08-02 12:02 UTC (permalink / raw
  To: gentoo-commits

commit:     b9e23f11b9d65ba77072d509dfeb0484559c2f6a
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  2 12:02:31 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Aug  2 12:02:31 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9e23f11

dev-python/hypothesis-gentoo: Stabilize 4 ppc64, #960991

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/hypothesis-gentoo/hypothesis-gentoo-4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hypothesis-gentoo/hypothesis-gentoo-4.ebuild b/dev-python/hypothesis-gentoo/hypothesis-gentoo-4.ebuild
index 9809f49fca73..0f7dacaddf3e 100644
--- a/dev-python/hypothesis-gentoo/hypothesis-gentoo-4.ebuild
+++ b/dev-python/hypothesis-gentoo/hypothesis-gentoo-4.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+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
 


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/hypothesis-gentoo/
@ 2025-08-02 15:11 Arthur Zamarin
  0 siblings, 0 replies; 16+ messages in thread
From: Arthur Zamarin @ 2025-08-02 15:11 UTC (permalink / raw
  To: gentoo-commits

commit:     fe7c9994ab17a1c2085f7dfd3485c718763a17b0
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  2 15:10:56 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Aug  2 15:10:56 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe7c9994

dev-python/hypothesis-gentoo: Stabilize 4 arm64, #960991

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/hypothesis-gentoo/hypothesis-gentoo-4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hypothesis-gentoo/hypothesis-gentoo-4.ebuild b/dev-python/hypothesis-gentoo/hypothesis-gentoo-4.ebuild
index 3c9b58db8e02..175e7ba9a733 100644
--- a/dev-python/hypothesis-gentoo/hypothesis-gentoo-4.ebuild
+++ b/dev-python/hypothesis-gentoo/hypothesis-gentoo-4.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
+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
 


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/hypothesis-gentoo/
@ 2025-08-02 16:30 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2025-08-02 16:30 UTC (permalink / raw
  To: gentoo-commits

commit:     23addc30124aac7a119d08d8fe87800919a49cf1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  2 16:29:45 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug  2 16:29:45 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23addc30

dev-python/hypothesis-gentoo: Stabilize 4 amd64, #960991

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/hypothesis-gentoo/hypothesis-gentoo-4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hypothesis-gentoo/hypothesis-gentoo-4.ebuild b/dev-python/hypothesis-gentoo/hypothesis-gentoo-4.ebuild
index 175e7ba9a733..623b864e8b7b 100644
--- a/dev-python/hypothesis-gentoo/hypothesis-gentoo-4.ebuild
+++ b/dev-python/hypothesis-gentoo/hypothesis-gentoo-4.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
+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
 


^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2025-08-02 16:31 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-12  5:48 [gentoo-commits] repo/gentoo:master commit in: dev-python/hypothesis-gentoo/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2025-08-02 16:30 Sam James
2025-08-02 15:11 Arthur Zamarin
2025-08-02 12:02 Arthur Zamarin
2025-07-15  6:46 Michał Górny
2025-07-15  6:46 Michał Górny
2025-07-15  5:56 Sam James
2025-07-15  5:56 Sam James
2025-07-12 10:50 Jakov Smolić
2025-07-12 10:15 Arthur Zamarin
2025-07-12  6:43 Sam James
2025-07-12  6:43 Sam James
2025-07-12  6:43 Sam James
2025-07-12  6:43 Sam James
2025-07-12  5:48 Sam James
2025-07-12  5:05 Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox