diff --git a/dev-python/adafruit-circuitpython-pca9685/Manifest b/dev-python/adafruit-circuitpython-pca9685/Manifest index d3d35a553..fe89b8bdd 100644 --- a/dev-python/adafruit-circuitpython-pca9685/Manifest +++ b/dev-python/adafruit-circuitpython-pca9685/Manifest @@ -1,3 +1,3 @@ DIST adafruit-circuitpython-pca9685-3.3.2.tar.gz 21114 BLAKE2B 12abda7496118a8f5bfd823c11774210add0bc8477dabb322543cd531ba21f7997efca1cb0286957fe7736d877b776a1a50e2ef2b82d656f5d127bde012b49f9 SHA512 e430d4e56aaaf7b515e8f3e815c8db02b5071485b6902b9cc24f564833e3c712e637b839fc1df41a35bb5f673fc33dbbbe3212efab23053b505cee7057fd16e2 -EBUILD adafruit-circuitpython-pca9685-3.3.2.ebuild 880 BLAKE2B acd2cef62b1f450cc0511f330e314a2026aef8fad3d411701249a8b41738c669362d87975940997c753d4c885401050f4815a3d95646d8e8c6bc3f98422a169c SHA512 8ce3fca9850fd6aa30411ce24edfcf5e7a634cdc2ff6a0df6664eda17065a306fe3f70fa6921f3988632223b8d5e152f35c7e16816788d76bff358a9ec2ed0b0 +EBUILD adafruit-circuitpython-pca9685-3.3.2.ebuild 885 BLAKE2B 16c5dd1bec3e5f0a17d69c2da822ab42be73498fc4d3c58c338c7376f63af200ef8f1dafa0999cc2e14f70f47170d446bcab824f66e31912510332455cf2f507 SHA512 82042656dd47e7edcc9e3dd07d8f2b1608d9def7462a6dd60e648399781b7a7bb9e1bbfca6b05df885416523b830f3cc42f0349fbd19dffd059c0aae20fd5495 MISC metadata.xml 569 BLAKE2B 224410f09b9baf6f33211a0d9caad6c3c12d8c8e88ae3758881623a429908be02450d41b52e673a533508ea84522abd8bb0e96bbc7d6fcc22ad952cd39f52859 SHA512 fbbfe1ec27263497f3157a2ddeb1f94244c7a3494a4a408c4a3252028182b01f3acefa98df02d18a983f46a9c6cc75f95469de5935028f27a0c6f658e2f0a665 diff --git a/dev-python/adafruit-circuitpython-pca9685/adafruit-circuitpython-pca9685-3.3.2.ebuild b/dev-python/adafruit-circuitpython-pca9685/adafruit-circuitpython-pca9685-3.3.2.ebuild index 2bf7d5a02..d0eeeeb50 100644 --- a/dev-python/adafruit-circuitpython-pca9685/adafruit-circuitpython-pca9685-3.3.2.ebuild +++ b/dev-python/adafruit-circuitpython-pca9685/adafruit-circuitpython-pca9685-3.3.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 +PYPI_NO_NORMALIZE=1 +inherit distutils-r1 pypi DESCRIPTION="CircuitPython driver for motor, stepper, and servo based on PCA9685." HOMEPAGE="https://github.com/adafruit/Adafruit_CircuitPython_PCA9685 https://pypi.org/project/adafruit-circuitpython-pca9685/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0"