summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2021-03-22 23:34:58 +0100
committerGilles Dartiguelongue <eva@gentoo.org>2021-03-22 23:41:53 +0100
commit27c39896eda1c1862866909ccdacc03351789029 (patch)
tree9dec9d1329701c3f481acec637056bb07357103c /dev-python/imaplib2/imaplib2-3.06_pre20210322.ebuild
parentnet-mail/offlineimap3: package move to net-mail category (diff)
downloadeva-27c39896eda1c1862866909ccdacc03351789029.tar.gz
eva-27c39896eda1c1862866909ccdacc03351789029.tar.bz2
eva-27c39896eda1c1862866909ccdacc03351789029.zip
dev-python/imaplib2: use fixed packaging branch
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Manifest-Sign-Key: 0x5A56C8CD0C13248A Signed-off-by: Gilles Dartiguelongue <eva@gentoo.org>
Diffstat (limited to 'dev-python/imaplib2/imaplib2-3.06_pre20210322.ebuild')
-rw-r--r--dev-python/imaplib2/imaplib2-3.06_pre20210322.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-python/imaplib2/imaplib2-3.06_pre20210322.ebuild b/dev-python/imaplib2/imaplib2-3.06_pre20210322.ebuild
new file mode 100644
index 0000000..4488602
--- /dev/null
+++ b/dev-python/imaplib2/imaplib2-3.06_pre20210322.ebuild
@@ -0,0 +1,18 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+inherit distutils-r1 git-r3
+
+DESCRIPTION="Threaded Python IMAP4 client."
+HOMEPAGE="https://github.com/jazzband/imaplib2"
+EGIT_REPO_URI="https://github.com/EvaSDK/${PN}.git"
+EGIT_BRANCH="fix_packaging"
+EGIT_COMMIT="8ab2554bb73cb367c141d63d96044ad4719300c0"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"