dev-python/nextcord: drop 2.0.0_alpha8

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-12 18:10:24 +02:00
parent 07fc6381ef
commit b10b934f0b
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 0 additions and 36 deletions

View File

@ -1,5 +1,3 @@
DIST nextcord-2.0.0a8.tar.gz 869308 BLAKE2B d6e952a11aa898a4cc76aa736a1226b0619f14429e5dc241c5bc937f7ed28611954f27c15c641cf16532aa11dd44b2d3bb553a646db12049b767a2319c774246 SHA512 0be28b3d86cd6c5534c2e735c1d99b7a289ee3b5176139fe92968ba292617073c7938e05ad9a3daad985611ad5aacabab29d1f8b354b7ffd8a6e79a19b3085bc
DIST nextcord-2.6.0.tar.gz 932913 BLAKE2B f8d29f7f7b6b46f6815e893442828fd215c79452de733da89ad70cb5a711d6a0a141e4cf452617891c507549e7e211e8855ad65c39de1c50b7197e120f01983a SHA512 85d035cc7cd1055f3a258563390275ecdf3b98ad79e701f3caa23adf6a71ae9dc77ddcde2cd2105676889d8a0f973d1c5992fdc1fb80c820718c584ad7d0e0ce
EBUILD nextcord-2.0.0_alpha8.ebuild 739 BLAKE2B 5777f8f3e3902f3813072178b13f387261c1a00f4b92d254460b361c03bb312ca026a575035b23842b0affa7359cbb674a04560854bce33462800d7923a34b8f SHA512 22d49f692befb8418d9d4aea20d3c56f2a86a7bf670b18734459b49901423eb288e23240402d350291d9d5db61b598313a6668bf5af6d58eee9f2a56d936f286
EBUILD nextcord-2.6.0.ebuild 629 BLAKE2B 86b53205cb68ce76f4ec22c721b16ee55ac0869141f5e1833e9f12ad9dfc77951b804c5587e0260f04a1afca6089b37a49c7a450e8c948cafbfa43179ded92cf SHA512 56d5c4e6fe5b7b2f536392fefd7b5b85a3e131ded2a7ba48b22b4801649efa5f42414de4503b86cac0e72adb33cfb0fd31d03cd169f4fc952045a890cc981b83
MISC metadata.xml 386 BLAKE2B 0d52c801a3b180145d1e2edfa84c99ae67b4591728cc49e17f8a01dfc727a7d606383e8fe3f37bc050f2bea36212865be7554a71183a6f74fba26845d8efc959 SHA512 9498dab7e763ea68b1d56c359b4a7f4e1ca8ec398658f62200319b1873136996ce514493ed6764fd574e792f7fdbe34598360c1ab1681da4ff9d844c0ef7038d

View File

@ -1,34 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="A Python wrapper for the Discord API forked from discord.py"
HOMEPAGE="https://github.com/nextcord/nextcord https://pypi.org/project/nextcord/"
MY_PN=${PN/-/.}
MY_PV=${PV/_alpha/a}
SRC_URI="$(pypi_sdist_url "${MY_PN}" "${MY_PV}" ".tar.gz")"
S=${WORKDIR}/${MY_PN}-${MY_PV}
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest