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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A199E15802F for ; Fri, 24 Feb 2023 18:17:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEF36E0917; Fri, 24 Feb 2023 18:17:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 9494CE090F for ; Fri, 24 Feb 2023 18:17:13 +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 82C01340F52 for ; Fri, 24 Feb 2023 18:17:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05372807 for ; Fri, 24 Feb 2023 18:17:11 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1677262624.02b68d9aec774bdc1d76ede029ea82b2be5c411c.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/g-sorcery/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/g-sorcery/Manifest app-portage/g-sorcery/g-sorcery-0.2.3.ebuild X-VCS-Directories: app-portage/g-sorcery/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 02b68d9aec774bdc1d76ede029ea82b2be5c411c X-VCS-Branch: master Date: Fri, 24 Feb 2023 18:17:11 +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: 74e0e50a-af70-429f-a012-d606202a5702 X-Archives-Hash: 785c45ceaf4e8cc415a6a4b1198c44e6 commit: 02b68d9aec774bdc1d76ede029ea82b2be5c411c Author: Ulrich Müller gentoo org> AuthorDate: Fri Feb 24 18:09:18 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Feb 24 18:17:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02b68d9a app-portage/g-sorcery: add 0.2.3 Signed-off-by: Ulrich Müller gentoo.org> app-portage/g-sorcery/Manifest | 1 + app-portage/g-sorcery/g-sorcery-0.2.3.ebuild | 46 ++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) diff --git a/app-portage/g-sorcery/Manifest b/app-portage/g-sorcery/Manifest index d0900a6eca6c..2ba98ef92b81 100644 --- a/app-portage/g-sorcery/Manifest +++ b/app-portage/g-sorcery/Manifest @@ -1 +1,2 @@ DIST g-sorcery-0.2.2.tar.gz 55707 BLAKE2B 59466e116caff697618154f3c9d8a2c11809ac0c1d367a35a7773fdcad381e283c2426310ccd4f843e10e6fc5143061f2ee575bdd190a1a51d7691be0d452d73 SHA512 a63b6a49225fbf5105666a6d8094f04534674c4773eb8008e2cb8e2eb75291011d53ff3f1bf6dd456496469d537a97151feca73b9b26553cf1fda9d3128534cb +DIST g-sorcery-0.2.3.tar.gz 55672 BLAKE2B f94ec2f449f4b6ae71df4de88519e0a766e543200829cf3ee1535086194c8365a68abfb4156dfd1bbe27b212e1d5c90b5acc7d32b87818f6292e02715c0a59c7 SHA512 2090c93b27b66ab155b3f05ffcddc4790e5d2e68ec02b089fd21c2f56b562dfe4b3ba4820b8c37876be38b2774b466849b6f6b1b03674c3c9d0226ad0049b943 diff --git a/app-portage/g-sorcery/g-sorcery-0.2.3.ebuild b/app-portage/g-sorcery/g-sorcery-0.2.3.ebuild new file mode 100644 index 000000000000..3e9500a4da0d --- /dev/null +++ b/app-portage/g-sorcery/g-sorcery-0.2.3.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{9,10} ) + +inherit distutils-r1 prefix + +DESCRIPTION="framework for ebuild generators" +HOMEPAGE="https://gitweb.gentoo.org/proj/g-sorcery.git + https://github.com/jauhien/g-sorcery" +SRC_URI="https://gitweb.gentoo.org/proj/g-sorcery.git/snapshot/${P}.tar.gz" + +LICENSE="GPL-2" # v2 only +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" +IUSE="bson git test" +RESTRICT="!test? ( test )" + +RDEPEND="bson? ( dev-python/pymongo[${PYTHON_USEDEP}] ) + git? ( dev-vcs/git ) + sys-apps/portage[${PYTHON_USEDEP}]" +BDEPEND="${RDEPEND}" +PDEPEND=">=app-portage/layman-2.2.0[g-sorcery(-),${PYTHON_USEDEP}]" + +src_prepare() { + hprefixify setup.py + default +} + +python_test() { + PYTHONPATH="." "${PYTHON}" scripts/run_tests.py || die +} + +python_install_all() { + distutils-r1_python_install_all + + doman docs/*.8 + + docinto html + dodoc docs/developer_instructions.html + + diropts -m0777 + keepdir /var/lib/g-sorcery +}