From d71aca7673826d5f5fa93b43c7c8af3c1e023dc6 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 12 Mar 2024 18:46:38 +0000 Subject: gentoo auto-resync : 12:03:2024 - 18:46:38 --- net-mail/b4/b4-0.13.0.ebuild | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 net-mail/b4/b4-0.13.0.ebuild (limited to 'net-mail/b4/b4-0.13.0.ebuild') diff --git a/net-mail/b4/b4-0.13.0.ebuild b/net-mail/b4/b4-0.13.0.ebuild new file mode 100644 index 000000000000..21f935f044e6 --- /dev/null +++ b/net-mail/b4/b4-0.13.0.ebuild @@ -0,0 +1,27 @@ +# 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_{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 ~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}] +" + +distutils_enable_tests pytest -- cgit v1.2.3