dev-python/imaplib2: new package, add 3.6, 9999

Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
Florian Schmaus
2026-07-21 10:08:01 +02:00
parent 67bdca48e9
commit cbc0496978
4 changed files with 57 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST imaplib2-3.6.tar.gz 26252 BLAKE2B 196ae712c2dac75435ff4eb8ee90919bd99a41b758200631adfaacf71f07340f942f0131ec8620aee4c47946f96fbb50a78cd946cd2d222f0a00955a52132e10 SHA512 66c48a51b749ae50020d59855a4ea489ddd49b5b5919a2d3d576231f7a3979cf302f88aab525bf011075a36103eeeb52ab1a246633af3877b7095c2ea2399394

View File

@@ -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"

View File

@@ -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"

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<name>Florian Schmaus</name>
<email>flow@gentoo.org</email>
</maintainer>
<upstream>
<remote-id type="pypi">imaplib2</remote-id>
<remote-id type="github">jazzband/imaplib2</remote-id>
</upstream>
</pkgmetadata>