diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-11-22 20:42:28 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-11-22 20:46:54 +0100 |
commit | bdfa740ac57e87fc231dd7aba15cb367b7a8d7e7 (patch) | |
tree | 38093c0c4eaed45d582b13033a670c056d69d394 /dev-python/PySocks | |
parent | dev-python/PySDL2: Add PYPI_PN prior to rename (diff) | |
download | gentoo-bdfa740ac57e87fc231dd7aba15cb367b7a8d7e7.tar.gz gentoo-bdfa740ac57e87fc231dd7aba15cb367b7a8d7e7.tar.bz2 gentoo-bdfa740ac57e87fc231dd7aba15cb367b7a8d7e7.zip |
dev-python/PySocks: Bump to EAPI 8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/PySocks')
-rw-r--r-- | dev-python/PySocks/PySocks-1.7.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/PySocks/PySocks-1.7.1-r2.ebuild b/dev-python/PySocks/PySocks-1.7.1-r2.ebuild index 559ee24ac122..4a82b9e5b938 100644 --- a/dev-python/PySocks/PySocks-1.7.1-r2.ebuild +++ b/dev-python/PySocks/PySocks-1.7.1-r2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# please keep this ebuild at EAPI 7 -- sys-apps/portage dep -EAPI=7 +# please keep this ebuild at EAPI 8 -- sys-apps/portage dep +EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 |