From 033286afc1eb2e64a87a58798a0c620d8b56f497 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 31 Mar 2025 01:33:08 +0100 Subject: gentoo auto-resync : 31:03:2025 - 01:33:08 --- net-mail/b4/Manifest | 2 +- net-mail/b4/b4-0.14.2-r1.ebuild | 36 ++++++++++++++++++++++++++++++++++++ net-mail/b4/b4-0.14.2.ebuild | 36 ------------------------------------ 3 files changed, 37 insertions(+), 37 deletions(-) create mode 100644 net-mail/b4/b4-0.14.2-r1.ebuild delete mode 100644 net-mail/b4/b4-0.14.2.ebuild (limited to 'net-mail/b4') diff --git a/net-mail/b4/Manifest b/net-mail/b4/Manifest index 5518d97a4cb3..8c5a4576ce3b 100644 --- a/net-mail/b4/Manifest +++ b/net-mail/b4/Manifest @@ -1,3 +1,3 @@ DIST b4-0.14.2.tar.gz 268868 BLAKE2B fe9d9be83163084659c7a68ce5791d3a680abdfa6e1c1d0c14468bac5e58d702e6f2ae19418cd7b92509cbec20952cb8411bed04a73b03c01f5171c157d66312 SHA512 8883fe0d198870c77665e1febbdcca44a639ad564b526f3c1a1f32559cbffacb555a1b6e6ab15b2c775ed0d82042f4ad775e356317af8bdae4f31f21e6602f7b -EBUILD b4-0.14.2.ebuild 854 BLAKE2B dab6f09bed672ff3ca9c6266c50fcec61d22c7425003d978b3a7e1d63f2e5a88e226c882f9254966896f181b2b3299014acc5154a9118915cc0ad43660ec95d0 SHA512 02da87ca3e41b24a7ed7d2a00be9c20e1f69428405ed89fe3d536d15a2a3493ca4b00a476a7d8a238187e21d03ca8e6390f5818f34fe7c0946f5214ce68c115c +EBUILD b4-0.14.2-r1.ebuild 854 BLAKE2B a909b81414e662c1588e66e1a9752f889ebbdf3fa3b56861dfa481a228794dc397c6e8b5f708b3d96135b8ac51ce1e3a07c13b01e30e3b82f423b082b7ee09ab SHA512 327dba6d8d0ca0a406304dd9293f1334c5c348b14ea9888253bb87750f6916b7284120ac85723e3264b85eddcf3921770521aabafb17737d7102c73ca266a66f MISC metadata.xml 446 BLAKE2B f96eb9538edadca533c06e394bd1e1f2757d18047a1fc2a213a1dd570477998f84fef0f953156de3c77887413246bd8253273decd4c5187034dfefd1343f8eb4 SHA512 b52ef601316358ef314cb2c96ad94b8e36ec7f130006d391b9854c2ddac94840c306c3e2c474690906226011615cd9739b24b9942ae837948c337698fe70f170 diff --git a/net-mail/b4/b4-0.14.2-r1.ebuild b/net-mail/b4/b4-0.14.2-r1.ebuild new file mode 100644 index 000000000000..2634ebaf3e46 --- /dev/null +++ b/net-mail/b4/b4-0.14.2-r1.ebuild @@ -0,0 +1,36 @@ +# Copyright 2020-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{11..13} ) +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 ~arm64 ~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.47[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + ${RDEPEND} + ${PYTHON_DEPS} + $(python_gen_any_dep ' + dev-python/pytest[${PYTHON_USEDEP}] + ') + ) +" + +distutils_enable_tests pytest diff --git a/net-mail/b4/b4-0.14.2.ebuild b/net-mail/b4/b4-0.14.2.ebuild deleted file mode 100644 index 793028281105..000000000000 --- a/net-mail/b4/b4-0.14.2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 2020-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) -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 ~arm64 ~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}] -" -BDEPEND=" - test? ( - ${RDEPEND} - ${PYTHON_DEPS} - $(python_gen_any_dep ' - dev-python/pytest[${PYTHON_USEDEP}] - ') - ) -" - -distutils_enable_tests pytest -- cgit v1.2.3