git: 07000cff59ee - main - devel/py-types-MarkupSafe: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 Aug 2025 18:17:04 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=07000cff59ee7bfceb70a8e2727a40914624d0ab
commit 07000cff59ee7bfceb70a8e2727a40914624d0ab
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-08-12 17:53:51 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-08-12 18:15:29 +0000
devel/py-types-MarkupSafe: Remove obsoleted port
The MarkupSafe package includes type annotations or type stubs since version 2.0.
Use textproc/py-markupsafe instead.
---
MOVED | 1 +
devel/Makefile | 1 -
devel/py-types-MarkupSafe/Makefile | 18 ------------------
devel/py-types-MarkupSafe/distinfo | 3 ---
devel/py-types-MarkupSafe/pkg-descr | 3 ---
5 files changed, 1 insertion(+), 25 deletions(-)
diff --git a/MOVED b/MOVED
index aeae22e7658e..d4ff919ca302 100644
--- a/MOVED
+++ b/MOVED
@@ -4724,3 +4724,4 @@ devel/py-types-cryptography|security/py-cryptography|2025-08-12|Remove obsoleted
devel/py-types-Flask|www/py-flask|2025-08-12|Remove obsoleted port. The Flask package includes type annotations or type stubs since version 2.0. Use www/py-flask instead
devel/py-types-futures||2025-08-12|Remove obsoleted port
devel/py-types-Jinja2|devel/py-Jinja2|2025-08-12|Remove obsoleted port. The Jinja2 package includes type annotations or type stubs since version 3.0. Use devel/py-Jinja2 instead
+devel/py-types-MarkupSafe|textproc/py-markupsafe|2025-08-12|Remove obsoleted port. The MarkupSafe package includes type annotations or type stubs since version 2.0. Use textproc/py-markupsafe instead
diff --git a/devel/Makefile b/devel/Makefile
index a807e1df7059..24ca5b97442f 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6085,7 +6085,6 @@
SUBDIR += py-typecode
SUBDIR += py-typeguard
SUBDIR += py-typer
- SUBDIR += py-types-MarkupSafe
SUBDIR += py-types-Pillow
SUBDIR += py-types-Pygments
SUBDIR += py-types-Werkzeug
diff --git a/devel/py-types-MarkupSafe/Makefile b/devel/py-types-MarkupSafe/Makefile
deleted file mode 100644
index bc52d8eb97f7..000000000000
--- a/devel/py-types-MarkupSafe/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-PORTNAME= types-MarkupSafe
-PORTVERSION= 1.1.10
-PORTREVISION= 1
-CATEGORIES= devel python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Typing stubs for MarkupSafe
-WWW= https://pypi.org/project/types-MarkupSafe/
-
-LICENSE= APACHE20
-
-USES= python
-USE_PYTHON= autoplist distutils
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/devel/py-types-MarkupSafe/distinfo b/devel/py-types-MarkupSafe/distinfo
deleted file mode 100644
index 75c795659cfb..000000000000
--- a/devel/py-types-MarkupSafe/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1638456116
-SHA256 (types-MarkupSafe-1.1.10.tar.gz) = 85b3a872683d02aea3a5ac2a8ef590193c344092032f58457287fbf8e06711b1
-SIZE (types-MarkupSafe-1.1.10.tar.gz) = 2986
diff --git a/devel/py-types-MarkupSafe/pkg-descr b/devel/py-types-MarkupSafe/pkg-descr
deleted file mode 100644
index 6258138194da..000000000000
--- a/devel/py-types-MarkupSafe/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-This is a PEP 561 type stub package for the `MarkupSafe` package.
-It can be used by type-checking tools like mypy, PyCharm, pytype
-etc. to check code that uses `MarkupSafe`.