summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-11-30 12:10:03 +0100
committerMichał Górny <mgorny@gentoo.org>2024-11-30 12:10:03 +0100
commitabe1bfda8a786a22b6fc0be51b4635a9ac9d769c (patch)
tree8988602c9f3af80a74a9ad5a40c532948147c351 /dev-python
parent1d6ce44c88cb018b2305934b032a39c3fa9bddc4 (diff)
downloadgentoo-abe1bfda8a786a22b6fc0be51b4635a9ac9d769c.tar.gz
gentoo-abe1bfda8a786a22b6fc0be51b4635a9ac9d769c.tar.bz2
gentoo-abe1bfda8a786a22b6fc0be51b4635a9ac9d769c.zip
dev-python/requests-futures: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/requests-futures/Manifest1
-rw-r--r--dev-python/requests-futures/requests-futures-1.0.1.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/dev-python/requests-futures/Manifest b/dev-python/requests-futures/Manifest
index fb744c719f0b..3835d65f921e 100644
--- a/dev-python/requests-futures/Manifest
+++ b/dev-python/requests-futures/Manifest
@@ -1,2 +1 @@
-DIST requests-futures-1.0.1.tar.gz 9921 BLAKE2B f4b1ec5c473ebe5e2cd4ca7bf8da3c60b4a0304c6ee5940900fcbad1f8e3400facfc886e3ba318d30c597d2e212b29d6eed4dfe7e985c526309e0abb15ded6b4 SHA512 e95c2ae8a97f314a6f2ec02ab1d4b456cd673599dea9cf4abd9f2c601ea7ea4b48a6595d4b52bd5c717cfcbbb378be8789d6f63dfb58fb2aa4778db408521730
DIST requests_futures-1.0.2.tar.gz 10356 BLAKE2B 4aa9b549981c13681ada1335bbf00a1b2b23c10376941062f92275a9f772a2aae57332b10dabb730bd5aa7157e19f61b82b41e03a9978b41a55cab2a57dba101 SHA512 1d163ffe45a09e0160710cf8bd060f741a524e60d69318af7c03a3b5dc41f27f4f7d115faed227bb710b29ffdb230a7ef5991e33ab2ad4e25b3c52727ef76fc7
diff --git a/dev-python/requests-futures/requests-futures-1.0.1.ebuild b/dev-python/requests-futures/requests-futures-1.0.1.ebuild
deleted file mode 100644
index 0f598414dd6a..000000000000
--- a/dev-python/requests-futures/requests-futures-1.0.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2024 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_{10..13} pypy3 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Asynchronous Python HTTP for Humans"
-HOMEPAGE="
- https://github.com/ross/requests-futures/
- https://pypi.org/project/requests-futures/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-RESTRICT="test"
-PROPERTIES="test_network"
-
-RDEPEND="
- >=dev-python/requests-1.2.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest