dev-python/aioimaplib: drop 1.0.0, update 1.0.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-02-12 15:23:42 +01:00 committed by Andreas Billmeier
parent 667906565c
commit 15267cb5dc
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 3 additions and 37 deletions

View File

@ -1,5 +1,3 @@
DIST aioimaplib-1.0.0.gh.tar.gz 382318 BLAKE2B a8738e84be3fe3d3b580e41ae67773abbe10ef8159a315668167c14c969b54168b140e695cd7d7dafcc4606016acf39bb927ef6074190306b39af6e0495fd4d3 SHA512 ce7f8585b454893c19d9de6603a7dee5f1372e6e4111867c2a22707935a6250f689a9975ea302c153319c0e61db980b557f47e3a7a6181acbd69e982ea7475d8
DIST aioimaplib-1.0.1.gh.tar.gz 382313 BLAKE2B 692e95b380ee6ee971e01274e2d58754c6dcf31641dd5e8f96f821c256b3a8d36fce87d9ef61f59ad846711eec0cea795df04936d841b27a7dc0de09c2053cc4 SHA512 7b6a545140f02a872d55c9bc8008ffe8ecc3cabbfe82fa499186f2697cf8cfd76fa499b7b6dedac57430aefc16e216c42200b84912c970126a1d2531986adbf1
EBUILD aioimaplib-1.0.0.ebuild 696 BLAKE2B 703be257a3f5aced5c4d6c6e38c2be39cb86d4a9c9e37232cea063cc25b55e192bf740b88f2e4478580828610b94b956879660422a21889da2b53e928a9567ed SHA512 e6d2826898a841f8234fe9e2dbe55e787b8928eb1d354de5c37af48a28f5af73aa40915f1b1f4f6c9760da991ecf7404056241ed6495381b30d5f49fd908df2c
EBUILD aioimaplib-1.0.1.ebuild 852 BLAKE2B b08601933bf3cbaafe09f8623388b6d9f66301b6631e278028f3588678871470dc03d2e248aed3e5847882aaa58ce6dedfd51e63d11a65d4901f430741052d5d SHA512 93e74770f66fb62bef04f75d0804c96849b62d817b7c890059cd221e4d3db1fd0a173bdb84136bf9425506f30f638d57b8569b6a6f1c981ee2c200312735e965
EBUILD aioimaplib-1.0.1.ebuild 883 BLAKE2B f27e57be5767a1106d7648bead70aff75879ef291e1e559665fc3c32535b73d125715adf60e8bf62b75bb086c26127f494d9bebdb3c2599fffa02396f0c4b57d SHA512 56021da83911a6ca679a201fa6d079216d460e03dc1cfc08695fbca91e2113aba259970b249865dfe7d0f88fc2d372134a5c18cd3fba8e9b625f9647c9e38b25
MISC metadata.xml 516 BLAKE2B 9f7b2d6dbae7e74cb459b804cc9de846c9ecd419b02ae808041dea168a05070d1a34bbc444099d123fb00108bf1cddc356cbbc1bb3d2fc54a98a16cb70474f03 SHA512 21c5f4a58a2a8b8bf7aa19c008d9b6da86b9095f490203f6b79406a9afe12a18fa4556d8dcced43bdf01e5875a29055fc7cedec3440c9012d474d103b69b892c

View File

@ -1,32 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="Python asyncio IMAP4rev1 client library"
HOMEPAGE="https://github.com/bamthomas/aioimaplib https://pypi.org/project/aioimaplib/"
SRC_URI="https://github.com/bamthomas/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -1,10 +1,10 @@
# 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} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="Python asyncio IMAP4rev1 client library"