diff --git a/dev-python/numato-gpio/Manifest b/dev-python/numato-gpio/Manifest index 02e96e327..651c07724 100644 --- a/dev-python/numato-gpio/Manifest +++ b/dev-python/numato-gpio/Manifest @@ -1,3 +1,3 @@ DIST numato-gpio-0.10.0.tar.gz 11468 BLAKE2B eb9737281848b01918c282cbbaceb3339b7f2876b23c2cb618bd7acc478916354bdf84fb7bce55e82d79800e173d62a35dee18967288fa52d844e50b8437ee9a SHA512 bf0e338762410c6b6ebb9cd57cc1ced7a72db52a8a66793aa05862978247860b5778108e299bef33c882c77bdf9e4d9f9da430f0e8f5d5f5ba123c9e02b3cb8d -EBUILD numato-gpio-0.10.0.ebuild 701 BLAKE2B a60c279e2e48bc650cb3e9e7dcb0341728a0821d396e6239f11170c0e241730166a40489ae85268e4ae40014b7a2dbf2f60b429df5938b6909bbc91f739bfc93 SHA512 75f8f41cffd704e4d2763aa128273b2cbe57bed85ffda662deafb8288e1fa12bd20eab75266887b642237dddb550df395a918b29c4e8d8c7f22bb5c7fdab45cb +EBUILD numato-gpio-0.10.0.ebuild 666 BLAKE2B 91b30897330a133e7d7712a7c986c3506ffc93269d02b736a6ad7070393fc723417636beaf2a53570a18b5e480dab6c4e7d8e98d02b7298147e2db18705d6e8c SHA512 e78b21df0caae97c03c2e0217fe2cad7c843780392df5c8ee67f677b293df48058973974ba9ec5eb0a83174ac87f197b1d37acd5fdd9dd0289bea57aaf0b5f13 MISC metadata.xml 511 BLAKE2B 8d562a132f34d67a181e01a6a1503d28731a8e4fcf0f6919d6d270b3a1b316ab3277a8dae274b80691567fcd68e015b879a8f353ef5934be8c0e2b29a5330950 SHA512 67ea933372b114163f709b65931eafa16a42fc9550128d1113031c595c305231ab6ed22df84e96a98ce3b54f2aaf8fc24aee3f4ae9e14c442c8cd21c62f78c9e diff --git a/dev-python/numato-gpio/numato-gpio-0.10.0.ebuild b/dev-python/numato-gpio/numato-gpio-0.10.0.ebuild index 9a59ed569..aab4f0994 100644 --- a/dev-python/numato-gpio/numato-gpio-0.10.0.ebuild +++ b/dev-python/numato-gpio/numato-gpio-0.10.0.ebuild @@ -1,15 +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 +inherit distutils-r1 pypi DESCRIPTION="Python API for Numato GPIO Expanders" HOMEPAGE="https://github.com/clssn/numato-gpio https://pypi.org/project/numato-gpio/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" @@ -21,7 +21,6 @@ DOCS="README.md" RDEPEND=">=dev-python/pyserial-3.1.1[${PYTHON_USEDEP}]" BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/pytest[${PYTHON_USEDEP}] )"