aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-05-28 23:44:26 +0200
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-05-28 23:44:26 +0200
commit464cf1000cd4c8b68838410473c8868e2047bf6f (patch)
tree20b350bbfe441cbbb6852537dc1d2f8b7c51ac28 /dev-python/types-urllib3
parentdev-python/types-python-dateutil: drop 2.8.15 (diff)
downloadguru-464cf1000cd4c8b68838410473c8868e2047bf6f.tar.gz
guru-464cf1000cd4c8b68838410473c8868e2047bf6f.tar.bz2
guru-464cf1000cd4c8b68838410473c8868e2047bf6f.zip
dev-python/types-urllib3: drop 1.26.13
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'dev-python/types-urllib3')
-rw-r--r--dev-python/types-urllib3/Manifest1
-rw-r--r--dev-python/types-urllib3/types-urllib3-1.26.13.ebuild19
2 files changed, 0 insertions, 20 deletions
diff --git a/dev-python/types-urllib3/Manifest b/dev-python/types-urllib3/Manifest
index 78f942054..7449c7b1a 100644
--- a/dev-python/types-urllib3/Manifest
+++ b/dev-python/types-urllib3/Manifest
@@ -1,2 +1 @@
-DIST types-urllib3-1.26.13.tar.gz 8763 BLAKE2B fa74ae41ae77ed096350ede7c78b6323a6eabe1868fdda0b078c8260fd129b34d68c89ccd9ae7c3d916910fd5114283ce007f6a2710a3b1fb1dd16d0c6f01b89 SHA512 a959872447274d60edd8e6f1e8f4268a7bb14806f3d183ae87b8ca5cc9d8ad6ee29ba4a13e48d683790e0c43773a196136770167e0dc4d4a4a101a6ba1a76b33
DIST types-urllib3-1.26.14.tar.gz 8862 BLAKE2B 6dda6de46b243b06afa57621307804512f78612373d4eae5b14472e738ac263fd8da38ddce95fcef7da2e461c291a550d0a52033b9b73c5018276f18fad6638a SHA512 1dd04532efd6eb98834c4c45654e34edefae10290ff608ba07f21702b0ba00e49e0b4d69fb2b3bfe4038dcbbdf2cdddf45519a37d8615959921ef34741a910cb
diff --git a/dev-python/types-urllib3/types-urllib3-1.26.13.ebuild b/dev-python/types-urllib3/types-urllib3-1.26.13.ebuild
deleted file mode 100644
index b96a6633a..000000000
--- a/dev-python/types-urllib3/types-urllib3-1.26.13.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Typing stubs for urllib3"
-HOMEPAGE="
- https://pypi.org/project/types-urllib3/
- https://github.com/python/typeshed/tree/master/stubs/urllib3
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="Apache-2.0"
-KEYWORDS="~amd64"