commit:     58633f12b7e03b7fb079f72170abfa689b9a99de
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 21 04:39:39 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jan 21 04:57:16 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58633f12

dev-python/sarge: Bump to 0.1.8

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

 dev-python/sarge/Manifest           |  1 +
 dev-python/sarge/sarge-0.1.8.ebuild | 30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/sarge/Manifest b/dev-python/sarge/Manifest
index 2680b489ccfc..68b9f4d71cb9 100644
--- a/dev-python/sarge/Manifest
+++ b/dev-python/sarge/Manifest
@@ -1 +1,2 @@
 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

diff --git a/dev-python/sarge/sarge-0.1.8.ebuild 
b/dev-python/sarge/sarge-0.1.8.ebuild
new file mode 100644
index 000000000000..db25f75ff0b9
--- /dev/null
+++ b/dev-python/sarge/sarge-0.1.8.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2026 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}"
+}

Reply via email to