aboutsummaryrefslogtreecommitdiff
path: root/devel/py-types-urllib3
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-types-urllib3')
-rw-r--r--devel/py-types-urllib3/Makefile22
-rw-r--r--devel/py-types-urllib3/distinfo3
-rw-r--r--devel/py-types-urllib3/pkg-descr3
3 files changed, 0 insertions, 28 deletions
diff --git a/devel/py-types-urllib3/Makefile b/devel/py-types-urllib3/Makefile
deleted file mode 100644
index 1144fe2debf9..000000000000
--- a/devel/py-types-urllib3/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-PORTNAME= types-urllib3
-PORTVERSION= 1.26.25.14
-PORTREVISION= 2
-CATEGORIES= devel python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Typing stubs for urllib3
-WWW= https://github.com/python/typeshed/tree/main/stubs/urllib3
-
-LICENSE= APACHE20
-
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-
-USES= python
-USE_PYTHON= autoplist concurrent pep517
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/devel/py-types-urllib3/distinfo b/devel/py-types-urllib3/distinfo
deleted file mode 100644
index e4384d602762..000000000000
--- a/devel/py-types-urllib3/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1690305921
-SHA256 (types-urllib3-1.26.25.14.tar.gz) = 229b7f577c951b8c1b92c1bc2b2fdb0b49847bd2af6d1cc2a2e3dd340f3bda8f
-SIZE (types-urllib3-1.26.25.14.tar.gz) = 11239
diff --git a/devel/py-types-urllib3/pkg-descr b/devel/py-types-urllib3/pkg-descr
deleted file mode 100644
index 944e822ef9a6..000000000000
--- a/devel/py-types-urllib3/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-This is a PEP 561 type stub package for the urllib3 package. It can be used by
-type-checking tools like mypy, pyright, pytype, PyCharm, etc. to check code that
-uses urllib3.