diff --git a/dev-python/brotlipy/Manifest b/dev-python/brotlipy/Manifest index cd72158b9..dff8a579b 100644 --- a/dev-python/brotlipy/Manifest +++ b/dev-python/brotlipy/Manifest @@ -1,3 +1,3 @@ DIST brotlipy-0.7.0.tar.gz 413338 BLAKE2B e39f0a8036dadf55b285bf24a87b1a8373508a7efe8fa1ca786acf6e22adcf81f07d613b78155b3b21d0fc946191f0173902e8bf66062e9ad1fd888e1044c2d0 SHA512 2a01e5b2d217043f13316afc4f54569c5dff76d31c296d4be563a5851195380ab80a33a3035ca95effdebffb45806fb9a431a181bba6f9af205b7f5576937268 -EBUILD brotlipy-0.7.0.ebuild 700 BLAKE2B c7aec7bed6965903e3765ce9cd534c10d5998e7e9a283404e7ea4ce50c452f3d19d9270fe6dc69626209e2b7edc217551f9ad2b1811168628971bbdfabd6660a SHA512 10ed03d598b44aac71aa9356a4178ef71b47fbd00fe4db8592d9dedf6555a23a817148925dfd085a862742adb65a3a02adedf192be9f9e354a27ba043b3e6757 +EBUILD brotlipy-0.7.0.ebuild 542 BLAKE2B f42628fae173d7da02b86dd5071f3ac97c73b3f744d98dee02bb0e3b77a01f4d3c1c07486583f37c9ff8f1a8a986f9511c2293163ded547dcf69fa2efdff188f SHA512 efe540113e0770028776a92cc4b61ab9db25a07f34775bd91f47a2404e68dfa0ce6a1e864d581e5dd7a55623f4a39496f1a1e9bf805c3accc645670dc6f30686 MISC metadata.xml 514 BLAKE2B 78aacec50571ea3e792b5310ad9a68ca8d4334de0506eaf3488fc158458cedc17ea1a752df541188adb115de7a5fb7a3695987d63c8ff117939638ecd5164260 SHA512 ea94517888e30b8d39b2ba558b33a386b2413fd0f141dda25d21d89bd5602ced061d6b190d0698022b911e6286abbde86319d40d7145578183334d872512ab6b diff --git a/dev-python/brotlipy/brotlipy-0.7.0.ebuild b/dev-python/brotlipy/brotlipy-0.7.0.ebuild index c0efdca9d..bf9753fa2 100644 --- a/dev-python/brotlipy/brotlipy-0.7.0.ebuild +++ b/dev-python/brotlipy/brotlipy-0.7.0.ebuild @@ -1,15 +1,13 @@ -# 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="Python binding to the Brotli library" HOMEPAGE="https://github.com/python-hyper/brotlipy/ https://pypi.org/project/brotlipy/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" @@ -20,14 +18,5 @@ RESTRICT="!test? ( test )" DOCS="README.rst" RDEPEND=">=dev-python/cffi-1.0.0[${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