diff --git a/dev-python/pyheos/Manifest b/dev-python/pyheos/Manifest index f46898e78..543471fa4 100644 --- a/dev-python/pyheos/Manifest +++ b/dev-python/pyheos/Manifest @@ -1,3 +1,3 @@ DIST pyheos-0.7.2.tar.gz 19442 BLAKE2B 7e5c29002fb698a37e4e637003971fdaa97b0c2cec179142d8a1f710167f35742d0cb03b2614cf0173e86ff90094e3d4a11245ca5c6ce9150ee0f687abd140ee SHA512 8f297859de974c895197555f30d8b8182353ee2aa59821c610031d1f31c7867e4584807f477519cdba50038548d3dde74ef2b847723b51048f0edae76ddc51aa -EBUILD pyheos-0.7.2.ebuild 694 BLAKE2B d055b7362e9c584e138613d82e7fdb29fdffbe007d3e4ee360136f548039be5f8df21f97831342f35859cc2a98c20621a46f75425852027f40fd58c48761d630 SHA512 ecf0f2994070b0c90c2d08cecede4e0e36af788d740a9ba4d803309bc1cf04d10ced92766cbdb3c1a26c365af81b4190384c29c4093ff245e60f5195a37a29f9 +EBUILD pyheos-0.7.2.ebuild 536 BLAKE2B 36ba2d5c2e94a2848cdbe052cb383bb9ef37a89c688b0c246022fcceefd15e0ba4a9a46c6e783bc0a608eb5eb57a30b78acc5a7d799f3061b6adf4ff0a926964 SHA512 210a35dea82d16d79f34e20c0d9275b2b03ce5fb6a62f27cb18857dc997a46e2c842ea60c3ab9361553bbf18d88612d1c5364b68a754f780fecf2915e01472c5 MISC metadata.xml 507 BLAKE2B bfad0b40a09f0262b552fa95784c2e6ae80e6ce2543f61b6b1aa16035472b63c4ab649bc79d3a3b38d9c088c218ee995682492503a02c68f922fc953ba159b59 SHA512 5fb9a204855faac6bfc6d593c14a798a1eb7deff7469b17161af2edf63baace3fbb573e99284c988ce2c91211f9bbd3d8292c95d673df8c95103f53267dbe472 diff --git a/dev-python/pyheos/pyheos-0.7.2.ebuild b/dev-python/pyheos/pyheos-0.7.2.ebuild index 52a5b5453..7146fe890 100644 --- a/dev-python/pyheos/pyheos-0.7.2.ebuild +++ b/dev-python/pyheos/pyheos-0.7.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="An async python library for controlling HEOS devices through the HEOS CLI Protocol" HOMEPAGE="https://github.com/andrewsayre/pyheos https://pypi.org/project/pyheos/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" @@ -19,14 +18,4 @@ RESTRICT="!test? ( test )" DOCS="README.md" -BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - )" - -python_test() { - py.test -v -v || die -} - distutils_enable_tests pytest