dev-python/pyrainbird: drop 4.0.0, add 4.0.2

Closes: #3009
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-03-10 18:11:39 +01:00
parent 5ccfd261da
commit 1fae8903c4
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 7 additions and 15 deletions

View File

@ -1,5 +1,5 @@
DIST pyrainbird-4.0.0.gh.tar.gz 33368 BLAKE2B cff119d178af95eab91e87fe19e270d653e663484072c19098255a2e60e319f68dd1574a81887ed7a92c8ff14597b3e7176e7e4a65e5215393207ee0f69c8691 SHA512 d3d72d4f2df001b5282fb80a570daa7496859aecc39262dd36508d8779c1c65fb3e7688f09a2d7a34543c7c0f5872d52f198f27b436136ec44a1258c52ce4cf9
DIST pyrainbird-4.0.1.gh.tar.gz 33516 BLAKE2B d251b8d7bba8c2f06d33fbb27b76f59131afdf93e9b4de40fd7da203c194859219dace6fc8b69ca6015b9924d2019579ce3de06603dbd83f795872c541b3608c SHA512 404e2f89bc03468504075a53b0f1ae222a99e14938cd4f64e68028f140cee04f32ad2005c4b73fcc592b7407db8636b1d5f128c6dd57e26b8c8ce4cfb4de0da9
EBUILD pyrainbird-4.0.0.ebuild 993 BLAKE2B c84fca675b974af266c2ea163377e7c7c6988cad412af3d267638870b6465bbb7ec5315d63e240fb41932d6c0841139226c892a616383f15d46f1afd40a84dbe SHA512 0a4f0381827ed7ceba44c465ebe5f5f904703a807c67c5cf30558bb636ae0a518ea1ad430c7f372ec0ce971d699bf447b2589eb863b7a240059e8ec1c68a26d4
EBUILD pyrainbird-4.0.1.ebuild 993 BLAKE2B c84fca675b974af266c2ea163377e7c7c6988cad412af3d267638870b6465bbb7ec5315d63e240fb41932d6c0841139226c892a616383f15d46f1afd40a84dbe SHA512 0a4f0381827ed7ceba44c465ebe5f5f904703a807c67c5cf30558bb636ae0a518ea1ad430c7f372ec0ce971d699bf447b2589eb863b7a240059e8ec1c68a26d4
DIST pyrainbird-4.0.2.gh.tar.gz 33577 BLAKE2B f2c2fa06cf6fc1fec3d66645949edc75a393f2569a81b18b82e37002553e743e27a43aa7a4ac6a7daaeaeaae1f39a96dc1fbe74beb75d3f8ea89c17847524794 SHA512 b949a3283f38384c3a56751440d8bdc6dab7f61602464da6873c61e02db133b75455f7ac0b70ba67a8fe37e42a214c6287bae814117dd3d29ffeed5054b14d4d
EBUILD pyrainbird-4.0.1.ebuild 993 BLAKE2B 7453cdbf309eb1e69ec5dcc9b50b0be3290dcd91ef564321b6cb4274b9437f7b9cccd96981b9a4ddc6c212da460540de5e10a0768086d1103b091201bfc4d05a SHA512 24f296dc7b30e813cf91a6aadc50827e296d170250343b63f6e6523919f0407774ec66f2a6cd7f65894188617edd3c5fac4acb63ef3af4dff8efc06966bdc2a6
EBUILD pyrainbird-4.0.2.ebuild 891 BLAKE2B bf27045f2752fe7474f2f37e05067c0bd3035b8831ab001f201863c90163a630a6edbb781640f310d3c6a622c1a646810556f9507d3a242f6fbdcbe63e880255 SHA512 26346d45267d7ae4ec7a9838eece91732527611e12971f738abc82e3c86d2e9d36f3f8f435772b5f866498c63cf42429a1533ced58d143bc7c7cd3e101a33a02
MISC metadata.xml 519 BLAKE2B a1882e7ed1c83e6a7b8ec0d6418a00cfe508a617cacc1a42259b49e24e1f58c28316829a3b1be35bcc1baace9608d20cea020cd8eb778306b6acc357b323cd8f SHA512 26539af3faab6ded27b02430f416579e6d8ddff190e798fac50de37663ec024a861a5c3e147f28667889812280a3ff62efe8a017ec4bcf2c82dbb03781f28baa

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
@ -26,13 +26,5 @@ RDEPEND="dev-python/pycryptodome[${PYTHON_USEDEP}]
>=dev-python/python-dateutil-2.8.2[${PYTHON_USEDEP}]
>=dev-python/ical-4.2.9[${PYTHON_USEDEP}]
>=dev-python/aiohttp-retry-2.8.3[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest