dev-python/sarge: Remove old

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-04-04 20:25:34 +02:00
parent a47d009d70
commit 98b43b2c68
2 changed files with 0 additions and 31 deletions

View File

@@ -1,2 +1 @@
DIST sarge-0.1.7.post1.gh.tar.gz 57121 BLAKE2B 4e7f9cf21e2492303fb7ae24d8f5da22fc6db4d04449e5e6063825d2c2163333456fed35af53b5107a80996ca4e036c8913c1d50ffd1d0386e4f3d3f0e46dbda SHA512 29e783287d9e2325e6183d3d56fb2247e3ec98e728dbb69c8391694b2456c1d9ce91a4a172d8ba66593d0553d016fca34b5253d7a4d4f02c1f2d6a3a19574097
DIST sarge-0.1.8.gh.tar.gz 60410 BLAKE2B 0801d1e46bd9976330ae5bbaacd9fa3f1bde19db0e1b9f77d4dd9b496e89dca9b83c76bfe4c3aca52934380ead7db1e6e6d348d9fe8a5c799a766cbf9ab86211 SHA512 26cddfc3b8d96538e7c045a39f5d91e9db5acd8abe66ceb65b28e1c2bc99d4bdae7901f0da9905895f8a1d09fef172a6c56a19b711bfb7deb66cf876e876e414

View File

@@ -1,30 +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} )
inherit distutils-r1
MY_P=${P/_p/.post}
DESCRIPTION="Wrapper for subprocess which provides command pipeline functionality"
HOMEPAGE="
https://docs.red-dove.com/sarge/
https://pypi.org/project/sarge/
https://github.com/vsajip/sarge/
"
SRC_URI="
https://github.com/vsajip/sarge/archive/${PV/_p/.post}.tar.gz
-> ${MY_P}.gh.tar.gz
"
S=${WORKDIR}/${MY_P}
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
python_test() {
"${EPYTHON}" test_sarge.py -v || die "Tests failed with ${EPYTHON}"
}