mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
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@gentoo.org> Part-of: https://github.com/gentoo/gentoo/pull/42876 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
1
dev-python/hypothesis-gentoo/Manifest
Normal file
1
dev-python/hypothesis-gentoo/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST hypothesis_gentoo-3.tar.gz 2201 BLAKE2B 7fc480dbbf559ffca71be6eb5cc5c6186e892ad53776bc5d84ddc649be8d1fe9a181cecacb82806c161078d57a9b286434b921f15cd4b57a6ad6005baa300e05 SHA512 2b3df0b18bf3513de77712e3fdda1c14ac049f957c85fe50da4126146e2a95354079a69ebc3c8af962c30808ba97df21a8084ce0c6c5013c0a45fb8e83e9c02a
|
||||
24
dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild
Normal file
24
dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild
Normal file
@@ -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
|
||||
12
dev-python/hypothesis-gentoo/metadata.xml
Normal file
12
dev-python/hypothesis-gentoo/metadata.xml
Normal file
@@ -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>
|
||||
Reference in New Issue
Block a user