diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-04-11 13:13:58 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-04-11 13:22:52 +0200 |
commit | 9290f89fa0eca1717fd28265c1cdca451933d44a (patch) | |
tree | 6ffc16a14a573b15ee7de4dcca135751b454ec17 /dev-python/aiohttp-socks | |
parent | dev-python/python-markdown-math: Remove old (diff) | |
download | gentoo-9290f89fa0eca1717fd28265c1cdca451933d44a.tar.gz gentoo-9290f89fa0eca1717fd28265c1cdca451933d44a.tar.bz2 gentoo-9290f89fa0eca1717fd28265c1cdca451933d44a.zip |
dev-python/aiohttp-socks: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/aiohttp-socks')
-rw-r--r-- | dev-python/aiohttp-socks/Manifest | 1 | ||||
-rw-r--r-- | dev-python/aiohttp-socks/aiohttp-socks-0.5.5.ebuild | 32 |
2 files changed, 0 insertions, 33 deletions
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 |