Date: Tue, 9 May 2023 13:31:45 GMT From: Matthew Seaman <matthew@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 69cad9173580 - main - devel/py-types-jsonschema: New port Message-ID: <202305091331.349DVje5030508@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by matthew: URL: https://cgit.FreeBSD.org/ports/commit/?id=69cad9173580cb0da2f2120a83bc8aeebda70359 commit 69cad9173580cb0da2f2120a83bc8aeebda70359 Author: Matthew Seaman <matthew@FreeBSD.org> AuthorDate: 2023-05-09 10:20:53 +0000 Commit: Matthew Seaman <matthew@FreeBSD.org> CommitDate: 2023-05-09 13:31:39 +0000 devel/py-types-jsonschema: New port This is a PEP 561 type stub package for the jsonschema package. It can be used by type-checking tools like mypy, pyright, pytype, PyCharm, etc. to check code that uses jsonschema. --- devel/Makefile | 1 + devel/py-types-jsonschema/Makefile | 17 +++++++++++++++++ devel/py-types-jsonschema/distinfo | 3 +++ devel/py-types-jsonschema/pkg-descr | 3 +++ 4 files changed, 24 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 8d1646f72fdd..6061384dc095 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5620,6 +5620,7 @@ SUBDIR += py-types-cryptography SUBDIR += py-types-docutils SUBDIR += py-types-futures + SUBDIR += py-types-jsonschema SUBDIR += py-types-mock SUBDIR += py-types-protobuf SUBDIR += py-types-psutil diff --git a/devel/py-types-jsonschema/Makefile b/devel/py-types-jsonschema/Makefile new file mode 100644 index 000000000000..3d1493182ad7 --- /dev/null +++ b/devel/py-types-jsonschema/Makefile @@ -0,0 +1,17 @@ +PORTNAME= types-jsonschema +PORTVERSION= 4.17.0.7 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= matthew@FreeBSD.org +COMMENT= Typing stubs for jsonschema +WWW= https://pypi.org/project/types-jsonschema/ + +LICENSE= APACHE20 + +USES= python:3.7+ +USE_PYTHON= autoplist distutils +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/py-types-jsonschema/distinfo b/devel/py-types-jsonschema/distinfo new file mode 100644 index 000000000000..28fd9f42a43d --- /dev/null +++ b/devel/py-types-jsonschema/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1683626963 +SHA256 (types-jsonschema-4.17.0.7.tar.gz) = 130e57c5f1ca755f95775d0822ad7a3907294e1461306af54baf804f317fd54c +SIZE (types-jsonschema-4.17.0.7.tar.gz) = 8419 diff --git a/devel/py-types-jsonschema/pkg-descr b/devel/py-types-jsonschema/pkg-descr new file mode 100644 index 000000000000..3a27d129efcc --- /dev/null +++ b/devel/py-types-jsonschema/pkg-descr @@ -0,0 +1,3 @@ +This is a PEP 561 type stub package for the jsonschema package. It can +be used by type-checking tools like mypy, pyright, pytype, PyCharm, +etc. to check code that uses jsonschema.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305091331.349DVje5030508>