git: 1688145a43f8 - main - devel/py-types-cryptography: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 Aug 2025 18:16:59 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1688145a43f85886ad41e9ac8fc46a3568a19c39
commit 1688145a43f85886ad41e9ac8fc46a3568a19c39
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-08-12 17:53:46 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-08-12 18:15:28 +0000
devel/py-types-cryptography: Remove obsoleted port
The cryptography package includes type annotations or type stubs since version 3.4.4.
Use security/py-cryptography instead.
---
MOVED | 1 +
devel/Makefile | 1 -
devel/py-types-cryptography/Makefile | 22 ----------------------
devel/py-types-cryptography/distinfo | 3 ---
devel/py-types-cryptography/pkg-descr | 3 ---
5 files changed, 1 insertion(+), 29 deletions(-)
diff --git a/MOVED b/MOVED
index a65ba813983b..4bfd1da255d8 100644
--- a/MOVED
+++ b/MOVED
@@ -4720,3 +4720,4 @@ multimedia/gstreamer1-validate|devel/gstreamer1-devtools|2025-08-11|Project rena
devel/py-types-PyYAML|devel/py-types-pyyaml|2025-08-12|Move devel/py-types-PyYAML to devel/py-types-pyyaml
devel/py-pluggy0|devel/py-pluggy|2025-08-12|Remove obsoleted port. Use devel/py-pluggy instead
devel/py-types-click|devel/py-click|2025-08-12|Remove obsoleted port. The click package includes type annotations or type stubs since version 8.0. Use devel/py-click instead
+devel/py-types-cryptography|security/py-cryptography|2025-08-12|Remove obsoleted port. The cryptography package includes type annotations or type stubs since version 3.4.4. Use security/py-cryptography instead
diff --git a/devel/Makefile b/devel/Makefile
index 12981077085e..13a2b84527d2 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6091,7 +6091,6 @@
SUBDIR += py-types-Pillow
SUBDIR += py-types-Pygments
SUBDIR += py-types-Werkzeug
- SUBDIR += py-types-cryptography
SUBDIR += py-types-decorator
SUBDIR += py-types-docutils
SUBDIR += py-types-futures
diff --git a/devel/py-types-cryptography/Makefile b/devel/py-types-cryptography/Makefile
deleted file mode 100644
index 639b80d929fc..000000000000
--- a/devel/py-types-cryptography/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-PORTNAME= types-cryptography
-PORTVERSION= 3.3.23.2
-PORTREVISION= 1
-CATEGORIES= devel python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Typing stubs for cryptography
-WWW= https://github.com/python/typeshed/tree/main/stubs/cryptography
-
-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-cryptography/distinfo b/devel/py-types-cryptography/distinfo
deleted file mode 100644
index 23cafafb9df9..000000000000
--- a/devel/py-types-cryptography/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1684104478
-SHA256 (types-cryptography-3.3.23.2.tar.gz) = 09cc53f273dd4d8c29fa7ad11fefd9b734126d467960162397bc5e3e604dea75
-SIZE (types-cryptography-3.3.23.2.tar.gz) = 15461
diff --git a/devel/py-types-cryptography/pkg-descr b/devel/py-types-cryptography/pkg-descr
deleted file mode 100644
index adf45e0c3dc1..000000000000
--- a/devel/py-types-cryptography/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-This is a PEP 561 type stub package for the cryptography package. It can be used
-by type-checking tools like mypy, PyCharm, pytype etc. to check code that uses
-cryptography.