commit: 467024af474cd52b5519023176656c00f048b91c Author: Kenton Groombridge <concord <AT> gentoo <DOT> org> AuthorDate: Thu May 29 16:10:53 2025 +0000 Commit: Kenton Groombridge <concord <AT> gentoo <DOT> org> CommitDate: Thu May 29 18:04:21 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=467024af
net-p2p/stig: new package, add 0.13.0a_p0 Signed-off-by: Kenton Groombridge <concord <AT> gentoo.org> net-p2p/stig/Manifest | 1 + net-p2p/stig/metadata.xml | 12 +++++++++++ net-p2p/stig/stig-0.13.0a_p0.ebuild | 40 +++++++++++++++++++++++++++++++++++++ 3 files changed, 53 insertions(+) diff --git a/net-p2p/stig/Manifest b/net-p2p/stig/Manifest new file mode 100644 index 000000000000..f91bac46b5fd --- /dev/null +++ b/net-p2p/stig/Manifest @@ -0,0 +1 @@ +DIST stig-0.13.0a_p0.tar.gz 405359 BLAKE2B 1f6d92e1596481aa0dcbb711079d5bee517049525e7c7c5f0cd3d4fbf809ad67997a6a9261cb85c8c3c973420d028cd901db03fddabf2bd2a03b8c57964359c2 SHA512 2b3a8e585d3c7145446beeba8ecbc96178e3b061beee6ef2e74f38a530863b25c3dba9a48021fcb52080d5adb18d95340bc6f6475534c468bf5b2b08c16d394f diff --git a/net-p2p/stig/metadata.xml b/net-p2p/stig/metadata.xml new file mode 100644 index 000000000000..db6450b63244 --- /dev/null +++ b/net-p2p/stig/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <name>Kenton Groombridge</name> + <email>[email protected]</email> + </maintainer> + <upstream> + <remote-id type="github">rndusr/stig</remote-id> + <bugs-to>https://github.com/rndusr/stig/issues</bugs-to> + </upstream> +</pkgmetadata> diff --git a/net-p2p/stig/stig-0.13.0a_p0.ebuild b/net-p2p/stig/stig-0.13.0a_p0.ebuild new file mode 100644 index 000000000000..bc29abc1ab7d --- /dev/null +++ b/net-p2p/stig/stig-0.13.0a_p0.ebuild @@ -0,0 +1,40 @@ +# Copyright 2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{11..13} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 optfeature + +MY_PV="${PV//_p}" + +DESCRIPTION="TUI and CLI for the BitTorrent client Transmission" +HOMEPAGE="https://github.com/rndusr/stig" +SRC_URI="https://github.com/rndusr/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" + +S="${WORKDIR}/${PN}-${MY_PV}" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" +RDEPEND=" + ${PYTHON_DEPS} + dev-python/natsort[${PYTHON_USEDEP}] + >=dev-python/urwid-2.0.0[${PYTHON_USEDEP}] + >=dev-python/urwidtrees-1.0.3[${PYTHON_USEDEP}] + dev-python/aiohttp[${PYTHON_USEDEP}] + dev-python/async-timeout[${PYTHON_USEDEP}] + dev-python/pyxdg[${PYTHON_USEDEP}] + dev-python/blinker[${PYTHON_USEDEP}] + dev-python/natsort[${PYTHON_USEDEP}] + dev-python/mock[${PYTHON_USEDEP}] + dev-python/multidict[${PYTHON_USEDEP}] +" + +pkg_postinst() { + optfeature "stripping arguments from process title when running in tmux sessions" dev-python/setproctitle + optfeature "SOCKS5, SOCKS4, or HTTP proxy tunneling support" dev-python/aiohttp-socks +}
