aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-08-04 16:48:40 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-08-04 17:13:55 +0000
commit01aef56a7def48518bf2c5f06813080606d4fdd3 (patch)
tree83676b31f602059616826c7f28f58d1a8d20f792
parent1608be4a86940ef76d4be72ddd226a81c85a0a4a (diff)
devel/py-jsonschema417: Remove obsoleted port
Use devel/py-jsonschema instead.
-rw-r--r--MOVED1
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-jsonschema417/Makefile39
-rw-r--r--devel/py-jsonschema417/distinfo3
-rw-r--r--devel/py-jsonschema417/pkg-descr6
5 files changed, 1 insertions, 49 deletions
diff --git a/MOVED b/MOVED
index 052d0b626d24..a107eb8004c1 100644
--- a/MOVED
+++ b/MOVED
@@ -3424,3 +3424,4 @@ audio/libsidplay2||2024-08-04|Has expired: Abandonware and superseded by audio/l
www/py-imdbpy|www/py-cinemagoer|2024-08-04|Has expired: IMDbPY is now cinemagoer. Use www/py-cinemagoer instead
dns/dnrd||2024-08-04|Has expired: Abandonware, last release in 2007 and last activity in 2010. Consider using Unbound, dns/dnsmasq or dns/blocky
science/mercantile|science/py-mercantile|2024-08-04|Move science/mercantile to science/py-mercantile
+devel/py-jsonschema417|devel/py-jsonschema|2024-08-04|Remove obsoleted port. Use devel/py-jsonschema instead
diff --git a/devel/Makefile b/devel/Makefile
index 0d1f8791c461..866f1948737d 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5026,7 +5026,6 @@
SUBDIR += py-jsonschema-spec
SUBDIR += py-jsonschema-specifications
SUBDIR += py-jsonschema3
- SUBDIR += py-jsonschema417
SUBDIR += py-jsonsir
SUBDIR += py-junitparser
SUBDIR += py-jupyter-client
diff --git a/devel/py-jsonschema417/Makefile b/devel/py-jsonschema417/Makefile
deleted file mode 100644
index 84df4af790e8..000000000000
--- a/devel/py-jsonschema417/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-PORTNAME= jsonschema
-PORTVERSION= 4.17.3
-CATEGORIES= devel python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-PKGNAMESUFFIX= 417
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= JSON Schema validation for Python
-WWW= https://github.com/Julian/jsonschema
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}hatch-fancy-pypi-readme>=0:devel/py-hatch-fancy-pypi-readme@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0:devel/py-hatch-vcs@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=17.4.0:devel/py-attrs@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pyrsistent>=0.14.0:devel/py-pyrsistent@${PY_FLAVOR}
-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>=0:devel/py-pip@${PY_FLAVOR}
-
-USES= python
-USE_PYTHON= autoplist concurrent pep517 pytest
-
-NO_ARCH= yes
-TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR}
-
-CONFLICTS_INSTALL= py*-jsonschema3 # bin/jsonschema
-
-PORTSCOUT= limit:^4\.17\.
-
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 30900
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-resources>=1.4.0:devel/py-importlib-resources@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pkgutil-resolve-name>=1.3.10:devel/py-pkgutil-resolve-name@${PY_FLAVOR}
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/devel/py-jsonschema417/distinfo b/devel/py-jsonschema417/distinfo
deleted file mode 100644
index 242dc6efa1b4..000000000000
--- a/devel/py-jsonschema417/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1678487864
-SHA256 (jsonschema-4.17.3.tar.gz) = 0f864437ab8b6076ba6707453ef8f98a6a0d512a80e93f8abdb676f737ecb60d
-SIZE (jsonschema-4.17.3.tar.gz) = 297785
diff --git a/devel/py-jsonschema417/pkg-descr b/devel/py-jsonschema417/pkg-descr
deleted file mode 100644
index 130c5d25f094..000000000000
--- a/devel/py-jsonschema417/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-jsonschema is an implementation of JSON Schema for Python
-
- - Full support for Draft 3 and Draft 4 of the schema.
- - Lazy validation that can iteratively report all validation errors.
- - Small and extensible
- - Programmatic querying of which properties or items failed validation.