From 27c39896eda1c1862866909ccdacc03351789029 Mon Sep 17 00:00:00 2001 From: Gilles Dartiguelongue Date: Mon, 22 Mar 2021 23:34:58 +0100 Subject: 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 --- .../imaplib2/imaplib2-2.57.0_pre20210322.ebuild | 22 ---------------------- .../imaplib2/imaplib2-3.06_pre20210322.ebuild | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 22 deletions(-) delete mode 100644 dev-python/imaplib2/imaplib2-2.57.0_pre20210322.ebuild create mode 100644 dev-python/imaplib2/imaplib2-3.06_pre20210322.ebuild (limited to 'dev-python') diff --git a/dev-python/imaplib2/imaplib2-2.57.0_pre20210322.ebuild b/dev-python/imaplib2/imaplib2-2.57.0_pre20210322.ebuild deleted file mode 100644 index aab0c6d..0000000 --- a/dev-python/imaplib2/imaplib2-2.57.0_pre20210322.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# 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/jazzband/${PN}.git" -EGIT_COMMIT="08e267c2cdfa189b4bdfa138d7143ad247e2ca2a" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -src_prepare() { - sed -i "/version=/ s/\"\(.*\)\"/\"${PV}\"/" setup.py - distutils-r1_src_prepare -} 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" -- cgit v1.2.3-65-gdbad