diff options
author | Jason A. Donenfeld <zx2c4@gentoo.org> | 2021-12-01 21:45:00 -0500 |
---|---|---|
committer | Jason A. Donenfeld <zx2c4@gentoo.org> | 2021-12-01 23:06:24 -0500 |
commit | 47803f54d5699765c523eff1cc8e7f84cc1ac4c3 (patch) | |
tree | a0c8490a62bf5b9202bed4e7ec1c262b890f4fd1 /net-mail/b4/b4-0.7.2.ebuild | |
parent | dev-python/patatt: import patatt for use in b4 (diff) | |
download | gentoo-47803f54d5699765c523eff1cc8e7f84cc1ac4c3.tar.gz gentoo-47803f54d5699765c523eff1cc8e7f84cc1ac4c3.tar.bz2 gentoo-47803f54d5699765c523eff1cc8e7f84cc1ac4c3.zip |
net-mail/b4: bump to 0.8 and fix deps
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
Diffstat (limited to 'net-mail/b4/b4-0.7.2.ebuild')
-rw-r--r-- | net-mail/b4/b4-0.7.2.ebuild | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/net-mail/b4/b4-0.7.2.ebuild b/net-mail/b4/b4-0.7.2.ebuild deleted file mode 100644 index d078544023be..000000000000 --- a/net-mail/b4/b4-0.7.2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 2020-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{7,8,9} ) - -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}]" |