diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-07-17 02:58:50 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-07-17 02:58:50 +0000 |
| commit | 4e3ec32c2336739b75a0f9bc43b33e0f1cbbd717 (patch) | |
| tree | 12d9d98277485353fbb06ed38e39009f8b0104bc /dev-python/hypothesis-gentoo | |
| parent | 41e0438955d0caa8757aa79e0e41040cada3fc18 (diff) | |
| download | baldeagleos-repo-4e3ec32c2336739b75a0f9bc43b33e0f1cbbd717.tar.gz baldeagleos-repo-4e3ec32c2336739b75a0f9bc43b33e0f1cbbd717.tar.xz baldeagleos-repo-4e3ec32c2336739b75a0f9bc43b33e0f1cbbd717.zip | |
Adding metadata
Diffstat (limited to 'dev-python/hypothesis-gentoo')
| -rw-r--r-- | dev-python/hypothesis-gentoo/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild | 24 | ||||
| -rw-r--r-- | dev-python/hypothesis-gentoo/metadata.xml | 10 |
3 files changed, 35 insertions, 0 deletions
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..6a064c0606f7 --- /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=( python3_{9,10,11,12,13} pypy3 ) + +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 diff --git a/dev-python/hypothesis-gentoo/metadata.xml b/dev-python/hypothesis-gentoo/metadata.xml new file mode 100644 index 000000000000..a0d4c5913ba0 --- /dev/null +++ b/dev-python/hypothesis-gentoo/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>python@gentoo.org</email> + </maintainer> + + <origin>gentoo-staging</origin> + <stabilize-allarches/> +</pkgmetadata>
\ No newline at end of file |
