dev-python/pytest-gitconfig: Remove old

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-04-04 20:25:26 +02:00
parent 578556bbfc
commit 2f3e78817f
2 changed files with 0 additions and 30 deletions

View File

@@ -1,4 +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
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

View File

@@ -1,28 +0,0 @@
# 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 ~arm64 ~riscv"
RDEPEND="
>=dev-python/pytest-7.1.2[${PYTHON_USEDEP}]
"
EPYTEST_PLUGINS=( "${PN}" )
EPYTEST_PLUGIN_LOAD_VIA_ENV=1
distutils_enable_tests pytest