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

Needed by dev-python/griffe now.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-11-11 08:53:02 +01:00
parent 0a72482929
commit ed63b1d0c7
3 changed files with 42 additions and 0 deletions

View File

@@ -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

View File

@@ -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>python@gentoo.org</email>
</maintainer>
<stabilize-allarches/>
<upstream>
<remote-id type="github">noirbizarre/pytest-gitconfig</remote-id>
<remote-id type="pypi">pytest-gitconfig</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -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