Verified Commit 8112ce07 authored by sunpoet's avatar sunpoet
Browse files

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.
parent 5661af78
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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

devel/py-types-urllib3/Makefile

deleted100644 → 0
+0 −22
Original line number Diff line number Diff line
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>

devel/py-types-urllib3/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1690305921
SHA256 (types-urllib3-1.26.25.14.tar.gz) = 229b7f577c951b8c1b92c1bc2b2fdb0b49847bd2af6d1cc2a2e3dd340f3bda8f
SIZE (types-urllib3-1.26.25.14.tar.gz) = 11239

devel/py-types-urllib3/pkg-descr

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
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.