commit:     d60e374d50543290f20310490b5b24d104c72a77
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 30 19:08:16 2025 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Sun Mar 30 19:08:16 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d60e374d

net-mail/b4: drop 0.14.2

Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>

 net-mail/b4/b4-0.14.2.ebuild | 36 ------------------------------------
 1 file changed, 36 deletions(-)

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 2634ebaf3e46..000000000000
--- a/net-mail/b4/b4-0.14.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# 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

Reply via email to