We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11e93f3 commit 1421fa1Copy full SHA for 1421fa1
sdk_container/src/third_party/portage-stable/dev-python/pysocks/PySocks-1.7.1-r2.ebuild renamed to sdk_container/src/third_party/portage-stable/dev-python/pysocks/pysocks-1.7.1-r2.ebuild
@@ -1,17 +1,21 @@
1
# Copyright 1999-2024 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
3
4
-# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
5
-EAPI=7
+# please keep this ebuild at EAPI 8 -- sys-apps/portage dep
+EAPI=8
6
7
DISTUTILS_USE_PEP517=setuptools
8
PYPI_NO_NORMALIZE=1
9
+PYPI_PN=PySocks
10
PYTHON_COMPAT=( python3_{10..13} pypy3 )
11
12
inherit distutils-r1 pypi
13
14
DESCRIPTION="SOCKS client module"
-HOMEPAGE="https://github.com/Anorov/PySocks https://pypi.org/project/PySocks/"
15
+HOMEPAGE="
16
+ https://github.com/Anorov/PySocks/
17
+ https://pypi.org/project/PySocks/
18
+"
19
20
LICENSE="BSD"
21
SLOT="0"
0 commit comments