dev-python/govee-ble: drop 0.19.1, 0.19.3, 0.21.1
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
@@ -1,9 +1,3 @@
|
||||
DIST govee-ble-0.19.1.tar.gz 10629 BLAKE2B 8e86177ba74c6aff1a22cfddbe5d36dfc2ae226477fcc7e5de4f5e2e1c4f7dce664125d4cffed2fc0c0fd89dae6d8e9cc82b3cea761a51a2f11e54188b030d5b SHA512 6d4326ee75b6562afe940772db6c13905b2374594e011baa6483fd83223380e7a7518723729b8f2305db9c8f414310678e5ba30b13ad7afb0dbce8536952273b
|
||||
DIST govee_ble-0.19.3.tar.gz 10729 BLAKE2B 2dce202f200edd27c0f86f02fdc3f65734be4fefb0ced5f1ae1f93c38a42f8ab37a11e1b72d74a2a2b8d110c1cfea3378549bdb2c9170f5392c475655b07028e SHA512 89be4202c87d086858a3544af0601016d036c3e2d6091ba8db67fe3b5be3c7d737ae8082078f4e9bc51165513b594892fc09b9bf867338ca94deb7cf1f51d949
|
||||
DIST govee_ble-0.21.1.tar.gz 10988 BLAKE2B c82bd13815a210a0db54ec2810a01c55bd2c2c54a47b66b232aff8af62e76f5703ffee6210e5b0def0811804d38910ea89eb53d31d2f3795e16257d040bf522b SHA512 06cb1e62498f2048fa7e2edabb4b2448f2a0add9d5c6081f7d713c7f3999a99b82ca41512642f6f90984dbce0b0dfe79f975af2d8a2c4d2e1183fa1dcda0fe2d
|
||||
DIST govee_ble-0.23.0.tar.gz 11193 BLAKE2B 6d7fa2b87847107e01d7e025309b1b96720abbb0c6e3bc666d593f8cdd40a2e648dc0bca20cac0ace984a2298bfe5257d322e5693f917580abaefe88ee453d17 SHA512 91003d91ca0cb151ca144fb0cbf59b1c19ef9f2c6eba8443aef373a637c55910298c9e2126036e939e342560e6798e50337cd09f6bd10fe9593979b404588696
|
||||
EBUILD govee-ble-0.19.1.ebuild 904 BLAKE2B 5afad372d902b673702388b46ed51c3743f5ee6953910d9bf9a8871175b64b6f523f71d4a76e8930ab34405955f4cb3f88b1a7b4b6c58d0643fa5d00dcc0aacb SHA512 b6827057c94906bb641253f9cf78ea4ad8992ec93f22db135eae2b1055185e2849918905242a0f762e1ab4c4cced025e6c83c659ddd0145c10664edbf7065074
|
||||
EBUILD govee-ble-0.19.3.ebuild 884 BLAKE2B f391c99b7b1f21547a36934d8fefd9e465b551e3842bf40717ce2a610f8d92352744f34bd9098cf6a011dc0117de49e3156b81fb332e4b9f752d36d313c7f8b8 SHA512 5a2e092dbb5e4c4e271441bc80809f399e62ba0e662c0101b4434a3f781a0a17fe9331815cdb665f0aadde651355765ef470545fbeb271dd18f35d0e331d6171
|
||||
EBUILD govee-ble-0.21.1.ebuild 843 BLAKE2B ff556e8a3fedecf113c9a0eacef73f4bf16d72315db814b67d2ce8f19379e8e882098a025af14ab55f39e8034078a7c2d201da1b5585fe0f706791ff3d326637 SHA512 12a96d86d85916480eb7c0ace74464b1d50e88222051f78aeb297791c8020c79bb263e5bb08fa91f9ba767a958344e90906e886b54bb60f9454b3cbb6e1e099b
|
||||
EBUILD govee-ble-0.23.0.ebuild 843 BLAKE2B ff556e8a3fedecf113c9a0eacef73f4bf16d72315db814b67d2ce8f19379e8e882098a025af14ab55f39e8034078a7c2d201da1b5585fe0f706791ff3d326637 SHA512 12a96d86d85916480eb7c0ace74464b1d50e88222051f78aeb297791c8020c79bb263e5bb08fa91f9ba767a958344e90906e886b54bb60f9454b3cbb6e1e099b
|
||||
MISC metadata.xml 520 BLAKE2B cdbfa09ca442bbd762c7ede21f008c25563924ca7dc03ebb119442a0c85433348dda793a0107df7b457c779f963eb31032d63ed28f92d34edb7a4b513dfb7a49 SHA512 b7cc5a74bb0a654c8015c0edcc70b3be78fb833992f7b39e422c3398b71dac5f1db0c2d31dd8ccf10237d59fb87c32b90dee00ffba736dff22de848453c798a4
|
||||
|
||||
@@ -1,36 +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=poetry
|
||||
PYPI_NO_NORMALIZE=1
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Manage Govee BLE devices"
|
||||
HOMEPAGE="https://github.com/bluetooth-devices/govee-ble https://pypi.org/project/govee-ble/"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/home-assistant-bluetooth-1.3.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/sensor-state-data-2.2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/bluetooth-sensor-state-data-1.5.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/bluetooth-data-tools-0.1.2[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
@@ -1,35 +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=poetry
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Manage Govee BLE devices"
|
||||
HOMEPAGE="https://github.com/bluetooth-devices/govee-ble https://pypi.org/project/govee-ble/"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/home-assistant-bluetooth-1.3.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/sensor-state-data-2.2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/bluetooth-sensor-state-data-1.5.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/bluetooth-data-tools-0.1.2[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
@@ -1,31 +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=poetry
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Manage Govee BLE devices"
|
||||
HOMEPAGE="https://github.com/bluetooth-devices/govee-ble https://pypi.org/project/govee-ble/"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/home-assistant-bluetooth-1.3.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/sensor-state-data-2.2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/bluetooth-sensor-state-data-1.5.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/bluetooth-data-tools-0.1.2[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user