commit: 14af6710773e6f46c1eb81374bd261048460ee9e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 29 09:11:32 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 29 09:11:32 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14af6710
dev-python/scripttest: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/scripttest/Manifest | 1 -
dev-python/scripttest/scripttest-1.3.0-r2.ebuild | 25 ------------------------
2 files changed, 26 deletions(-)
diff --git a/dev-python/scripttest/Manifest b/dev-python/scripttest/Manifest
index 8d7d0becb22d..cb1557a003cf 100644
--- a/dev-python/scripttest/Manifest
+++ b/dev-python/scripttest/Manifest
@@ -1,2 +1 @@
-DIST scripttest-1.3.0.gh.tar.gz 14885 BLAKE2B
1984bb175b49248bd369d2d2ed6f70051113285b6870bce67e0c2203d29b4c5b2735fa96dfef7ee11aa38db74e9beb026bbc946c8549b2810f6b90e896bcae0e
SHA512
038bfb1726bff85b6e3675be51db829d3519b47665266f6ae1d3c5c6f4f06e7b16742262ca1ba240544e9bd39ae96c1be0bd5e8583736f72bb04241a1bb8acf6
DIST scripttest-2.0.gh.tar.gz 14676 BLAKE2B
12515127e02d2ad8d4a60517571066ed3f381e21d7c64424f436a97d331e1a0d1b7ab7f6898b1a97dc2d379a59184a409b1ad35c472d7bf794953fbd5eeed150
SHA512
c3a2ccb1856c11a377287829683e63f3c8b4653ee778596a606195712bb8c01dcfb6e98408ac1012bfb3d0b45853f3076301f6a42e1f03bebf1df8a06e9d15f9
diff --git a/dev-python/scripttest/scripttest-1.3.0-r2.ebuild
b/dev-python/scripttest/scripttest-1.3.0-r2.ebuild
deleted file mode 100644
index f6d58a328d5c..000000000000
--- a/dev-python/scripttest/scripttest-1.3.0-r2.ebuild
+++ /dev/null
@@ -1,25 +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_{10..13} pypy3 pypy3_11 )
-
-inherit distutils-r1
-
-DESCRIPTION="Helper to test command-line scripts"
-HOMEPAGE="
- https://pypi.org/project/scripttest/
- https://github.com/pypa/scripttest/
-"
-SRC_URI="
- https://github.com/pypa/scripttest/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 ~x64-macos"
-
-distutils_enable_tests pytest