summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason A. Donenfeld <zx2c4@gentoo.org>2020-03-24 20:04:12 -0600
committerJason A. Donenfeld <zx2c4@gentoo.org>2020-03-24 20:05:01 -0600
commit8374a4402f40ad1ff3613e281db5bb897708fcea (patch)
tree2597c2c65bd6e21bd5be94fecc99cc01ea08b1e5 /net-mail/b4
parentnet-analyzer/netdata: keepdir then chown (diff)
downloadgentoo-8374a4402f40ad1ff3613e281db5bb897708fcea.tar.gz
gentoo-8374a4402f40ad1ff3613e281db5bb897708fcea.tar.bz2
gentoo-8374a4402f40ad1ff3613e281db5bb897708fcea.zip
net-mail/b4: import 0.3.4
Package-Manager: Portage-2.3.95, Repoman-2.3.21 Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
Diffstat (limited to 'net-mail/b4')
-rw-r--r--net-mail/b4/Manifest1
-rw-r--r--net-mail/b4/b4-0.3.4.ebuild20
-rw-r--r--net-mail/b4/metadata.xml8
3 files changed, 29 insertions, 0 deletions
diff --git a/net-mail/b4/Manifest b/net-mail/b4/Manifest
new file mode 100644
index 000000000000..7f0d4fb0bfa2
--- /dev/null
+++ b/net-mail/b4/Manifest
@@ -0,0 +1 @@
+DIST b4-0.3.4.tar.gz 33510 BLAKE2B 08975cca4bcad61fc64bfc207fa3d299a4f034be8adf05c7d6a36dc89d55e111b50d5da7526ae217a763317731a00048efec99cbf86bb5367a0748119c4dd7b3 SHA512 0b78fafc410bdfea9d3aaa8e3818966d1fd412d4d9471196c6c9231bb2ade380c9d2fdd07e41e5cc4a2f0474cb77612c0d34ca1f6689b64881752034d779b5dc
diff --git a/net-mail/b4/b4-0.3.4.ebuild b/net-mail/b4/b4-0.3.4.ebuild
new file mode 100644
index 000000000000..211469b6276f
--- /dev/null
+++ b/net-mail/b4/b4-0.3.4.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+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}]"
diff --git a/net-mail/b4/metadata.xml b/net-mail/b4/metadata.xml
new file mode 100644
index 000000000000..474123637388
--- /dev/null
+++ b/net-mail/b4/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+<email>zx2c4@gentoo.org</email>
+<name>Jason A. Donenfeld</name>
+</maintainer>
+</pkgmetadata>