mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-04 12:18:08 -07:00
dev-python/imaplib2: new package, add 3.6, 9999
Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
1
dev-python/imaplib2/Manifest
Normal file
1
dev-python/imaplib2/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST imaplib2-3.6.tar.gz 26252 BLAKE2B 196ae712c2dac75435ff4eb8ee90919bd99a41b758200631adfaacf71f07340f942f0131ec8620aee4c47946f96fbb50a78cd946cd2d222f0a00955a52132e10 SHA512 66c48a51b749ae50020d59855a4ea489ddd49b5b5919a2d3d576231f7a3979cf302f88aab525bf011075a36103eeeb52ab1a246633af3877b7095c2ea2399394
|
||||
22
dev-python/imaplib2/imaplib2-3.6.ebuild
Normal file
22
dev-python/imaplib2/imaplib2-3.6.ebuild
Normal 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"
|
||||
22
dev-python/imaplib2/imaplib2-9999.ebuild
Normal file
22
dev-python/imaplib2/imaplib2-9999.ebuild
Normal 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"
|
||||
12
dev-python/imaplib2/metadata.xml
Normal file
12
dev-python/imaplib2/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user