diff --git a/dev-python/pyicloud/Manifest b/dev-python/pyicloud/Manifest index 021839e95..e56b2da0f 100644 --- a/dev-python/pyicloud/Manifest +++ b/dev-python/pyicloud/Manifest @@ -1,3 +1,3 @@ DIST pyicloud-1.0.0.tar.gz 32894 BLAKE2B 64cfe0ea3b3b16903955bcbab4f4d7cdffd07ee1308f2eb2b725211bd331a0444b2b5d65948e1063fb2a82072bc1ad1b3128719e38dea66789fef6cf1f1edd03 SHA512 6181bbe28ccf5ebfad167b4c96ab257cb209ae7ce58b49773a1d6903543dc807fbb6da289c57e88ee40dd8d5d67088798f4a5482899e1719fdd21c5521e3c4a0 -EBUILD pyicloud-1.0.0.ebuild 982 BLAKE2B cff24ba79885d739e645701fe0a50e76f0bd6f8296af5b1ae25293de581d44d4b5b617064366162f2196bbddc8b677ef7d1b25561f015fdb8fd12098fba697c5 SHA512 85abaa9d0649f4b9f59aae7f5f8a99636a9992b55ab54c10ce24599fc07eb44a132b11a29c111c7502410c50202b95416c0041518dbc39410c76717344381783 +EBUILD pyicloud-1.0.0.ebuild 825 BLAKE2B d49037e445afefa10d9b06081037ec49be752935a8e48c8d753301616190fb62d3dbc1f15c3f6b76dfc66903298f581f378e5be3f489d1ce2f5f39bd737d3fa0 SHA512 bac074767bbc9b049fcc204e70aa8a67ddc40e06f89767f7d279be6fac02d8680b8f3b6977d02d7b18aaaafa1e79812e0b1d50decf4eb94ec44fbf23cc916cd6 MISC metadata.xml 388 BLAKE2B e399eb44d9773de269696ad1527f0010d98a0667559be805f62440b695f4bc429d56e5c6d99871300984a313fe8960f3ee96bd4dd0cbf0b38aba36825efb3014 SHA512 6ed96e9ae56e31043620be89e0bb2a0451d43c692f70fdbc76ecd6b4da1da3924ef4beaa6c1a308a1ad5e27d5226498fb35bb2853d8f91f4cb4aaa90838da2ba diff --git a/dev-python/pyicloud/pyicloud-1.0.0.ebuild b/dev-python/pyicloud/pyicloud-1.0.0.ebuild index 171685419..60203bdc4 100644 --- a/dev-python/pyicloud/pyicloud-1.0.0.ebuild +++ b/dev-python/pyicloud/pyicloud-1.0.0.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="PyiCloud is a module which allows pythonistas to interact with iCloud webservices." HOMEPAGE="https://github.com/picklepete/pyicloud https://pypi.org/project/pyicloud/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" @@ -25,14 +24,5 @@ RDEPEND=">=dev-python/requests-2.24[${PYTHON_USEDEP}] >=dev-python/click-7.1.2[${PYTHON_USEDEP}] >=dev-python/tzlocal-4.0[${PYTHON_USEDEP}] >=dev-python/certifi-2020.6.20[${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