net-mail/b4: import 0.3.4
authorJason A. Donenfeld <zx2c4@gentoo.org>
Wed, 25 Mar 2020 02:04:12 +0000 (20:04 -0600)
committerJason A. Donenfeld <zx2c4@gentoo.org>
Wed, 25 Mar 2020 02:05:01 +0000 (20:05 -0600)
Package-Manager: Portage-2.3.95, Repoman-2.3.21
Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
net-mail/b4/Manifest [new file with mode: 0644]
net-mail/b4/b4-0.3.4.ebuild [new file with mode: 0644]
net-mail/b4/metadata.xml [new file with mode: 0644]

diff --git a/net-mail/b4/Manifest b/net-mail/b4/Manifest
new file mode 100644 (file)
index 0000000..7f0d4fb
--- /dev/null
@@ -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 (file)
index 0000000..211469b
--- /dev/null
@@ -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 (file)
index 0000000..4741236
--- /dev/null
@@ -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>