diff --git a/dev-python/lakeside/Manifest b/dev-python/lakeside/Manifest index 385b8fce3..ab7be5e74 100644 --- a/dev-python/lakeside/Manifest +++ b/dev-python/lakeside/Manifest @@ -1,3 +1,5 @@ DIST lakeside-0.12.tar.gz 7447 BLAKE2B f8391ce1480ed516c7d9ddcb6de9041f330ac58047cb7b3e4f175e0255d40a4371bac9caf900de7761f13adb1f4c21d6474783f6a0b021b014478273ce11c9a4 SHA512 51d495013b07edaa23d2da0d42beaf350988c0a438b21fa2b384393aeddb9c8ca1ebccdaa3f53604c8a5c1adc4b6c59097df7eb59ac79c8f424c98c012866e3b -EBUILD lakeside-0.12.ebuild 791 BLAKE2B 14687a3d6f3278fa7c5c40d7885c0748f6a9ad8d3f86585e0051216e22c1e55afc07952c554f28bef451f9ac8b0edf1029cd06b0a27d69b0f50de35d758958d4 SHA512 f6eb0bbb70bf084ea6da66580faed52d2094eecdd5d5c166f5962949a74999891601986497228245cdcf327e3703ae63b2e0bcfe5dfbe3d5a8a628690ee5d82d -MISC metadata.xml 516 BLAKE2B c07b9601041041966ba0824d7baa04310bbfa639ba2229b1ac91561bc160c59626993bbecced86f631f3ab3bae4951fafc12cc114e322a9cb65795530e833eb4 SHA512 dab80a2f4402dd32e2d7665764ef087c89c4c4ffa0dd77a881d4b05c8ca3584a675521c796971a2f59f347f80959e8c08aa63e46b5e762f6ba4af73629e5aebb +DIST lakeside-0.13.tar.gz 9077 BLAKE2B 2f8e5504e570d5a600d0c08fd3ea5084ca81a2fdd2d6809e13af681bae90294d791cda9ba658f6b8d7cb5a926340f82d76634fe88dafb00919e57908b4341a0f SHA512 ef3f26b6d48d4d0a851545976b1120ae9abcd0cd2b1b1467d36bb0e54406154d68f86a5d67372284f27593bde5114bc23f88fa5426c4a9baacbff4a55af45f2f +EBUILD lakeside-0.12.ebuild 727 BLAKE2B ee8a52283447a5426407e6ace4da8a6decbd23c9f50ad0bac15efa837f71a98ed5ab9da9522b2a21fdb465b670a99d4db727bb283ec0d823cf35275ac34198ee SHA512 efde230f99475e37f309040624e09bbce5b5629b6abfee7b96dae2438aef3d92fd0cce2ed81943be2f8800fdae8955efd4464018bd3c908089564823e43e704a +EBUILD lakeside-0.13.ebuild 727 BLAKE2B ee8a52283447a5426407e6ace4da8a6decbd23c9f50ad0bac15efa837f71a98ed5ab9da9522b2a21fdb465b670a99d4db727bb283ec0d823cf35275ac34198ee SHA512 efde230f99475e37f309040624e09bbce5b5629b6abfee7b96dae2438aef3d92fd0cce2ed81943be2f8800fdae8955efd4464018bd3c908089564823e43e704a +MISC metadata.xml 518 BLAKE2B f39f48a599630cb70378b7858ed33af85dfbe14eb0ed1ed2e60d85b067273c47dd216622e587ada3cb4ded84bf2f5317277336035c9e2575b540a2def7e74e45 SHA512 5c6677f1fef514274d25300ff113369423b763d71a0d6bdccd76dddb82fa01696cecf5a32a500c6a945161b79dff25f2548dfbdfc62dbf27ee02042e5c095d19 diff --git a/dev-python/lakeside/lakeside-0.12.ebuild b/dev-python/lakeside/lakeside-0.12.ebuild index f9e9e708a..8437da765 100644 --- a/dev-python/lakeside/lakeside-0.12.ebuild +++ b/dev-python/lakeside/lakeside-0.12.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=setuptools +inherit distutils-r1 pypi DESCRIPTION="Python API for controlling Eufy LED bulbs" HOMEPAGE="https://github.com/google/python-lakeside https://pypi.org/project/lakeside/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" @@ -17,13 +16,10 @@ KEYWORDS="amd64 arm arm64 x86" IUSE="test" RESTRICT="!test? ( test )" -DOCS="" - RDEPEND="dev-python/protobuf-python[${PYTHON_USEDEP}] dev-python/pycryptodome[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}]" BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/pytest[${PYTHON_USEDEP}] )" diff --git a/dev-python/lakeside/lakeside-0.13.ebuild b/dev-python/lakeside/lakeside-0.13.ebuild new file mode 100644 index 000000000..8437da765 --- /dev/null +++ b/dev-python/lakeside/lakeside-0.13.ebuild @@ -0,0 +1,31 @@ +# 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="Python API for controlling Eufy LED bulbs" +HOMEPAGE="https://github.com/google/python-lakeside https://pypi.org/project/lakeside/" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="amd64 arm arm64 x86" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND="dev-python/protobuf-python[${PYTHON_USEDEP}] + dev-python/pycryptodome[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}]" +BDEPEND=" + test? ( + dev-python/pytest[${PYTHON_USEDEP}] + )" + +python_test() { + py.test -v -v || die +} + +distutils_enable_tests pytest diff --git a/dev-python/lakeside/metadata.xml b/dev-python/lakeside/metadata.xml index 63f709885..6c21ef09d 100644 --- a/dev-python/lakeside/metadata.xml +++ b/dev-python/lakeside/metadata.xml @@ -7,7 +7,7 @@ lakeside - google/python-lakeside + nkgilley/python-lakeside mjg59@google.com Matthew Garrett