From 1421fa11532437b91e9a26943f8527ecb1a0ead8 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Mon, 25 Nov 2024 12:32:09 +0100 Subject: [PATCH] dev-python/pysocks: Sync with Gentoo It's from Gentoo commit 41dd7bb0aa6083c8f0056ce2f80e1abcfa0e15ad. --- ...PySocks-1.7.1-r2.ebuild => pysocks-1.7.1-r2.ebuild} | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) rename sdk_container/src/third_party/portage-stable/dev-python/pysocks/{PySocks-1.7.1-r2.ebuild => pysocks-1.7.1-r2.ebuild} (76%) 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"