torrequest: drop, unmaintained

This commit is contained in:
Rick Farina (Zero_Chaos) 2024-11-25 10:47:01 -05:00
parent eeda824d30
commit 96f18b767a
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
3 changed files with 0 additions and 36 deletions

View file

@ -1 +0,0 @@
DIST torrequest-20181011.tar.gz 2173 BLAKE2B e4583522ff86124caa0548ce61119b9e0ed1d64fe5fd3e5f158065eb1a7a5a6514dbd524206c5200954d7c865b63512125a264e8a1888899a21ccd94c44296cf SHA512 7b0f1e6f66a363e5db6ae5f48e9b5604ff2d2780e14552e74c7152796dd0970a5b00ace27a95bdad4991edfcee6e265882078b65f8280e6701b9541337684bef

View file

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>email@linxon.ru</email>
<name>Yury Martynov</name>
</maintainer>
</pkgmetadata>

View file

@ -1,27 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
DESCRIPTION="Simple Python interface for HTTP(s) requests over Tor"
HOMEPAGE="https://github.com/erdiaker/torrequest"
HASH_COMMIT="8c1b5d0b90bbc5f302cc624a8ae61545542b99f4"
SRC_URI="https://github.com/erdiaker/torrequest/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~mips ~x86"
LICENSE="MIT"
SLOT="0"
RDEPEND="${PYTHON_DEPS}
dev-python/PySocks[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
net-libs/stem[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"
S="${WORKDIR}/${PN}-${HASH_COMMIT}"