From 5eb30997b8add58c0c52c2a87053febebb010cdd Mon Sep 17 00:00:00 2001 From: "Andreas Billmeier (@Home/mbp)" Date: Sun, 11 Jun 2023 19:28:21 +0200 Subject: [PATCH] dev-python/imaplib2: update SRC_URI Signed-off-by: Andreas Billmeier --- dev-python/imaplib2/Manifest | 2 +- dev-python/imaplib2/imaplib2-3.6.ebuild | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/dev-python/imaplib2/Manifest b/dev-python/imaplib2/Manifest index 6d03b3c9a..6ef464900 100644 --- a/dev-python/imaplib2/Manifest +++ b/dev-python/imaplib2/Manifest @@ -1,3 +1,3 @@ DIST imaplib2-3.6.tar.gz 26252 BLAKE2B 196ae712c2dac75435ff4eb8ee90919bd99a41b758200631adfaacf71f07340f942f0131ec8620aee4c47946f96fbb50a78cd946cd2d222f0a00955a52132e10 SHA512 66c48a51b749ae50020d59855a4ea489ddd49b5b5919a2d3d576231f7a3979cf302f88aab525bf011075a36103eeeb52ab1a246633af3877b7095c2ea2399394 -EBUILD imaplib2-3.6.ebuild 638 BLAKE2B 0a80522cb2c674ecf690e0cb6d76cc0abf7890e3a3212bd7e9035f1704bcb47955c20dd23b756194bc28a504d6c6b9b99f11dcd2f48d110a21694f09a782d062 SHA512 58851ce23ddc3304b26c04395fbfcd9539bdcab469a5c9f6d8437712b40d1673b4c4c27518bd1d53ac3fcba0b30ea8dd41315521edbca7f8d7cea327dcbd1964 +EBUILD imaplib2-3.6.ebuild 583 BLAKE2B 46c6d59dc72951df2925692022e3941b5a622f2567fb0be2a2e4681dc3bf47366e1e958d0e0ea325226b3f511a0635b6b6e8b3c148fa1abfdd4ec17e5ed49edc SHA512 234fcb63cbbcae062729537bf3c9dba6678fc1374d5c6dd9a388412f897938a09612b80332daca9b076a888290514a06632ee0d5729aa92ebefb4c11e112b598 MISC metadata.xml 386 BLAKE2B d489fb641af6416646294e2ff56e974db3e10d0d1f4f715adca6bd55ebd713eaae03e44b0620e71743fa164a051bca9e1bcb606eb61af8319654d6b08e40bba1 SHA512 b23d513caaff74450117d79ca2f9aafe478a583068563d87e760f88e89da1d18198adfe37310d7d326b63ae87d4a23e557c4fbd91ace31f59b58aaf762e1a33c diff --git a/dev-python/imaplib2/imaplib2-3.6.ebuild b/dev-python/imaplib2/imaplib2-3.6.ebuild index b0fea5258..d76fc785b 100644 --- a/dev-python/imaplib2/imaplib2-3.6.ebuild +++ b/dev-python/imaplib2/imaplib2-3.6.ebuild @@ -1,15 +1,14 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 +PYTHON_COMPAT=( python3_{10..12} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 pypi DESCRIPTION="A threaded Python IMAP4 client." HOMEPAGE="https://github.com/jazzband/imaplib2/ https://pypi.org/project/imaplib2/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" @@ -20,7 +19,6 @@ RESTRICT="!test? ( test )" DOCS="README.md" BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/pytest[${PYTHON_USEDEP}] )"