dev-python/temperusb: drop 1.6.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-12 21:07:07 +02:00
parent 2643e221e0
commit e2e45ace0a
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 33 deletions

View File

@ -1,5 +1,3 @@
DIST temperusb-1.6.0.tar.gz 34344 BLAKE2B 6dc5d0abe8dcb88eac1b6071d84f76a3644d9d916594631466adb86c88c7989692e85bda3d4272e73be46762e63714d1f4ce6cd1b548392b05671b69d2a7038e SHA512 917179e9b3dfbef519cbf94cf7d8ad8073925cc32f2f8f38a99f39da10db22adbefb9b8605f016efb2449c2648fa7eac258dc0a97010beba5ff4d9ee1e3de59a
DIST temperusb-1.6.1.tar.gz 36109 BLAKE2B 95590e88803df7138ae78ae50e739f5b354a2f832af166b033a5db5dd0ed26ba9ac511827c94e55b6e0f17615ae153af98c4898ce9878b92c9b6be67db91fc5f SHA512 ef32700c156a515f1551f935a78a1ab080c266de2b487f1caa98f90e3182040419e3f5ca5730d4b8f7e93a818938f77531d741dbc306ae662ea9cdab00be172b
EBUILD temperusb-1.6.0.ebuild 655 BLAKE2B b43287f523d71cd4fffef72164c8f20c0d845319b82c185d68776c91c5430b03ef259089d5d8621b0e1bb0cf426267c20882fb9700c0cb5c62cf09d25abbc051 SHA512 03cacb0e22e22de87bb89a0b8b10bf76e35643a8f0dbfbc74c2ac22198eef683dd4fad2f7aab894fcac20d594b0ec527c00be496baf0b258dac59bf27fb4602a
EBUILD temperusb-1.6.1.ebuild 553 BLAKE2B 2212acdc99769a805f5c71f5d1a7c40e39d6dc7f080cffd3247ace9e512a61ba752a19e1be1a3dfe4e4b6973192f651520f9fbbc39554c7f8633eb50a1929eb9 SHA512 96db7773e8988e11313efd1aedf44c4ddd20cf660b2dbb2b99886f936630abee6e7e08cf9efa50d437b684869891b0b0f9031afa30d7450156965e9c16cf3dc6
EBUILD temperusb-1.6.1.ebuild 553 BLAKE2B 2bba9cad2c988bcb1867eaea925e0b9e1170faa8ace102ee99e2c15c774c58cf079cd4dab60bd00feedd200d26908fdd54d42d805bf633d8906be83ca1d970da SHA512 9a86075382241eb6b36d11603a39f9428efe6e80f868ff0752132e0b727ac58d55106e0cd38a126ba4eb56d21f4dda7c7a1f85a56011a0aa0c7c123e2c238e3f
MISC metadata.xml 530 BLAKE2B c54f6cffd9acaaacc97f688fea82f13edd0a58f32aebce6757ed1895dbc3f10b3d5b880a871af30698ebe508c0cd9d3e463e61037a7e6e28c414789f0d42782c SHA512 b4c73e4a04122d24be86df812c73bfb8d9d26e6c7bc4baad149953fb822d75a7e12601e9ab0fe07d66ff4905f770cbf9d05e959807f2c814fc58da52f9703725

View File

@ -1,29 +0,0 @@
# Copyright 1999-2024 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="Reads temperature from TEMPerV1 devices (USB 0c45:7401)"
HOMEPAGE="https://github.com/padelt/temper-python https://pypi.org/project/temperusb/"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/pyusb[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -2,7 +2,7 @@
# 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