From cbc04969789795e2a2e636f4fc87d24bcd3ed2eb Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Tue, 21 Jul 2026 10:08:01 +0200 Subject: [PATCH] dev-python/imaplib2: new package, add 3.6, 9999 Signed-off-by: Florian Schmaus --- dev-python/imaplib2/Manifest | 1 + dev-python/imaplib2/imaplib2-3.6.ebuild | 22 ++++++++++++++++++++++ dev-python/imaplib2/imaplib2-9999.ebuild | 22 ++++++++++++++++++++++ dev-python/imaplib2/metadata.xml | 12 ++++++++++++ 4 files changed, 57 insertions(+) create mode 100644 dev-python/imaplib2/Manifest create mode 100644 dev-python/imaplib2/imaplib2-3.6.ebuild create mode 100644 dev-python/imaplib2/imaplib2-9999.ebuild create mode 100644 dev-python/imaplib2/metadata.xml diff --git a/dev-python/imaplib2/Manifest b/dev-python/imaplib2/Manifest new file mode 100644 index 0000000000000..2ee5d65890684 --- /dev/null +++ b/dev-python/imaplib2/Manifest @@ -0,0 +1 @@ +DIST imaplib2-3.6.tar.gz 26252 BLAKE2B 196ae712c2dac75435ff4eb8ee90919bd99a41b758200631adfaacf71f07340f942f0131ec8620aee4c47946f96fbb50a78cd946cd2d222f0a00955a52132e10 SHA512 66c48a51b749ae50020d59855a4ea489ddd49b5b5919a2d3d576231f7a3979cf302f88aab525bf011075a36103eeeb52ab1a246633af3877b7095c2ea2399394 diff --git a/dev-python/imaplib2/imaplib2-3.6.ebuild b/dev-python/imaplib2/imaplib2-3.6.ebuild new file mode 100644 index 0000000000000..141da6fe2a09a --- /dev/null +++ b/dev-python/imaplib2/imaplib2-3.6.ebuild @@ -0,0 +1,22 @@ +# Copyright 2021-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..14} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 + +DESCRIPTION="Threaded Python IMAP4 client" +HOMEPAGE="https://github.com/jazzband/imaplib2" + +if [[ ${PV} == 9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/jazzband/${PN}.git" +else + inherit pypi + KEYWORDS="~amd64" +fi + +LICENSE="MIT" +SLOT="0" diff --git a/dev-python/imaplib2/imaplib2-9999.ebuild b/dev-python/imaplib2/imaplib2-9999.ebuild new file mode 100644 index 0000000000000..141da6fe2a09a --- /dev/null +++ b/dev-python/imaplib2/imaplib2-9999.ebuild @@ -0,0 +1,22 @@ +# Copyright 2021-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..14} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 + +DESCRIPTION="Threaded Python IMAP4 client" +HOMEPAGE="https://github.com/jazzband/imaplib2" + +if [[ ${PV} == 9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/jazzband/${PN}.git" +else + inherit pypi + KEYWORDS="~amd64" +fi + +LICENSE="MIT" +SLOT="0" diff --git a/dev-python/imaplib2/metadata.xml b/dev-python/imaplib2/metadata.xml new file mode 100644 index 0000000000000..b8145b1c87016 --- /dev/null +++ b/dev-python/imaplib2/metadata.xml @@ -0,0 +1,12 @@ + + + + + Florian Schmaus + flow@gentoo.org + + + imaplib2 + jazzband/imaplib2 + +