Skip to content

Commit 1421fa1

Browse files
committed
dev-python/pysocks: Sync with Gentoo
It's from Gentoo commit 41dd7bb0aa6083c8f0056ce2f80e1abcfa0e15ad.
1 parent 11e93f3 commit 1421fa1

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
# Copyright 1999-2024 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

4-
# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
5-
EAPI=7
4+
# please keep this ebuild at EAPI 8 -- sys-apps/portage dep
5+
EAPI=8
66

77
DISTUTILS_USE_PEP517=setuptools
88
PYPI_NO_NORMALIZE=1
9+
PYPI_PN=PySocks
910
PYTHON_COMPAT=( python3_{10..13} pypy3 )
1011

1112
inherit distutils-r1 pypi
1213

1314
DESCRIPTION="SOCKS client module"
14-
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+
"
1519

1620
LICENSE="BSD"
1721
SLOT="0"

0 commit comments

Comments
 (0)