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 D14FF158030 for ; Sun, 26 Feb 2023 00:39:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBB70E03DF; Sun, 26 Feb 2023 00:39:50 +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 BBC39E03DF for ; Sun, 26 Feb 2023 00:39:50 +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 7A7C2335D8E for ; Sun, 26 Feb 2023 00:39:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F29558AA for ; Sun, 26 Feb 2023 00:39:47 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1677371907.6ed4035069c67428c838d34082e65eaccec5ca7e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/b4/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/b4/Manifest net-mail/b4/b4-0.12.1.ebuild X-VCS-Directories: net-mail/b4/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6ed4035069c67428c838d34082e65eaccec5ca7e X-VCS-Branch: master Date: Sun, 26 Feb 2023 00:39:47 +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: 74d97ae9-c7a6-41fd-b78d-5d8ffc55e581 X-Archives-Hash: 748051985fba97761fb91c978e7ca4c2 commit: 6ed4035069c67428c838d34082e65eaccec5ca7e Author: Sam James gentoo org> AuthorDate: Sun Feb 26 00:38:27 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Feb 26 00:38:27 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ed40350 net-mail/b4: add 0.12.1 Closes: https://bugs.gentoo.org/897108 Signed-off-by: Sam James gentoo.org> net-mail/b4/Manifest | 1 + net-mail/b4/b4-0.12.1.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/net-mail/b4/Manifest b/net-mail/b4/Manifest index 9b1ab5a615f6..78a2f73e4e5d 100644 --- a/net-mail/b4/Manifest +++ b/net-mail/b4/Manifest @@ -1,2 +1,3 @@ DIST b4-0.10.1.tar.gz 100142 BLAKE2B 81481b835c8fc63df6c78c852344a6daeeba656268b61808fb314b09e45786473b453c5163d2dd7c01604caad4281f7e7712efdb57c0dee2dcf415f0781b4a7b SHA512 6707f4407bfe9b46134c243d18a110150f1647fc12328c8e7fedeb40e404b6bd8662d651479c27145965bffabc3ca2f8498b53e801fc2846116ef101e1974733 +DIST b4-0.12.1.tar.gz 233691 BLAKE2B d10dc969d16722083ab0b79b7a2a26df44dbe2d5a8a804a0339903ff30f2a25a915e7755d4c5a9855d9b3abd8fbd6a3ff3b8034a6679491835446fdd24ee1b0f SHA512 6a7cacfdda6b4c8c3b87554c1b8fc7b2e797ea0b44476943aa6b75a901dc57cc17fab2a584d63c3724967ee8e6d9b3070dea94a6e4df43547a521ba741366032 DIST b4-0.8.0.tar.gz 66882 BLAKE2B 7f93b9ce9f1f448a1b4be94c692ee93912e273c740c41518fdacd515df7038ba140f62712ef7a6df8a946315eb776ebb7e182d71905ca2ff34771525ceefe4c2 SHA512 4696a0164289eb7077d276a3133ba3776bfc3bfa25fd3591da6e932329f1578fcfe9909419426865ba3239c5b0a7b23dbb85df10307210420ac85e399d8fddd9 diff --git a/net-mail/b4/b4-0.12.1.ebuild b/net-mail/b4/b4-0.12.1.ebuild new file mode 100644 index 000000000000..be2c831b62a5 --- /dev/null +++ b/net-mail/b4/b4-0.12.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 2020-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9..11} ) +inherit distutils-r1 + +DESCRIPTION="Utility for fetching patchsets from public-inbox" +HOMEPAGE="https://pypi.org/project/b4/" +# pypi lacks tests +SRC_URI="https://git.kernel.org/pub/scm/utils/b4/b4.git/snapshot/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + >=dev-python/dkimpy-1.0[${PYTHON_USEDEP}] + >=dev-python/dnspython-2.1[${PYTHON_USEDEP}] + >=dev-python/patatt-0.6[${PYTHON_USEDEP}] + >=dev-python/requests-2.24[${PYTHON_USEDEP}] + >=dev-vcs/git-filter-repo-2.30[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest