From 9290f89fa0eca1717fd28265c1cdca451933d44a Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 11 Apr 2021 13:13:58 +0200 Subject: dev-python/aiohttp-socks: Remove old MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/aiohttp-socks/Manifest | 1 - .../aiohttp-socks/aiohttp-socks-0.5.5.ebuild | 32 ---------------------- 2 files changed, 33 deletions(-) delete mode 100644 dev-python/aiohttp-socks/aiohttp-socks-0.5.5.ebuild (limited to 'dev-python/aiohttp-socks') diff --git a/dev-python/aiohttp-socks/Manifest b/dev-python/aiohttp-socks/Manifest index 74c690f96caa..9e0b89de848f 100644 --- a/dev-python/aiohttp-socks/Manifest +++ b/dev-python/aiohttp-socks/Manifest @@ -1,2 +1 @@ -DIST aiohttp-socks-0.5.5.tar.gz 1349283 BLAKE2B 85cd19fdc8c549a1c8ed66a71a9ccb61093fa6febfc2b2e93e26e47be9fc4d319f0ceecc0d6f70739e861fe5f7cd8c78615dfe67ed0669049d38da1f89da33f2 SHA512 94b9d5fc5a5eb04ce16302ca4a1abdaf8ec2b31811a6156aa3667aeb5bd284fc1757a65dc8dc7b77450017a04aa315a908a52a4d38b0657c41bcd64b9b1605b9 DIST aiohttp-socks-0.6.0.tar.gz 19789 BLAKE2B 56a9279f78e2a7a391183e6b68f9b33d878dc9b328d3096ca649b136e321ed372a9f9e8f7a02282c32568ac458639bd76b341f87722eeac46741d68064cc035b SHA512 15a5869d24955cba9548d8bd7cf1ec29b27a024603ca1b1d4abf8f93c70702434542c66ced1d8b28ae851034dad1ae8e2eaa4ed9a3729be35ec1e3c853237811 diff --git a/dev-python/aiohttp-socks/aiohttp-socks-0.5.5.ebuild b/dev-python/aiohttp-socks/aiohttp-socks-0.5.5.ebuild deleted file mode 100644 index b858909f4587..000000000000 --- a/dev-python/aiohttp-socks/aiohttp-socks-0.5.5.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) - -inherit distutils-r1 - -DESCRIPTION="SOCKS proxy connector for aiohttp" -HOMEPAGE="https://pypi.org/project/aiohttp-socks/" -SRC_URI="https://github.com/romis2012/aiohttp-socks/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 x86" -# tests require Internet -RESTRICT="test" - -# TODO: optional dep on trio -# TODO: is attrs actually used? -RDEPEND=" - >=dev-python/aiohttp-2.3.2[${PYTHON_USEDEP}] - >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}] - dev-python/python-socks[${PYTHON_USEDEP}] -" -#DEPEND=" -# test? ( -# dev-python/pytest-asyncio[${PYTHON_USEDEP}] -# )" - -#distutils_enable_tests pytest -- cgit v1.2.3-65-gdbad