diff --git a/dev-python/OPi-GPIO/Manifest b/dev-python/OPi-GPIO/Manifest index 57745a9c8..cdf0ebb19 100644 --- a/dev-python/OPi-GPIO/Manifest +++ b/dev-python/OPi-GPIO/Manifest @@ -1,3 +1,3 @@ DIST OPi.GPIO-0.5.2.tar.gz 301837 BLAKE2B 12d34cdb00a59ace2f0031d820f19632f2c080a418071c47a6f14202be2f78fee2f78a393cdc23ead3fcae0f82606e87e5b4e97317eac0c7830e9d0eda200e83 SHA512 7279e13815682d56bcaf67af12c809e51bf89a1765c48ed872457fdeecff50b474fa6aa9bd54dcf3533020b76b1a62513ba017b8bb8723d81753c7484a77a605 -EBUILD OPi-GPIO-0.5.2.ebuild 714 BLAKE2B 32040a0c78ae579a37a7f9eb82f4420cf54145f9a23e76936c19cf641a6bcd559fdedc98a57162b123930fc03979048a3ed7eae5a0d175591a275451e56f3897 SHA512 914aa7e8d7a33530dd507f15a35f4f1db9e29f678775603d50f6385c918ed66af91b0e2d7805ae7abca469cf599e63840a5de47b4694eeb86756a5f12798b18d +EBUILD OPi-GPIO-0.5.2.ebuild 667 BLAKE2B d4f5de262a5ef8e97d8b11bb3d1eb6a6ddc37319395a8a2cff5314098191f5be6d5b907cba460a476022ce15065f0e3d49d534a7433001c9cd13e4562f23288e SHA512 f551908e3fdd78d4fb8a6a4ecf17cdd8907ce65b936e8d11e763308535586e66d632963cad409a398f4ee239027cf7295645d25f223ec3def0071a9614089cae MISC metadata.xml 521 BLAKE2B 2a70791e3b8d81cd542dac4048ca92b021329ac5a7b00ce39cdf9cf77f18be45919081aa2f3c418b2de412ea65d881eb217a0adc9c64eaedfa5103b0864f5047 SHA512 e3a8b69d0ab05423612989db3bd243783b49cc4a17e52401c999982eb17391e75655d351a4a39449b10138cd5392166f1e61a9f3cbcd015de39371529b252a74 diff --git a/dev-python/OPi-GPIO/OPi-GPIO-0.5.2.ebuild b/dev-python/OPi-GPIO/OPi-GPIO-0.5.2.ebuild index f0bc795a3..e0b346064 100644 --- a/dev-python/OPi-GPIO/OPi-GPIO-0.5.2.ebuild +++ b/dev-python/OPi-GPIO/OPi-GPIO-0.5.2.ebuild @@ -1,18 +1,15 @@ -# 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 +PYPI_PN=${PN/-/.} +inherit distutils-r1 pypi DESCRIPTION="A drop-in replacement for RPi.GPIO for the Orange Pi Zero" HOMEPAGE="https://github.com/rm-hull/OPi.GPIO https://pypi.org/project/OPi.GPIO/" -MY_PN="${PN/-/.}" -MY_P="${MY_PN}-${PV}" -SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" -S=${WORKDIR}/${MY_P} LICENSE="MIT" SLOT="0"