diff --git a/dev-python/pyclimacell/Manifest b/dev-python/pyclimacell/Manifest index 8a57a2d77..d5a6a9fc9 100644 --- a/dev-python/pyclimacell/Manifest +++ b/dev-python/pyclimacell/Manifest @@ -1,3 +1,3 @@ DIST pyclimacell-0.18.2.tar.gz 15897 BLAKE2B 1bf22829a41a3ae97d671cf7e68aed0834bd459865b48d54d2006b80742cd076a8d32c46f39284587206bb56cebfa03056a79ee414f084fedd2907d08116ec0c SHA512 3924b9c1d7b1a3de9a1a47e5499e599158ac385553d4490245c3ccf317d60a77fdb22bfe74fd576e309c2136733a935fb42c1c865f4973593db882629e2d1be5 -EBUILD pyclimacell-0.18.2.ebuild 755 BLAKE2B 39fc34f67dd8696bf0c1f8a6cf90bbbabb2d159c07919f3d7dbf4a396809037f53f4ccdf826f37ed8a63c55b36f1dc3d4f80781a258c5a57076ca99c40e274a9 SHA512 6a9f3d055d71d40d2d97c05094d6c86a268f4d3b1fcf94be712fe967f927ee944f6b2aa976f781f103b471cd0d540b46df9c1bda9e20c97582d768ba6d9df276 +EBUILD pyclimacell-0.18.2.ebuild 598 BLAKE2B 687f0c386d91a77e4ad2cd0fae40f49929228fb18ac507f801835d257215cee595f9a7b05bbc6f90f8515fadd088b915e59dc1f8347206778cfe1fbcb95474f3 SHA512 8cb8edcc3e3b4291f3cd9828839bd207d229a160928342197c8bbcfd0dd64758347252859f2c4ce72e27becd005e0851b43a5bee1c4c5a44d3c6d9bec2cb0790 MISC metadata.xml 535 BLAKE2B 1f805bdc1154667cdbfbac3ad94f40e7e8f6a768e11a0b01f8f9c85764f4770123c8691293fcabd4ffccd5caae918176c7d60a7074c5a3328162a41b86805f3e SHA512 1e93fd314c0995249ff80d2323c54e64adec2f96c681a9e3ec4dca8b3b0fd0cce4bd08d7353273f195ba7d6e9098da788ec184d9b8ae316595a1d9fca6b5de6b diff --git a/dev-python/pyclimacell/pyclimacell-0.18.2.ebuild b/dev-python/pyclimacell/pyclimacell-0.18.2.ebuild index 0e8d83cb3..6162d1cbf 100644 --- a/dev-python/pyclimacell/pyclimacell-0.18.2.ebuild +++ b/dev-python/pyclimacell/pyclimacell-0.18.2.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="Async Python3.7+ package to access the ClimaCell API" HOMEPAGE="https://github.com/raman325/pyclimacell https://pypi.org/project/pyclimacell/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" @@ -21,14 +20,5 @@ DOCS="README.rst" RDEPEND=">=dev-python/aiohttp-3.6.2[${PYTHON_USEDEP}] dev-python/pytz[${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