diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2021-03-22 23:34:58 +0100 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2021-03-22 23:41:53 +0100 |
commit | 27c39896eda1c1862866909ccdacc03351789029 (patch) | |
tree | 9dec9d1329701c3f481acec637056bb07357103c | |
parent | net-mail/offlineimap3: package move to net-mail category (diff) | |
download | eva-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>
-rw-r--r-- | dev-python/imaplib2/imaplib2-3.06_pre20210322.ebuild (renamed from dev-python/imaplib2/imaplib2-2.57.0_pre20210322.ebuild) | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/dev-python/imaplib2/imaplib2-2.57.0_pre20210322.ebuild b/dev-python/imaplib2/imaplib2-3.06_pre20210322.ebuild index aab0c6d..4488602 100644 --- a/dev-python/imaplib2/imaplib2-2.57.0_pre20210322.ebuild +++ b/dev-python/imaplib2/imaplib2-3.06_pre20210322.ebuild @@ -9,14 +9,10 @@ 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" +EGIT_REPO_URI="https://github.com/EvaSDK/${PN}.git" +EGIT_BRANCH="fix_packaging" +EGIT_COMMIT="8ab2554bb73cb367c141d63d96044ad4719300c0" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" - -src_prepare() { - sed -i "/version=/ s/\"\(.*\)\"/\"${PV}\"/" setup.py - distutils-r1_src_prepare -} |