dev-python/pexpect: update EAPI 7 -> 8

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-07-12 19:33:48 +02:00 committed by Andreas Billmeier
parent 5217f63470
commit cf38aed80c
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 7 additions and 8 deletions

View File

@ -1,3 +1,3 @@
DIST pexpect-4.6.0.tar.gz 148966 BLAKE2B 0ed1a3c31133bf618e4c75ea099efaa9bda9e2b7f92f46c54ad553ecc56487e5415b750334376a95599ada53e17e91efe7d4b65ad80bb4f6a1cf9d655a3c9685 SHA512 9a2b1ef19d885e69cfd17ba0519581f782574019010043e66d8b68f98ac86b359f4a1ca42f8bb0059a5dfdd43275ad93531c076cc0ac2049e109408961b46bbd
EBUILD pexpect-4.6.0.ebuild 938 BLAKE2B 0819b0c0b8a45f36307403b871a4eebea4a8bdad2ed58baa63442164075cb2609d841975f997a0bfad7e67e1204fe35a8fb0a2a5fa1d8c5ec1214ac4250a4043 SHA512 524a2adfa0d006ab360b51c948ae8e62c464227255fb53939228b70b478a57185884e7244934ece0dfe16208544d2d6448f2b5e9b365a06a5173feb5c7a6a2ee
EBUILD pexpect-4.6.0.ebuild 897 BLAKE2B a63ec8a3301fe2e82d9f7e747110b235b742d5fe2165a41254665ce1d3af3b39834bd3cf557f56dc71f351e994550bf8634b636522ea6e453394e8909597964c SHA512 e5e2cde30fd6d7e39bd4e37ce9e2790b0076fdf335c2bd7b2262f77f38addaefe320b4575a021a16729c88debf531a5d31ece43d73d0143468011c7e1f826533
MISC metadata.xml 402 BLAKE2B e6c1f9d8cc5397177b54d7bda059a281267e005b9391e6d18e3b70ec3e6fd09bbdf1d214a105e608e3a43f34f0f6e5d7e924366e33647fdfc7d68283c8749d06 SHA512 bd48e666243651d02523b111ee7d8073ed10b8813765f19c7d17e12b7b84bf58be03a157486fcaa65f34866a983d46885723d944348a0cc16b9bb05cc474ffaa

View File

@ -1,20 +1,19 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Python module for spawning child apps and responding to expected patterns"
HOMEPAGE="https://pexpect.readthedocs.io/ https://pypi.org/project/pexpect/ https://github.com/pexpect/pexpect/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 arm arm64 x86"
IUSE="doc examples"
RDEPEND=">=dev-python/ptyprocess-0.5[${PYTHON_USEDEP}]"