diff --git a/dev-python/pyplaato/Manifest b/dev-python/pyplaato/Manifest index cbc3bc523..095c96c54 100644 --- a/dev-python/pyplaato/Manifest +++ b/dev-python/pyplaato/Manifest @@ -1,3 +1,3 @@ DIST pyplaato-0.0.18.tar.gz 7199 BLAKE2B 25877d87be10d99dac5d6806dc6cd8541d749aa4eb8904ca831ec02585a473a9aaef6c06c82f9608070cc70cd5c574b6e62e901764366e73405d5c82b37a2a0f SHA512 894821ed22263b02ad5b09b10dc3921d10726bd633b2b116a5df221af5024e1756afc3f43bd1b8bc39a722ea5bf36c88fbcf220ae5de413a27a5a39acea07103 -EBUILD pyplaato-0.0.18.ebuild 763 BLAKE2B 1070039512ec583e84d12fec08a2564a74a0a450227ba2428791827856ac1ab3b17827436dcf9c8136802cbd26bac31d1705a0f6e0f9a96c81682632dc9641b5 SHA512 3e377d6531201a7540b0943b2eb1187ee19ce2ffba93d013ff0f7a1d7e016f8e0a56707ca25b53adead7a5edcca0a0d1494878a8807e1162ae6b1454b8987f11 +EBUILD pyplaato-0.0.18.ebuild 707 BLAKE2B 364208ae2f88d0227632905f747e87b195eeca6e5f76b426355b8261000683167d6991b6dc693430c96945c8daf77a06e959e1c72411a82349cf78d49ba27cd5 SHA512 11d37b2a8361790dbc779dd547ee56233c0742b6c15469d4912bc5b627248e9c9e4962cc38434260bca0caf1270bbaef3184a80092a15ae51c1a5b3d7b58891b MISC metadata.xml 506 BLAKE2B 6fc8e131d20601f2cd03b6931dc4a146a75fef4eb0254b833039d394e28acc3bf81ad6cb52b62e8ed4720597699339e420af72bcaabfe68165bd521309e5e3bb SHA512 0aa12e8175949d536df8bb60e847eeb64c2514b9ee2d2f77ef57b234fe55cc9d53a83b3bbe57e76bb6b6f6d7eed43f3f7f179a485400d6a4be4b90f1fc8f21de diff --git a/dev-python/pyplaato/pyplaato-0.0.18.ebuild b/dev-python/pyplaato/pyplaato-0.0.18.ebuild index 8e68b3020..6d6f87156 100644 --- a/dev-python/pyplaato/pyplaato-0.0.18.ebuild +++ b/dev-python/pyplaato/pyplaato-0.0.18.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 +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 pypi DESCRIPTION="Asynchronous Python client for getting Plaato Airlock and Keg data" HOMEPAGE="https://github.com/JohNan/pyplaato https://pypi.org/project/pyplaato/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" @@ -22,7 +21,6 @@ DOCS="README.md" RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}] dev-python/python-dateutil[${PYTHON_USEDEP}]" BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/pytest[${PYTHON_USEDEP}] )"