mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-12 23:46:59 +02:00
dev-python/pysocks: Sync with Gentoo
It's from Gentoo commit 41dd7bb0aa6083c8f0056ce2f80e1abcfa0e15ad.
This commit is contained in:
parent
11e93f33bc
commit
1421fa1153
@ -1,17 +1,21 @@
|
|||||||
# Copyright 1999-2024 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
|
# please keep this ebuild at EAPI 8 -- sys-apps/portage dep
|
||||||
EAPI=7
|
EAPI=8
|
||||||
|
|
||||||
DISTUTILS_USE_PEP517=setuptools
|
DISTUTILS_USE_PEP517=setuptools
|
||||||
PYPI_NO_NORMALIZE=1
|
PYPI_NO_NORMALIZE=1
|
||||||
|
PYPI_PN=PySocks
|
||||||
PYTHON_COMPAT=( python3_{10..13} pypy3 )
|
PYTHON_COMPAT=( python3_{10..13} pypy3 )
|
||||||
|
|
||||||
inherit distutils-r1 pypi
|
inherit distutils-r1 pypi
|
||||||
|
|
||||||
DESCRIPTION="SOCKS client module"
|
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"
|
LICENSE="BSD"
|
||||||
SLOT="0"
|
SLOT="0"
|
Loading…
Reference in New Issue
Block a user