git: eb29559e804d - main - devel/py-types-cryptography: Add py-types-cryptography 3.3.23
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 03 Oct 2022 02:24:32 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=eb29559e804ddd467fbcb8749b212731460ea81a
commit eb29559e804ddd467fbcb8749b212731460ea81a
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-10-03 02:10:18 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-10-03 02:10:18 +0000
devel/py-types-cryptography: Add py-types-cryptography 3.3.23
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.
---
devel/Makefile | 1 +
devel/py-types-cryptography/Makefile | 18 ++++++++++++++++++
devel/py-types-cryptography/distinfo | 3 +++
devel/py-types-cryptography/pkg-descr | 3 +++
4 files changed, 25 insertions(+)
diff --git a/devel/Makefile b/devel/Makefile
index 653fd6409401..c13fe30a6403 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5426,6 +5426,7 @@
SUBDIR += py-types-PyYAML
SUBDIR += py-types-Werkzeug
SUBDIR += py-types-click
+ SUBDIR += py-types-cryptography
SUBDIR += py-types-docutils
SUBDIR += py-types-futures
SUBDIR += py-types-mock
diff --git a/devel/py-types-cryptography/Makefile b/devel/py-types-cryptography/Makefile
new file mode 100644
index 000000000000..299d24266682
--- /dev/null
+++ b/devel/py-types-cryptography/Makefile
@@ -0,0 +1,18 @@
+PORTNAME= types-cryptography
+PORTVERSION= 3.3.23
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Typing stubs for cryptography
+WWW= https://github.com/python/typeshed/tree/master/stubs/cryptography
+
+LICENSE= APACHE20
+
+USES= python:3.7+
+USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-types-cryptography/distinfo b/devel/py-types-cryptography/distinfo
new file mode 100644
index 000000000000..925137552098
--- /dev/null
+++ b/devel/py-types-cryptography/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1663672738
+SHA256 (types-cryptography-3.3.23.tar.gz) = b85c45fd4d3d92e8b18e9a5ee2da84517e8fff658e3ef5755c885b1c2a27c1fe
+SIZE (types-cryptography-3.3.23.tar.gz) = 15370
diff --git a/devel/py-types-cryptography/pkg-descr b/devel/py-types-cryptography/pkg-descr
new file mode 100644
index 000000000000..adf45e0c3dc1
--- /dev/null
+++ b/devel/py-types-cryptography/pkg-descr
@@ -0,0 +1,3 @@
+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.