commit:     ed63b1d0c7eea70ea091a29d73d92655efd71f53
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 11 07:53:02 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Nov 11 08:00:50 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed63b1d0

dev-python/pytest-gitconfig: New package, v0.8.0

Needed by dev-python/griffe now.

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pytest-gitconfig/Manifest               |  2 ++
 dev-python/pytest-gitconfig/metadata.xml           | 12 ++++++++++
 .../pytest-gitconfig/pytest-gitconfig-0.8.0.ebuild | 28 ++++++++++++++++++++++
 3 files changed, 42 insertions(+)

diff --git a/dev-python/pytest-gitconfig/Manifest 
b/dev-python/pytest-gitconfig/Manifest
new file mode 100644
index 000000000000..1d01224e1940
--- /dev/null
+++ b/dev-python/pytest-gitconfig/Manifest
@@ -0,0 +1,2 @@
+DIST pytest_gitconfig-0.8.0.tar.gz 9107 BLAKE2B 
05182aa1a04a8132ab1cbf73401d69ca6527486f95839e497ae4880c6f72c669397399e2eca451e7a82fed4b52cee1a47f490b348d86bc9d26b27103ddc815eb
 SHA512 
c0ff10a371793767175ba2fd81c2ee0ae996886c0abd71d94bc21c8e80be1676693d75f415e4e9a2de079ba138b51268fca6844ff5fc03ef29cef1e60787ed7a
+DIST pytest_gitconfig-0.8.0.tar.gz.provenance 9648 BLAKE2B 
1cee9bf21ca4945a8d6d2728f7fc6db7b9606dfa249fe46f600c1864af039c2cd8103990d01c1c057a329b170987138e6fed0c1d536daddd950a6c3220aea9ba
 SHA512 
4885f862ac801db41c4a7b4714e497b32d30a236981ea48f7b890105311aaaf55dcb0430e059a0c90818047bc97d9287711869a3fcbcfb53dbde609f94827c64

diff --git a/dev-python/pytest-gitconfig/metadata.xml 
b/dev-python/pytest-gitconfig/metadata.xml
new file mode 100644
index 000000000000..672081b22fd5
--- /dev/null
+++ b/dev-python/pytest-gitconfig/metadata.xml
@@ -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>[email protected]</email>
+       </maintainer>
+       <stabilize-allarches/>
+       <upstream>
+               <remote-id 
type="github">noirbizarre/pytest-gitconfig</remote-id>
+               <remote-id type="pypi">pytest-gitconfig</remote-id>
+       </upstream>
+</pkgmetadata>

diff --git a/dev-python/pytest-gitconfig/pytest-gitconfig-0.8.0.ebuild 
b/dev-python/pytest-gitconfig/pytest-gitconfig-0.8.0.ebuild
new file mode 100644
index 000000000000..025976cf500f
--- /dev/null
+++ b/dev-python/pytest-gitconfig/pytest-gitconfig-0.8.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=( pypy3_11 python3_{11..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"
+
+RDEPEND="
+       >=dev-python/pytest-7.1.2[${PYTHON_USEDEP}]
+"
+
+EPYTEST_PLUGINS=( "${PN}" )
+EPYTEST_PLUGIN_LOAD_VIA_ENV=1
+distutils_enable_tests pytest

Reply via email to