diff --git a/dev-python/gspread/Manifest b/dev-python/gspread/Manifest index a668197d0..0d0f7a9eb 100644 --- a/dev-python/gspread/Manifest +++ b/dev-python/gspread/Manifest @@ -1,3 +1,3 @@ DIST gspread-5.5.0.tar.gz 50220 BLAKE2B 20ffc115000c3bf402186373859b7f907b34331351359ac9d05becca9b92ba75b3b82b6b411bf32e337f7126506db53d9ad068a0faadd38467814427c38d018e SHA512 3e9fa01e347da8eb6105e17404dd1c54403739b69511b8b0b69499f59e57c6155c9a82a98c75154373a131ee21ad6e90b47d00eb3fd0da4ae163d95f6d8cfe7d -EBUILD gspread-5.5.0.ebuild 757 BLAKE2B 67cca78fafea35fccddcd07c6a6c39a06bfd0c208470e40be054c09e70488996b3c8b278fdca457cae228d58954ab3722d1dec54e6bb19b0b8322197258e20df SHA512 45f654b2c9bc1af873a6d129ce3b31d9af3490afa91d6a86c58dfa67dc84680af4d74c221d1d97d5ebfc43c11731395854e4b87b4e7f4d8336ad001640ee24c4 +EBUILD gspread-5.5.0.ebuild 702 BLAKE2B aba0488ddaac6533e76eb2c7777d0f123176f9eb8bab0d85574555546ff328e2b98c1533ae4e18508e726701e22afeda5923b7075e3dc688d8f641574fc953a2 SHA512 1197cada349ffd3a9f076b52428d653db807db641b62768cdeff8a781420360ffc514ff384cb790707b4c099ed1056599fd8225515b99e5de1bc27756b061462 MISC metadata.xml 514 BLAKE2B 8e38e09cd1da092fa356919b14dab8e3d5f935d7f4b90d95adfcfad93540207cd4725c4121fb5e9800c9887103b533377e19d316a0fb97add31a261a2feedc71 SHA512 856c03edf80eeb0632ff1cc760ed6b0b428ceed067daeeec60c31e207694a2457afa5da195b21c76577380f4ea4a121737c8bf904816cdc2a9bd6c0e66276a4e diff --git a/dev-python/gspread/gspread-5.5.0.ebuild b/dev-python/gspread/gspread-5.5.0.ebuild index 31df5cfe6..29649dd27 100644 --- a/dev-python/gspread/gspread-5.5.0.ebuild +++ b/dev-python/gspread/gspread-5.5.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="Google Spreadsheets Python API" HOMEPAGE="https://github.com/burnash/gspread https://pypi.org/project/gspread/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" @@ -22,7 +21,6 @@ DOCS="docs/index.txt" RDEPEND=">=dev-python/google-auth-1.12.0[${PYTHON_USEDEP}] >=dev-python/google-auth-oauthlib-0.4.1[${PYTHON_USEDEP}]" BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/pytest[${PYTHON_USEDEP}] )"