git: bc7f1394f3cc - main - devel/py-jsonschema-spec: Add py-jsonschema-spec 0.1.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 Sep 2022 03:52:14 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=bc7f1394f3cc946f2fd973e9b564a973a066019f commit bc7f1394f3cc946f2fd973e9b564a973a066019f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-09-04 03:41:29 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-09-04 03:41:29 +0000 devel/py-jsonschema-spec: Add py-jsonschema-spec 0.1.1 JSONSchema Spec with object-oriented paths WWW: https://github.com/p1c2u/jsonschema-spec --- devel/Makefile | 1 + devel/py-jsonschema-spec/Makefile | 23 +++++++++++++++++++++++ devel/py-jsonschema-spec/distinfo | 3 +++ devel/py-jsonschema-spec/pkg-descr | 3 +++ 4 files changed, 30 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index a948464994da..263ac80f491f 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4696,6 +4696,7 @@ SUBDIR += py-jsonref SUBDIR += py-jsonrpclib-pelix SUBDIR += py-jsonschema + SUBDIR += py-jsonschema-spec SUBDIR += py-jsonschema3 SUBDIR += py-jsonsir SUBDIR += py-jupyter-client diff --git a/devel/py-jsonschema-spec/Makefile b/devel/py-jsonschema-spec/Makefile new file mode 100644 index 000000000000..8035e80a8655 --- /dev/null +++ b/devel/py-jsonschema-spec/Makefile @@ -0,0 +1,23 @@ +PORTNAME= jsonschema-spec +PORTVERSION= 0.1.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= JSONSchema Spec with object-oriented paths + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=4.0.0<5.0.0:devel/py-jsonschema@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pathable>=0.4.1<0.5.0:devel/py-pathable@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}yaml>=5.1:devel/py-yaml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.3.0<5.0.0:devel/py-typing-extensions@${PY_FLAVOR} + +USES= python:3.7+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/py-jsonschema-spec/distinfo b/devel/py-jsonschema-spec/distinfo new file mode 100644 index 000000000000..6a95034ff0ad --- /dev/null +++ b/devel/py-jsonschema-spec/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1662212104 +SHA256 (jsonschema-spec-0.1.1.tar.gz) = 2eaf5d20c017921950df53d898e0e85029901d83c28730f0fa20813648c7af22 +SIZE (jsonschema-spec-0.1.1.tar.gz) = 10301 diff --git a/devel/py-jsonschema-spec/pkg-descr b/devel/py-jsonschema-spec/pkg-descr new file mode 100644 index 000000000000..85ee60d4794f --- /dev/null +++ b/devel/py-jsonschema-spec/pkg-descr @@ -0,0 +1,3 @@ +JSONSchema Spec with object-oriented paths + +WWW: https://github.com/p1c2u/jsonschema-spec