commit:     7f83c36c99d0a70048c01de2d6f00aed8795c000
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 12 05:10:38 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 12 05:46:56 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f83c36c

dev-python/pytest-env: Remove old

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

 dev-python/pytest-env/Manifest                |  1 -
 dev-python/pytest-env/pytest-env-1.1.5.ebuild | 43 ---------------------------
 2 files changed, 44 deletions(-)

diff --git a/dev-python/pytest-env/Manifest b/dev-python/pytest-env/Manifest
index ea8b3a62880c..fd89c0e7c079 100644
--- a/dev-python/pytest-env/Manifest
+++ b/dev-python/pytest-env/Manifest
@@ -1,2 +1 @@
-DIST pytest_env-1.1.5.tar.gz 8911 BLAKE2B 
77195479f0a7bfe7b82b164f30c73e37f05002b33b19b605a056f476d02dedf8ed7eb0e116fe88c00dff2732f31d271539389eb790bcd4602c62f93e732530e9
 SHA512 
8f7df6d823067f55b3e761acee76744dc64e2e0f0c1e19ef5ab4db3215e92843279742782e654e652af025126f6c31ba86a54e3ef9e2223ca6057fbdc136ddd1
 DIST pytest_env-1.2.0.tar.gz 8973 BLAKE2B 
d7ce810c44090d6b45e045ec765d9d560b5f257f0cb020d61875744331dd3a798cbe13fca2bb126beebfb765c0bd76019f2b09d6cb7e1ee34bfd4ea8ff65d94d
 SHA512 
b7848196b2417871c976aed54751f5dc46c59e5a0bebe2d5c3d2801e80aa95b06eb5e9a90afba2bdddbc831fc1612cdc9a7fe74b32710035a37949701dd2d316

diff --git a/dev-python/pytest-env/pytest-env-1.1.5.ebuild 
b/dev-python/pytest-env/pytest-env-1.1.5.ebuild
deleted file mode 100644
index 47d396d744b0..000000000000
--- a/dev-python/pytest-env/pytest-env-1.1.5.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="pytest plugin that allows you to add environment variables"
-HOMEPAGE="
-       https://github.com/pytest-dev/pytest-env/
-       https://pypi.org/project/pytest-env/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~hppa ~ppc ~ppc64 x86"
-
-RDEPEND="
-       >=dev-python/pytest-7.4.2[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       >=dev-python/hatch-vcs-0.3[${PYTHON_USEDEP}]
-       test? (
-               >=dev-python/pytest-mock-3.10.0[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-       distutils-r1_src_prepare
-
-       # upstream lower bounds are meaningless
-       sed -i -e 's:>=[0-9.]*::' pyproject.toml || die
-}
-
-python_test() {
-       local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-       epytest
-}

Reply via email to