diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-10-18 23:47:38 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-10-18 23:47:38 +0000 |
| commit | 8112ce07c1cec0eca5c6d846d19f6c763cd85b1b (patch) | |
| tree | fadd88a0a20bb0250be21491a53866d6933ab1fe | |
| parent | 5661af78efc111a2d95f233ea7c1bd7d7562a2f9 (diff) | |
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.
| -rw-r--r-- | MOVED | 1 | ||||
| -rw-r--r-- | devel/Makefile | 1 | ||||
| -rw-r--r-- | devel/py-types-urllib3/Makefile | 22 | ||||
| -rw-r--r-- | devel/py-types-urllib3/distinfo | 3 | ||||
| -rw-r--r-- | devel/py-types-urllib3/pkg-descr | 3 |
5 files changed, 1 insertions, 29 deletions
@@ -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. |
