Verified Commit 1af15cb2 authored by sunpoet's avatar sunpoet
Browse files

devel/py-jsonschema-spec: Remove obsoleted port

Use devel/py-jsonschema-path instead.
parent c0757572
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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

devel/py-jsonschema-spec/Makefile

deleted100644 → 0
+0 −26
Original line number Diff line number Diff line
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>

devel/py-jsonschema-spec/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1692211737
SHA256 (jsonschema_spec-0.2.4.tar.gz) = 873e396ad1ba6edf9f52d6174c110d4fafb7b5f5894744246a53fe75e5251ec2
SIZE (jsonschema_spec-0.2.4.tar.gz) = 11477
+0 −11
Original line number Diff line number Diff line
--- 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 = "*"
Loading