diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/test2ref | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.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 | 13 | ||||
| -rw-r--r-- | dev-python/test2ref/test2ref-1.2.3.ebuild | 37 |
3 files changed, 0 insertions, 51 deletions
diff --git a/dev-python/test2ref/Manifest b/dev-python/test2ref/Manifest deleted file mode 100644 index edecb83b5eea..000000000000 --- a/dev-python/test2ref/Manifest +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index e22445909ca8..000000000000 --- a/dev-python/test2ref/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?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> - <name>Python</name> - </maintainer> - <stabilize-allarches/> - <upstream> - <remote-id type="github">nbiotcloud/test2ref</remote-id> - <remote-id type="pypi">test2ref</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/test2ref/test2ref-1.2.3.ebuild b/dev-python/test2ref/test2ref-1.2.3.ebuild deleted file mode 100644 index 0836ed657312..000000000000 --- a/dev-python/test2ref/test2ref-1.2.3.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# 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= -} |
