summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-07-05 10:01:06 +0200
committerMichał Górny <mgorny@gentoo.org>2023-07-05 10:03:41 +0200
commit07c1a0f2620c6bd37e6abbe9285c014668b73a17 (patch)
treebb02711d120a8a8caa6102cb48d38f0f5a4b1b31 /dev-python/requests-unixsocket
parentdev-python/bottle: Remove old (diff)
downloadgentoo-07c1a0f2620c6bd37e6abbe9285c014668b73a17.tar.gz
gentoo-07c1a0f2620c6bd37e6abbe9285c014668b73a17.tar.bz2
gentoo-07c1a0f2620c6bd37e6abbe9285c014668b73a17.zip
dev-python/requests-unixsocket: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/requests-unixsocket')
-rw-r--r--dev-python/requests-unixsocket/requests-unixsocket-0.3.0-r3.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-python/requests-unixsocket/requests-unixsocket-0.3.0-r3.ebuild b/dev-python/requests-unixsocket/requests-unixsocket-0.3.0-r3.ebuild
deleted file mode 100644
index e0077847ef34..000000000000
--- a/dev-python/requests-unixsocket/requests-unixsocket-0.3.0-r3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Use requests to talk HTTP via a UNIX domain socket"
-HOMEPAGE="
- https://github.com/msabramo/requests-unixsocket/
- https://pypi.org/project/requests-unixsocket/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
- dev-python/requests[${PYTHON_USEDEP}]
- <dev-python/urllib3-2[${PYTHON_USEDEP}]
-"
-BDEPEND="
- dev-python/pbr[${PYTHON_USEDEP}]
- test? (
- dev-python/waitress[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest