From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 120F615812D for ; Sat, 28 Dec 2024 16:05:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70363E079C; Sat, 28 Dec 2024 16:05:08 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 26274E0536 for ; Sat, 28 Dec 2024 16:05:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 64867335DC5 for ; Sat, 28 Dec 2024 16:05:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F04C2EB9 for ; Sat, 28 Dec 2024 16:05:04 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1735401886.d804f00db2b1043f76cfa2212f9b743d0bfc4d3b.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/elsw/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/elsw/Manifest app-portage/elsw/elsw-1.0.1.ebuild X-VCS-Directories: app-portage/elsw/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: d804f00db2b1043f76cfa2212f9b743d0bfc4d3b X-VCS-Branch: master Date: Sat, 28 Dec 2024 16:05:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f5252c6b-e37a-44a5-ab41-2fe31032ead2 X-Archives-Hash: 30ebbf331c4b2772624946939de08b95 commit: d804f00db2b1043f76cfa2212f9b743d0bfc4d3b Author: Maciej Barć gentoo org> AuthorDate: Sat Dec 28 15:20:22 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Sat Dec 28 16:04:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d804f00d app-portage/elsw: bump to 1.0.1 Signed-off-by: Maciej Barć gentoo.org> app-portage/elsw/Manifest | 1 + app-portage/elsw/elsw-1.0.1.ebuild | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/app-portage/elsw/Manifest b/app-portage/elsw/Manifest index ac9e40b9cad3..f1eb82038ba7 100644 --- a/app-portage/elsw/Manifest +++ b/app-portage/elsw/Manifest @@ -1 +1,2 @@ DIST elsw-1.0.0.tar.gz 9793 BLAKE2B 63e61eebda9fde9d6f1eeabca917038308fc4c91464424cca167ce37c3c4beb6c2eb2f61673ddc1519acf38820ec4ad44b31d3246727a4d039b958e5d04222ee SHA512 a85a0b76b74335f2107e78a9e70f8f07a8af3543a021f3b1b9c63e64f7884888b43dbe387f6be12ee15dfa58a25102d1c3c63945d5cace3cdc8a7c612b65fc60 +DIST elsw-1.0.1.tar.gz 10171 BLAKE2B e4a8fe4f8008ea2d3f5b1ceebce83c86e487deaed21d7bc327f93b2c28cab506d8b9409b52cd55c0a9ac47b055e9a244535e9c865c965f42664d750f5e5d493f SHA512 478a79b7e260183f79b365cbbc28c3f1d764cc158c61cb82de7f7fb5888a90ad43dc8a2655abfbc09acf3427309011bb2570180a5531e8abbdf92b4bb0a7f50a diff --git a/app-portage/elsw/elsw-1.0.1.ebuild b/app-portage/elsw/elsw-1.0.1.ebuild new file mode 100644 index 000000000000..8979ed5fe4d6 --- /dev/null +++ b/app-portage/elsw/elsw-1.0.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYTHON_COMPAT=( python3_{10..13} ) + +inherit distutils-r1 + +DESCRIPTION="Tool providing a nice way to view the Portage world file" +HOMEPAGE="https://gitlab.com/xgqt/python-elsw/" + +if [[ "${PV}" == *9999* ]] ; then + inherit git-r3 + + EGIT_REPO_URI="https://gitlab.com/xgqt/python-${PN}.git" +else + inherit pypi + + KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" +fi + +LICENSE="GPL-2+" +SLOT="0" + +RDEPEND=" + dev-python/colorama[${PYTHON_USEDEP}] + sys-apps/portage[${PYTHON_USEDEP}] +" + +DOCS=( README.md )