From 362497499236f8557b6a77c1d6183026a3212dff Mon Sep 17 00:00:00 2001 From: "Andreas Billmeier (@Home/mbp)" Date: Wed, 11 Oct 2023 21:02:04 +0200 Subject: [PATCH] dev-python/python-kasa: drop 0.5.0, add 0.5.3 Signed-off-by: Andreas Billmeier --- dev-python/python-kasa/Manifest | 6 +++--- dev-python/python-kasa/python-kasa-0.5.1.ebuild | 2 +- ...asa-0.5.0.ebuild => python-kasa-0.5.3.ebuild} | 16 +++++++++------- 3 files changed, 13 insertions(+), 11 deletions(-) rename dev-python/python-kasa/{python-kasa-0.5.0.ebuild => python-kasa-0.5.3.ebuild} (76%) diff --git a/dev-python/python-kasa/Manifest b/dev-python/python-kasa/Manifest index f44368665..b056a58c6 100644 --- a/dev-python/python-kasa/Manifest +++ b/dev-python/python-kasa/Manifest @@ -1,5 +1,5 @@ -DIST python-kasa-0.5.0.tar.gz 87181 BLAKE2B b15972c3e4aad1bba7e2efc1f5e949c55bfad47a6cb05c4dba435dd4adf4a0809265a0f6f714efa6d0c0afe28f91638a8c6683d5b0d1a5afdb0374738b641f07 SHA512 0f0930d5f24276ab4d7338e6c17bd8e142eada1f1fa76281173596ca452bad4aa4514de6eaab75bee3ce130294dcab95e369d44a0bf22a74619de44151e26330 DIST python_kasa-0.5.1.tar.gz 93458 BLAKE2B f0283b53e52b6d5a2db1ff1a6fff3aaa0122e2768ad6d02e3cc01cd7ab2e6022c9b490b1f7e2c88762676bec984c36dac5055687c9fa9fc5a619e4cc3f17395c SHA512 5964bbe93530cfde9de7c45f9e7c7b8c434a0e61ffc060d22340852a267da14f56c3b9c71e1a666af4bc441c4615528f16b2e743a9b899c9826b1b75cceef016 -EBUILD python-kasa-0.5.0.ebuild 974 BLAKE2B 11ee358c0374cd09bfc57587e0aead97d288d0bc093d992c5136f66fccf77ad3cc949d8f63297ab2c0789bac9b3ba5e6f55b2c95dd2e9be99d64f35cc8a24ac7 SHA512 27054cf7fd8b9311fe48cc13691463db2d84361e699311641d4dde895add89d639c72bceaa0b3c168083d1d87d7da94aa9713ef0c0c5e4b8a17d4b7ab9675151 -EBUILD python-kasa-0.5.1.ebuild 1025 BLAKE2B ef6989285e32511b2a0c61341e480ee16299c1871ebcde905df7c993c8eee59454e2ab2b8ea7b86baa11f2532c0db8e1b3fb6c8c30536f7de4ba708ebae65630 SHA512 a79ab0b25c7ec891d195115b23eb2817edff27b545b3c198ce306aafea6ff49868138e8b3d6ae2c8d3264e74f6f566ead28de2dc45b80cac29188aa61816de16 +DIST python_kasa-0.5.3.tar.gz 96127 BLAKE2B d0ace590678908292aab659a2b0f80018784da663e2a35519ead452cf4bbb95996c3fdf53b6d9df2f1b5838d5c3df8f9630b1c2ffee96460fa2f4d7c1c0ef480 SHA512 ed4b829ca9f1f7d9ddba755eeadddaa21e3ab79f6dfef8ff5e368688d78dd9be4e070ffa1fd4631a0fb8ef3b73c6ae51005d2126284d50fbc22e2cccd88cf12a +EBUILD python-kasa-0.5.1.ebuild 1026 BLAKE2B 568fc343e126f09ecd58dd8e2cb9072f005ee34a7c77818ce79c5efd0cd21d38b1db39fb56e40871a6c45a6dbc3c66ad855887777a25d0021972cb38d10cdd52 SHA512 3319dac51d532a7ce0c0635e05decf7c00c4da7445188914f575421e85ec7ff477a298fbe6fe251595d7887b776089fc3abfa788c3707eb610e5082d96bc89b2 +EBUILD python-kasa-0.5.3.ebuild 949 BLAKE2B 448bf45a3cd019555899008b0753771adf3affdc5fb9caf8e45020a2153c8baff0816a8d7e6324c841c7c2fd53d02e829eaa64c1f9b12548c053ac8ec0dedff8 SHA512 9cf74fd2807d36cd5b87e870fdd8b3cf90a36864b0ba7d3f1c8f74858e6e2569f96c85e5d524bcf63d48adb1d0c9896180bf1b176b9529f3395e1bb5e4aac558 MISC metadata.xml 395 BLAKE2B 5e29f4817b9616253e26ecf83c38fd8ef6a387853437eaf615c78a24e77409b587596dd827e00f3ec161d23704e7239b0e83733aace51721d4754ab286c32085 SHA512 327a488b295cd95abb3fe109297687fa284aa2ef1e83101940d1def59c571a05d742f8cc714848893feb1d7f168db04c85902ea3c184d8fdba267f7efb55648c diff --git a/dev-python/python-kasa/python-kasa-0.5.1.ebuild b/dev-python/python-kasa/python-kasa-0.5.1.ebuild index 9215a04f8..c2702b7d3 100644 --- a/dev-python/python-kasa/python-kasa-0.5.1.ebuild +++ b/dev-python/python-kasa/python-kasa-0.5.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=poetry inherit distutils-r1 pypi diff --git a/dev-python/python-kasa/python-kasa-0.5.0.ebuild b/dev-python/python-kasa/python-kasa-0.5.3.ebuild similarity index 76% rename from dev-python/python-kasa/python-kasa-0.5.0.ebuild rename to dev-python/python-kasa/python-kasa-0.5.3.ebuild index edc3d81ca..87b2773e2 100644 --- a/dev-python/python-kasa/python-kasa-0.5.0.ebuild +++ b/dev-python/python-kasa/python-kasa-0.5.3.ebuild @@ -1,15 +1,14 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 +PYTHON_COMPAT=( python3_{10..12} ) +DISTUTILS_USE_PEP517=poetry +inherit distutils-r1 pypi DESCRIPTION="Python API for TP-Link Kasa Smarthome devices" HOMEPAGE="https://github.com/python-kasa/python-kasa https://pypi.org/project/python-kasa/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" @@ -20,11 +19,9 @@ RESTRICT="!test? ( test )" DOCS="README.md" RDEPEND="dev-python/anyio[${PYTHON_USEDEP}] - dev-python/importlib-metadata[${PYTHON_USEDEP}] >=dev-python/asyncclick-8.0[${PYTHON_USEDEP}] dev-python/pydantic[${PYTHON_USEDEP}]" BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/pytest[${PYTHON_USEDEP}] dev-python/pytest-asyncio[${PYTHON_USEDEP}] @@ -36,4 +33,9 @@ python_test() { py.test -v -v || die } +src_prepare() { + sed -e '/include = \[/d' -i pyproject.toml || die + eapply_user +} + distutils_enable_tests pytest