git: 8112ce07c1ce - main - devel/py-types-urllib3: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 19 Oct 2025 00:01:50 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8112ce07c1cec0eca5c6d846d19f6c763cd85b1b
commit 8112ce07c1cec0eca5c6d846d19f6c763cd85b1b
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-10-18 23:47:38 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-10-18 23:47:38 +0000
devel/py-types-urllib3: Remove obsoleted port
The urllib3 package includes type annotations or type stubs since version 2.0.0.
Use net/py-urllib3 instead.
---
MOVED | 1 +
devel/Makefile | 1 -
devel/py-types-urllib3/Makefile | 22 ----------------------
devel/py-types-urllib3/distinfo | 3 ---
devel/py-types-urllib3/pkg-descr | 3 ---
5 files changed, 1 insertion(+), 29 deletions(-)
diff --git a/MOVED b/MOVED
index 9dc189deb9b5..c525b1f63cae 100644
--- a/MOVED
+++ b/MOVED
@@ -4808,3 +4808,4 @@ deskutils/gnome-shell-extension-openweather||2025-10-14|Has expired: Superseded
math/vtk8|math/vtk9|2025-10-14|Last user switched to math/vtk9
security/iddawc||2025-10-14|Has expired: Upstream repo archived on Nov 11, 2024
editors/quilter||2025-10-15|Deprecated upstream
+devel/py-types-urllib3|net/py-urllib3|2025-10-18|Remove obsoleted port. The urllib3 package includes type annotations or type stubs since version 2.0.0. Use net/py-urllib3 instead
diff --git a/devel/Makefile b/devel/Makefile
index 40806c8d3c41..8f981601854f 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6154,7 +6154,6 @@
SUBDIR += py-types-setuptools
SUBDIR += py-types-toml
SUBDIR += py-types-ujson
- SUBDIR += py-types-urllib3
SUBDIR += py-typeshed-client
SUBDIR += py-typing-extensions
SUBDIR += py-typing-inspect
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.