From 95fe4bf3327b316c9184f4f17e09266e979ecf17 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Wed, 3 Dec 2025 11:00:40 +0100 Subject: [PATCH] python-pysocks: remove outdated and not maintained package The latest commit in https://github.com/Anorov/PySocks is from 2019, it looks outdated and not maintained. It does not follow PEP 625. Signed-off-by: Josef Schlehofer --- lang/python/python-pysocks/Makefile | 45 ----------------------------- 1 file changed, 45 deletions(-) delete mode 100644 lang/python/python-pysocks/Makefile diff --git a/lang/python/python-pysocks/Makefile b/lang/python/python-pysocks/Makefile deleted file mode 100644 index cf3e05bb21..0000000000 --- a/lang/python/python-pysocks/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# -# Copyright (C) 2021 CZ.NIC, z. s. p. o. (https://www.nic.cz/) -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - -include $(TOPDIR)/rules.mk - -PKG_NAME:=python-pysocks -PKG_VERSION:=1.7.1 -PKG_RELEASE:=1 - -PYPI_NAME:=PySocks -PKG_HASH:=3f8804571ebe159c380ac6de37643bb4685970655d3bba243530d6558b799aa0 - -PKG_MAINTAINER:=Jan Pavlinec -PKG_LICENSE:=MIT -PKG_LICENSE_FILES:=LICENSE - -include ../pypi.mk -include $(INCLUDE_DIR)/package.mk -include ../python3-package.mk - -define Package/python3-pysocks - SUBMENU:=Python - SECTION:=lang - CATEGORY:=Languages - TITLE:=Python SOCKS client module - URL:=https://github.com/Anorov/PySocks - DEPENDS:= \ - +python3-light \ - +python3-logging \ - +python3-openssl \ - +python3-urllib -endef - -define Package/python3-pysocks/description - PySocks lets you send traffic through SOCKS proxy servers. - It is a modern fork of SocksiPy with bug fixes and extra features. -endef - -$(eval $(call Py3Package,python3-pysocks)) -$(eval $(call BuildPackage,python3-pysocks)) -$(eval $(call BuildPackage,python3-pysocks-src)) -- 2.30.2