summaryrefslogtreecommitdiff
path: root/dev-python/PySocks
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-11-23 06:48:31 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-11-23 06:48:31 +0000
commit2192265bf68cb7383759a6296f267e6c6807749a (patch)
tree60e9f62c07f98d98ea3901f11670c3d4511518f2 /dev-python/PySocks
parent603bf0a1dfd4cf571ac6da7bcb33911cf5259ab2 (diff)
downloadbaldeagleos-repo-2192265bf68cb7383759a6296f267e6c6807749a.tar.gz
baldeagleos-repo-2192265bf68cb7383759a6296f267e6c6807749a.tar.xz
baldeagleos-repo-2192265bf68cb7383759a6296f267e6c6807749a.zip
Adding metadata
Diffstat (limited to 'dev-python/PySocks')
-rw-r--r--dev-python/PySocks/PySocks-1.7.1-r2.ebuild10
1 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/PySocks/PySocks-1.7.1-r2.ebuild b/dev-python/PySocks/PySocks-1.7.1-r2.ebuild
index 5fc3efd7029c..d586081c1391 100644
--- a/dev-python/PySocks/PySocks-1.7.1-r2.ebuild
+++ b/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_{9,10,11,12,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"