aboutsummaryrefslogtreecommitdiff
path: root/devel/py-types-urllib3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-types-urllib3/Makefile')
-rw-r--r--devel/py-types-urllib3/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/devel/py-types-urllib3/Makefile b/devel/py-types-urllib3/Makefile
deleted file mode 100644
index 17b49f3b7fec..000000000000
--- a/devel/py-types-urllib3/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-PORTNAME= types-urllib3
-PORTVERSION= 1.26.25.14
-PORTREVISION= 1
-CATEGORIES= devel python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Typing stubs for urllib3
-WWW= https://pypi.org/project/types-urllib3/
-
-LICENSE= APACHE20
-
-# TODO: deprecate as soon as py-urllib3 is updated to 2.x
-# DEPRECATED= No longer needed, type annotations are now available in urllib3 module
-# EXPIRATION_DATE= 2023-05-01
-
-USES= python
-USE_PYTHON= autoplist distutils
-NO_ARCH= yes
-
-.include <bsd.port.mk>