diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /dev-python/test2ref | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'dev-python/test2ref')
| -rw-r--r-- | dev-python/test2ref/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/test2ref/metadata.xml | 10 | ||||
| -rw-r--r-- | dev-python/test2ref/test2ref-1.2.3.ebuild | 37 |
3 files changed, 48 insertions, 0 deletions
diff --git a/dev-python/test2ref/Manifest b/dev-python/test2ref/Manifest new file mode 100644 index 000000000000..edecb83b5eea --- /dev/null +++ b/dev-python/test2ref/Manifest @@ -0,0 +1 @@ +DIST test2ref-1.2.3.tar.gz 10401 BLAKE2B d2f75e24151b52d326d89165cba7fdfb15bcb3a625bb2c25d6ffb821f2427329e4e8f52af941ea006f5ea94b40074f1ac784aa499306c5e47471c4d315d9ce77 SHA512 340048744b886c32479d2863d8234e429d92771e341d1551a7a1d845ca705ff2f9793eddf360ea8c0dbe6fcd7575739fd140b1afb3e4b756ace8750cf660280f diff --git a/dev-python/test2ref/metadata.xml b/dev-python/test2ref/metadata.xml new file mode 100644 index 000000000000..5e95859f915a --- /dev/null +++ b/dev-python/test2ref/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <stabilize-allarches /> + <origin>baldeagleos-repo</origin> +</pkgmetadata> diff --git a/dev-python/test2ref/test2ref-1.2.3.ebuild b/dev-python/test2ref/test2ref-1.2.3.ebuild new file mode 100644 index 000000000000..0836ed657312 --- /dev/null +++ b/dev-python/test2ref/test2ref-1.2.3.ebuild @@ -0,0 +1,37 @@ +# Copyright 2025-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=pdm-backend +PYTHON_COMPAT=( python3_{13..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Testing Against Learned Reference Data" +HOMEPAGE=" + https://github.com/nbiotcloud/test2ref + https://pypi.org/project/test2ref/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-python/binaryornot[${PYTHON_USEDEP}] +" + +EPYTEST_DESELECT=( + # Whitespace differences + 'tests/test_main.py::test_caplog[False]' + 'tests/test_main.py::test_caplog[True]' +) + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest + +python_test() { + # addopts= to avoid pytest-cov + epytest -o addopts= +} |
