dev-python/pylitejet: drop 0.5.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-12 18:42:06 +02:00
parent a0e05000c8
commit 08fd86b3aa
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 3 additions and 28 deletions

View File

@ -1,5 +1,3 @@
DIST pylitejet-0.5.0.tar.gz 10018 BLAKE2B 6dd895a6abd99b262604c75647a24ba27c88b28e3bbf3da670e7284ecd4feba71f163e3ed3438b7988f5705c92e42e5264831805afa615f22268fad5d09d6a30 SHA512 7d4cf231fa5214d5352af1d00c600803abc637b048c094380209267ca707912a1ee4f3ff98108b75a5c8692fd4ff0936b5822b3df5cbd822379dda712d5a8cb8
DIST pylitejet-0.6.2.tar.gz 12969 BLAKE2B 64603e727db14b42c65b0b09524b07125f824132a35ede063c416b1a8070a466550d2dcc8370ee9faf6567bbafa222be9f608f6fca0490588645e45ba7440f62 SHA512 b93bdf09df941da6382354e5fd21d9bc171ac697e0c2d83e1b7d7c0f367814b80f5ff7ee6788f2961b8af21178b300912532bc2c0c6bbdc10b5f11b37f7b0a0d
EBUILD pylitejet-0.5.0.ebuild 549 BLAKE2B f918aeb05fdbcc40a4f6a50dd6fb2a7f93a04408d1de3ae9b9b7aae1a5fd7151d20b9472eb2187af5613c2862026a9849150c4a9cf66e5a23e98322c4a4042c4 SHA512 4697aadd1448a1d6054dbcceddf2c8bbd00adb8537f90d44cd4d789737de467c21da460380702cd9025c0cecbd4792521a1de1c387a7ad578533881b65b7c040
EBUILD pylitejet-0.6.2.ebuild 549 BLAKE2B f918aeb05fdbcc40a4f6a50dd6fb2a7f93a04408d1de3ae9b9b7aae1a5fd7151d20b9472eb2187af5613c2862026a9849150c4a9cf66e5a23e98322c4a4042c4 SHA512 4697aadd1448a1d6054dbcceddf2c8bbd00adb8537f90d44cd4d789737de467c21da460380702cd9025c0cecbd4792521a1de1c387a7ad578533881b65b7c040
EBUILD pylitejet-0.6.2.ebuild 549 BLAKE2B c74ae20263feba7fc22a0d4dd8bd6710cc8b58e1087434114f9c02cd7a88a1ed7a72006f7a65f7acfd16ce16e00c03752ff1a9161761c34c60494dff39e5204c SHA512 709ef56eb111fbb2ba7d1771b68f0ad2c209f8f9d4b85ad166655e77582cf1a60b6965a3ea5a2181f32aeee1705eeb24e29d8dd8e70953d656e11f345317d501
MISC metadata.xml 513 BLAKE2B 71435f856bc2691a9a12d1b0041e6c3147d82a21a24325ecbf01a7a050c6ff7188de3d5549b0c8447277641e022fad4a91a8a90cfc87ee3d2bb55f41ede05b72 SHA512 5bdb1719ff77fb059c803aea25362dee0359010b3200381710ca538085098d4e99137a143f9333cc26e815e6243a18431c9add963610d1395ee5e405297a83a3

View File

@ -1,23 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="A library for controlling a LiteJet lighting system."
HOMEPAGE="https://github.com/joncar/pylitejet https://pypi.org/project/pylitejet/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/pyserial[${PYTHON_USEDEP}]"
distutils_enable_tests pytest

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 pypi