diff --git a/dev-python/melnor-bluetooth/Manifest b/dev-python/melnor-bluetooth/Manifest index 84cadd445..fb03ca217 100644 --- a/dev-python/melnor-bluetooth/Manifest +++ b/dev-python/melnor-bluetooth/Manifest @@ -1,5 +1,3 @@ -DIST melnor-bluetooth-0.0.15.tar.gz 9646 BLAKE2B 8957f7b39af54135f42b69645f3bf19af0b72cc34450f5dc282450385188e93260ac4a3563a931dcab4bbef560769939bea02df6b5e34386d75e7695ab5e5975 SHA512 17b04407fb8f5c92c2e52d1d6f4f80e09d043e52f6d44e9a912eab7afa179aa9d2e9163d31165e716c601bb68e2e7e31c1f531092d0232b6c653f71427df5b98 DIST melnor-bluetooth-0.0.20.tar.gz 10127 BLAKE2B b250433d45680156366300e69597d68748c19844532d4e91600232799c4e58a6bead6277dee92725eb7d191271f8929562338c0d6758d0d9cf8ae3cf6b0e2457 SHA512 53ea1ca1ae6e947ae86964cb73bb2e1dc3c013d418f40dd5571ece8d89a3581a7e03d02c7b7bf2d33aab93470831c16c61ad747908b19d7a71eade548a1331b2 -EBUILD melnor-bluetooth-0.0.15.ebuild 959 BLAKE2B 8ef698f35bfd242fceb5eecfa669a1c63ba5826b15f0231d9103b03cf45afcdffaaab5f790535ab10e36296a70593998ff749abc74aac5f4f8c0ec840098ffc7 SHA512 9e9b1e7aa477e5a005248012370ab8b1da59b27a3612dcbb54ebfc71a87e7373c39de6defa91a4385ec71741579f5e41455612d5b41b82f7e05de5a9a1b84115 -EBUILD melnor-bluetooth-0.0.20.ebuild 931 BLAKE2B e4d146b5014b60eea8986e24aef001b47263d58a2571fe086d468637512cf570300cfaf8ba0084235545eed9f8562ed8eda29e9fa3ae2ffecc274f1947cb1f0e SHA512 1e8a6abaff63f4c42fef724021927165a47fafa1f095d24b385c9c54a5232bb766591e6307236df0aca1e11c0822d6c146fc66fa981e84440e616d95cb3096c7 +EBUILD melnor-bluetooth-0.0.20.ebuild 933 BLAKE2B fb84a19321a9cfd7c3d3e1d85c6a5708b7a2d751291bb62cab3c4d7f1fb76cea7ec0be61f1c27f21b69768b34105da8193ed52f760d994eadf6e779740425836 SHA512 5f0c0fece205443106fa797f6423f1295ffe498ad426fdd01bc2ed9893357a2c272f9c3120919b2506386b875551c476a7de54936f720ff0864a657d6a4cd946 MISC metadata.xml 470 BLAKE2B b39737ad473d8491b4f7b174a077965bce87c36a1ccc28bd29e1c680206a17a7fb5c72b39cae34e1a6eca9c653f482c382a8ae36b9b847ce615f5ebf6380fdbd SHA512 0ba70c5da2fdb79efb7d7d3a84b09c54f3fe6de0b22e6ca099de0424044a8cf1a68029c96bc134cb5858bb5c8edcc48d3174ecefe9c8b41b5c13b99d67458df4 diff --git a/dev-python/melnor-bluetooth/melnor-bluetooth-0.0.15.ebuild b/dev-python/melnor-bluetooth/melnor-bluetooth-0.0.15.ebuild deleted file mode 100644 index f5d74cc34..000000000 --- a/dev-python/melnor-bluetooth/melnor-bluetooth-0.0.15.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) -DISTUTILS_USE_PEP517=poetry - -inherit distutils-r1 - -DESCRIPTION="A small python library for discovery and interacting with Melnor, Eden, etc Bluetooth water timers." -HOMEPAGE=" https://pypi.org/project/melnor-bluetooth/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -DOCS="README.md" - -RDEPEND=">=dev-python/bleak-0.14.2[${PYTHON_USEDEP}] - >=dev-python/bleak-retry-connector-1.11.0[${PYTHON_USEDEP}] - >=dev-python/tzdata-2022.1[${PYTHON_USEDEP}] - >=dev-python/tzlocal-4.1[${PYTHON_USEDEP}] - >=dev-python/aioconsole-0.4.1[${PYTHON_USEDEP}]" -BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - )" - -python_test() { - py.test -v -v || die -} - -distutils_enable_tests pytest diff --git a/dev-python/melnor-bluetooth/melnor-bluetooth-0.0.20.ebuild b/dev-python/melnor-bluetooth/melnor-bluetooth-0.0.20.ebuild index fe4e26a1b..100de82fd 100644 --- a/dev-python/melnor-bluetooth/melnor-bluetooth-0.0.20.ebuild +++ b/dev-python/melnor-bluetooth/melnor-bluetooth-0.0.20.ebuild @@ -1,15 +1,15 @@ -# 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 +PYPI_NO_NORMALIZE=1 +inherit distutils-r1 pypi DESCRIPTION="A small python library for discovery and interacting with Melnor, Eden, etc Bluetooth water timers." HOMEPAGE=" https://pypi.org/project/melnor-bluetooth/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0"