summaryrefslogtreecommitdiff
path: root/dev-python/socketio-client-nexus
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/socketio-client-nexus')
-rw-r--r--dev-python/socketio-client-nexus/Manifest1
-rw-r--r--dev-python/socketio-client-nexus/metadata.xml13
-rw-r--r--dev-python/socketio-client-nexus/socketio-client-nexus-0.7.6.ebuild27
3 files changed, 0 insertions, 41 deletions
diff --git a/dev-python/socketio-client-nexus/Manifest b/dev-python/socketio-client-nexus/Manifest
deleted file mode 100644
index b4b403ef1fa5..000000000000
--- a/dev-python/socketio-client-nexus/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST socketIO-client-nexus-0.7.6.tar.gz 20128 BLAKE2B 84b032fda25a7aec40a4223f18d446da563a4c46054e79bfd38d1871233c88a66cb0213e3e825e5c91f6f587e671f5cfed75465c6f6895a84e1f2409facd330c SHA512 5c0301118beba684e1220c8984052e619d29037ec2c819eec13ac2ec4120025c85fb5b410285ee8466a105330f4a47b87f80116d7ff292c6b3e47a19eaa46702
diff --git a/dev-python/socketio-client-nexus/metadata.xml b/dev-python/socketio-client-nexus/metadata.xml
deleted file mode 100644
index 83827688bb4b..000000000000
--- a/dev-python/socketio-client-nexus/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>zmedico@gentoo.org</email>
- <name>Zac Medico</name>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="pypi">socketIO-client-nexus</remote-id>
- <remote-id type="github">nexus-devs/socketIO-client-2.0.3</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/socketio-client-nexus/socketio-client-nexus-0.7.6.ebuild b/dev-python/socketio-client-nexus/socketio-client-nexus-0.7.6.ebuild
deleted file mode 100644
index f696fd63148a..000000000000
--- a/dev-python/socketio-client-nexus/socketio-client-nexus-0.7.6.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{13..14} )
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYPI_PN="socketIO-client-nexus"
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A socket.io 2.x client library for Python"
-HOMEPAGE="https://github.com/nexus-devs/socketIO-client-2.0.3/ https://pypi.org/project/socketIO-client-nexus/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-# require network
-RESTRICT="test"
-
-BDEPEND="${DISTUTILS_DEPS}"
-RDEPEND="
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
- dev-python/websocket-client[${PYTHON_USEDEP}]"