diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2026-04-05 16:51:15 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2026-04-05 17:18:00 +0000 |
| commit | 1af15cb21094259cda0377a0d35295be43bc4321 (patch) | |
| tree | 6c32f382024ffae0dbeeed15b8b043d76cc6371c | |
| parent | c075757238e7c93ff901294bee1c3d5308fdd63b (diff) | |
devel/py-jsonschema-spec: Remove obsoleted port
Use devel/py-jsonschema-path instead.
| -rw-r--r-- | MOVED | 1 | ||||
| -rw-r--r-- | devel/Makefile | 1 | ||||
| -rw-r--r-- | devel/py-jsonschema-spec/Makefile | 26 | ||||
| -rw-r--r-- | devel/py-jsonschema-spec/distinfo | 3 | ||||
| -rw-r--r-- | devel/py-jsonschema-spec/files/patch-pyproject.toml | 11 | ||||
| -rw-r--r-- | devel/py-jsonschema-spec/pkg-descr | 1 |
6 files changed, 1 insertions, 42 deletions
@@ -5225,3 +5225,4 @@ security/openssl33||2026-03-31|Has expired: Please use security/openssl35 (LTS) textproc/lexilla||2026-04-01|Has expired: No consumers left in the tree, the library is intended to be bundled x11-toolkits/scintilla||2026-04-01|Has expired: No consumers left in the tree, the library is intended to be bundled security/py-shodan|net/py-shodan|2026-04-03|Remove duplicate port. Use net/py-shodan instead +devel/py-jsonschema-spec|devel/py-jsonschema-path|2026-04-05|Remove obsoleted port. Use devel/py-jsonschema-path instead diff --git a/devel/Makefile b/devel/Makefile index 818f146a696b..0578315870bc 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5193,7 +5193,6 @@ SUBDIR += py-jsonschema SUBDIR += py-jsonschema-path SUBDIR += py-jsonschema-rs - SUBDIR += py-jsonschema-spec SUBDIR += py-jsonschema-specifications SUBDIR += py-jsonschema3 SUBDIR += py-jsonsir diff --git a/devel/py-jsonschema-spec/Makefile b/devel/py-jsonschema-spec/Makefile deleted file mode 100644 index b1b9e48ff7ca..000000000000 --- a/devel/py-jsonschema-spec/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -PORTNAME= jsonschema-spec -PORTVERSION= 0.2.4 -PORTREVISION= 7 -CATEGORIES= devel python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= jsonschema_spec-${PORTVERSION} - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= JSONSchema Spec with object-oriented paths -WWW= https://github.com/p1c2u/jsonschema-path - -LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pathable>=0.4.1<0.5:devel/py-pathable@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyyaml>=5.1:devel/py-pyyaml@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}referencing>=0.28.0<0.38.0:devel/py-referencing@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist concurrent pep517 - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/devel/py-jsonschema-spec/distinfo b/devel/py-jsonschema-spec/distinfo deleted file mode 100644 index d100da663687..000000000000 --- a/devel/py-jsonschema-spec/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1692211737 -SHA256 (jsonschema_spec-0.2.4.tar.gz) = 873e396ad1ba6edf9f52d6174c110d4fafb7b5f5894744246a53fe75e5251ec2 -SIZE (jsonschema_spec-0.2.4.tar.gz) = 11477 diff --git a/devel/py-jsonschema-spec/files/patch-pyproject.toml b/devel/py-jsonschema-spec/files/patch-pyproject.toml deleted file mode 100644 index c54c07d90bd4..000000000000 --- a/devel/py-jsonschema-spec/files/patch-pyproject.toml +++ /dev/null @@ -1,11 +0,0 @@ ---- pyproject.toml.orig 2023-08-16 17:46:54 UTC -+++ pyproject.toml -@@ -44,7 +44,7 @@ pathable = "^0.4.1" - python = "^3.8.0" - PyYAML = ">=5.1" - requests = {version = "^2.31.0", optional = true} --referencing = ">=0.28.0,<0.31.0" -+referencing = ">=0.28.0,<0.38.0" - - [tool.poetry.dev-dependencies] - pre-commit = "*" diff --git a/devel/py-jsonschema-spec/pkg-descr b/devel/py-jsonschema-spec/pkg-descr deleted file mode 100644 index 735f35367179..000000000000 --- a/devel/py-jsonschema-spec/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -JSONSchema Spec with object-oriented paths |
