summaryrefslogtreecommitdiff
path: root/dev-python/pytest-gitconfig
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 19:09:37 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 19:09:37 -0500
commitb590c8d7572b727d565cc0b8ff660d43569845de (patch)
tree06f7a4102ea4e845df8b66660f252920d52952f9 /dev-python/pytest-gitconfig
parent24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff)
downloadbaldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz
baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz
baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip
Adding metadata
Diffstat (limited to 'dev-python/pytest-gitconfig')
-rw-r--r--dev-python/pytest-gitconfig/Manifest2
-rw-r--r--dev-python/pytest-gitconfig/metadata.xml9
-rw-r--r--dev-python/pytest-gitconfig/pytest-gitconfig-0.9.0.ebuild28
3 files changed, 39 insertions, 0 deletions
diff --git a/dev-python/pytest-gitconfig/Manifest b/dev-python/pytest-gitconfig/Manifest
new file mode 100644
index 000000000000..0162b11a4f4e
--- /dev/null
+++ b/dev-python/pytest-gitconfig/Manifest
@@ -0,0 +1,2 @@
+DIST pytest_gitconfig-0.9.0.tar.gz 10078 BLAKE2B 7354c3f3cc1cb603428d6a3231d325276265d3aabb25970e372e8c20189a903e51cbed8b9f3d40b7cf24d6a1b54e618a42d368a92be50a6cc0fdd792d4b5be22 SHA512 03c6cdef1526656abdfabac8afe92999e85cff8997f5d27073f8d24c9e9e03cbf1016777bfc8a3de3213151b87aa629f2aad8de2b0056105f288fa2ef12f2d02
+DIST pytest_gitconfig-0.9.0.tar.gz.provenance 9705 BLAKE2B 2549e8b0459b77e86b35a0d6d3a10fab90965f5d07302c609baa04ff7eb0d62aebc98ea367e5743feb8ccf69d1f98ebf98e5ae152f814f5a985a6ac3650873ec SHA512 b8efc3a67a7016cd0e5328d969991ad40108973c0d236ca8a38da3c54c2f12623e30949fe28460a689984b476e07bbb713b115e3a3f4df2787166e11916a230a
diff --git a/dev-python/pytest-gitconfig/metadata.xml b/dev-python/pytest-gitconfig/metadata.xml
new file mode 100644
index 000000000000..d34971a915e9
--- /dev/null
+++ b/dev-python/pytest-gitconfig/metadata.xml
@@ -0,0 +1,9 @@
+<?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>
+ </maintainer>
+ <stabilize-allarches />
+ <origin>baldeagleos-repo</origin>
+</pkgmetadata>
diff --git a/dev-python/pytest-gitconfig/pytest-gitconfig-0.9.0.ebuild b/dev-python/pytest-gitconfig/pytest-gitconfig-0.9.0.ebuild
new file mode 100644
index 000000000000..18de2e018eab
--- /dev/null
+++ b/dev-python/pytest-gitconfig/pytest-gitconfig-0.9.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYPI_VERIFY_REPO=https://github.com/noirbizarre/pytest-gitconfig
+PYTHON_COMPAT=( python3_{13..14} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Provide a Git config sandbox for testing"
+HOMEPAGE="
+ https://github.com/noirbizarre/pytest-gitconfig/
+ https://pypi.org/project/pytest-gitconfig/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv"
+
+RDEPEND="
+ >=dev-python/pytest-7.1.2[${PYTHON_USEDEP}]
+"
+
+EPYTEST_PLUGINS=( "${PN}" )
+EPYTEST_PLUGIN_LOAD_VIA_ENV=1
+distutils_enable_tests pytest