diff options
| author | root <root@alpha.trunkmasters.com> | 2026-09-15 03:04:39 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-09-15 03:04:39 -0500 |
| commit | c012d247f03a893c117c88f73bcf6cb6494dcd22 (patch) | |
| tree | 89fc51e9b45239a8e4233e466f4746f81ec6718f /net-mail | |
| parent | d09313d7f2546bde376a20ff739a5e90cb229e25 (diff) | |
| download | baldeagleos-repo-c012d247f03a893c117c88f73bcf6cb6494dcd22.tar.gz baldeagleos-repo-c012d247f03a893c117c88f73bcf6cb6494dcd22.tar.xz baldeagleos-repo-c012d247f03a893c117c88f73bcf6cb6494dcd22.zip | |
Adding metadata
Diffstat (limited to 'net-mail')
| -rw-r--r-- | net-mail/b4/Manifest | 1 | ||||
| -rw-r--r-- | net-mail/b4/b4-0.14.3.ebuild | 36 |
2 files changed, 0 insertions, 37 deletions
diff --git a/net-mail/b4/Manifest b/net-mail/b4/Manifest index 913d206a36c3..036432efa44e 100644 --- a/net-mail/b4/Manifest +++ b/net-mail/b4/Manifest @@ -1,3 +1,2 @@ -DIST b4-0.14.3.tar.gz 270681 BLAKE2B 50b9e52524d399e2b76bb07f841ecd46b8a889bc3196afc1cbdafc5a2a9a0dd50947b4485a7625be514d314a63e0852977e99361bf6e0517a39b74a8971b5a0b SHA512 d4822cf8faba995273e283229d2bb4a7a7eed79d88496d90d723ecd22737a7d8b2e29ad0832f8e613150499e650793aa848310729f8c28c8ff216635879f45ea DIST b4-0.15.2.tar.gz 1036682 BLAKE2B 0bc56f664cbdba73f12f5c3ea29f905e463484740bc06bfd348449f12cf7774ed8cc01534af4d26b3854c05d30292400186638864d4e3b9cae867f4a88ebef37 SHA512 783e984a1def64a46da8411edefc716b8722b3ee9935119598cd82a1d0d582e559ea8e765300e5c1abfe285508c9e6cd482037499c92aa8044a23f41ebf534ee DIST b4-0.16.0.tar.gz 1493532 BLAKE2B aa6b2240d83b54297ad6ed6a9fe9d3ba7d792098edb20d4cf7fc3ee6b6b9a032673966d2aa4733e7659a966027834933e6b726ab08059ff43ff3b6048fc3b51b SHA512 2d0171c0cee9a8630bf331ee7485e2f2938ef519c3482d806da05f336a72a10570770dc4ee4c58283e00799fa1dacd05767dfa7c05f17f50aeb817acf9b1c395 diff --git a/net-mail/b4/b4-0.14.3.ebuild b/net-mail/b4/b4-0.14.3.ebuild deleted file mode 100644 index d143b512fbbe..000000000000 --- a/net-mail/b4/b4-0.14.3.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_{13..14} ) -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 |
