dev-python/pysocks: Sync with Gentoo

It's from Gentoo commit 41dd7bb0aa6083c8f0056ce2f80e1abcfa0e15ad.
This commit is contained in:
Krzesimir Nowak 2024-11-25 12:32:09 +01:00
parent 11e93f33bc
commit 1421fa1153

View File

@ -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"