From b89a664f266dab3b9b5ddac2cb874f8869142370 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 13 Oct 2022 01:41:21 +0100 Subject: gentoo auto-resync : 13:10:2022 - 01:41:21 --- net-mail/Manifest.gz | Bin 14575 -> 14573 bytes net-mail/b4/Manifest | 2 ++ net-mail/b4/b4-0.10.1.ebuild | 26 ++++++++++++++++++++++++++ 3 files changed, 28 insertions(+) create mode 100644 net-mail/b4/b4-0.10.1.ebuild (limited to 'net-mail') diff --git a/net-mail/Manifest.gz b/net-mail/Manifest.gz index af2bdf3c48b1..452ad8b85b07 100644 Binary files a/net-mail/Manifest.gz and b/net-mail/Manifest.gz differ diff --git a/net-mail/b4/Manifest b/net-mail/b4/Manifest index ca781ef9ceb2..51d0484e5b78 100644 --- a/net-mail/b4/Manifest +++ b/net-mail/b4/Manifest @@ -1,3 +1,5 @@ +DIST b4-0.10.1.tar.gz 100142 BLAKE2B 81481b835c8fc63df6c78c852344a6daeeba656268b61808fb314b09e45786473b453c5163d2dd7c01604caad4281f7e7712efdb57c0dee2dcf415f0781b4a7b SHA512 6707f4407bfe9b46134c243d18a110150f1647fc12328c8e7fedeb40e404b6bd8662d651479c27145965bffabc3ca2f8498b53e801fc2846116ef101e1974733 DIST b4-0.8.0.tar.gz 66882 BLAKE2B 7f93b9ce9f1f448a1b4be94c692ee93912e273c740c41518fdacd515df7038ba140f62712ef7a6df8a946315eb776ebb7e182d71905ca2ff34771525ceefe4c2 SHA512 4696a0164289eb7077d276a3133ba3776bfc3bfa25fd3591da6e932329f1578fcfe9909419426865ba3239c5b0a7b23dbb85df10307210420ac85e399d8fddd9 +EBUILD b4-0.10.1.ebuild 623 BLAKE2B 222ead2798807525be50fae9ee6a0a9c36162cc971bd86248482b0c66e07ab28e876d9aafbe871745679581eb0157337b2ad2c10be0a32cbf53cef794d63aa7f SHA512 193411a03f14eeab21f21bb1e0e6256bca80667901271dea0634acbce1a3461469b57476b0f366313f265861b56c1244d1668aecb2f77774b5225816069f4686 EBUILD b4-0.8.0.ebuild 583 BLAKE2B 980e0b1a582f3ea28513dcefbe03e50eb2f31b824a8fa2316cd967e10b5034601474e233f152cae3f11a069bd52dd16248ab562f6f707bf53c3ccdaaed94082a SHA512 37e285217fa94bd091b4fa8ae07acd177f2f5a87b91493afe57affac70f76b604bd5d1d91984a1fd245c23f378ed36ab2a91e7f2350fbb6ff2feee7cd66c0500 MISC metadata.xml 316 BLAKE2B 62d44d71ffd93810f657fb1f8928d9b302d59fedef7ab020affa3bfcd329aed59f604755fd309927d03660adc0b9c540607f3c6a7b6438ab2deb752d07f2ac66 SHA512 9e469a24088924955ef3c2b5357bf9cc763269e190b730619a41be916bf36c4ae869186053a3f87cbfb6f6f435774a974c159ed6e374fb6a4a53bbd8d140c4b7 diff --git a/net-mail/b4/b4-0.10.1.ebuild b/net-mail/b4/b4-0.10.1.ebuild new file mode 100644 index 000000000000..645857115d79 --- /dev/null +++ b/net-mail/b4/b4-0.10.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 2020-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9,10} ) + +inherit distutils-r1 + +DESCRIPTION="Utility for fetching patchsets from public-inbox" +HOMEPAGE="https://pypi.org/project/b4/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + dev-python/requests[${PYTHON_USEDEP}] + dev-python/dnspython[${PYTHON_USEDEP}] + dev-python/dkimpy[${PYTHON_USEDEP}] + dev-python/patatt[${PYTHON_USEDEP}] + dev-vcs/git-filter-repo[${PYTHON_USEDEP}] +" -- cgit v1.2.3