commit: ad00a1f388d6b6260bb087aad6dce82ba81cb99b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 2 14:37:45 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 2 14:47:43 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad00a1f3
dev-python/pytest-services: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-services/Manifest | 1 -
.../pytest-services-2.2.1-r1.ebuild | 46 ----------------------
2 files changed, 47 deletions(-)
diff --git a/dev-python/pytest-services/Manifest
b/dev-python/pytest-services/Manifest
index c7daa046ef66..0547d375f4d6 100644
--- a/dev-python/pytest-services/Manifest
+++ b/dev-python/pytest-services/Manifest
@@ -1,2 +1 @@
-DIST pytest-services-2.2.1.gh.tar.gz 21303 BLAKE2B
6f4b66b713ca4976eae61bf516bfecf13b8d6f56e03ae772ba9465e7c4c52b8d5ffa713b9441c73538a0b05665da7b7aa53d5f5da1626c6c208edf1c8239b1b1
SHA512
95d70431a7c3fa3b1602e6ad0e72975cecf5f0464e1bbc21d5b4eee6aefee52794c7b1d8dacf0681cc4cbb5ae7910075a7d0b3859647cc55298a2792489c4bfb
DIST pytest-services-2.2.2.gh.tar.gz 21492 BLAKE2B
f17e4f544a2a72c597290a94adbd86acf6b5110de126e3d43f99b96e924978893249fb90a83e23f814377cd86126bbdcd395f3cce0da935f783cee1cb473eece
SHA512
d59c27e9b2041204425e1bbffceb6fa7ad5d19d3af062e24d67f5ddb464008a572ff539614405fa8134b5b4cd4605a067b20b912dcbdede9eca1dc5a544181e6
diff --git a/dev-python/pytest-services/pytest-services-2.2.1-r1.ebuild
b/dev-python/pytest-services/pytest-services-2.2.1-r1.ebuild
deleted file mode 100644
index 46eef57cd751..000000000000
--- a/dev-python/pytest-services/pytest-services-2.2.1-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
-
-inherit distutils-r1
-
-DESCRIPTION="Collection of fixtures and utility functions to run service
processes for pytest"
-HOMEPAGE="
- https://github.com/pytest-dev/pytest-services/
- https://pypi.org/project/pytest-services/
-"
-SRC_URI="
- https://github.com/pytest-dev/pytest-services/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv
~s390 ~sparc x86"
-
-RDEPEND="
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/psutil[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/zc-lockfile[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/mock[${PYTHON_USEDEP}]
- dev-python/pylibmc[${PYTHON_USEDEP}]
- x11-base/xorg-server[xvfb]
- net-misc/memcached
- !!dev-python/pytest-salt
- )
-"
-
-distutils_enable_tests pytest
-
-PATCHES=(
- "${FILESDIR}/pytest-services-2.0.1-no-mysql.patch"
- "${FILESDIR}/pytest-services-2.0.1-lockdir.patch"
-)