diff --git a/sdk_container/src/third_party/portage-stable/dev-python/pysocks/PySocks-1.7.1-r2.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/pysocks/pysocks-1.7.1-r2.ebuild similarity index 76% rename from sdk_container/src/third_party/portage-stable/dev-python/pysocks/PySocks-1.7.1-r2.ebuild rename to sdk_container/src/third_party/portage-stable/dev-python/pysocks/pysocks-1.7.1-r2.ebuild index 559ee24ac1..68c71fafd1 100644 --- a/sdk_container/src/third_party/portage-stable/dev-python/pysocks/PySocks-1.7.1-r2.ebuild +++ b/sdk_container/src/third_party/portage-stable/dev-python/pysocks/pysocks-1.7.1-r2.ebuild @@ -1,17 +1,21 @@ # 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 +PYPI_PN=PySocks PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit distutils-r1 pypi DESCRIPTION="SOCKS client module" -HOMEPAGE="https://github.com/Anorov/PySocks https://pypi.org/project/PySocks/" +HOMEPAGE=" + https://github.com/Anorov/PySocks/ + https://pypi.org/project/PySocks/ +" LICENSE="BSD" SLOT="0"