git: 0d94a4b1891a - main - devel/py-openapi-spec-validator04: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Oct 2022 15:39:06 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0d94a4b1891a7752e3e71ed6f5460a3b5d61cc92 commit 0d94a4b1891a7752e3e71ed6f5460a3b5d61cc92 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-10-09 15:20:39 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-10-09 15:37:45 +0000 devel/py-openapi-spec-validator04: Remove obsoleted port Use devel/py-openapi-spec-validator instead. --- MOVED | 1 + devel/Makefile | 1 - devel/py-openapi-spec-validator04/Makefile | 31 ----------------------------- devel/py-openapi-spec-validator04/distinfo | 3 --- devel/py-openapi-spec-validator04/pkg-descr | 3 --- 5 files changed, 1 insertion(+), 38 deletions(-) diff --git a/MOVED b/MOVED index ae8a8df5501f..26bb363f3b83 100644 --- a/MOVED +++ b/MOVED @@ -17581,3 +17581,4 @@ x11-toolkits/gstreamer1-plugins-gtk4||2022-10-01|No consumers left and deprecate deskutils/lookbook|deskutils/iconbrowser|2022-10-05|Project was renamed, now it is an official elementary OS application devel/p5-Type-Tie|devel/p5-Type-Tiny|2022-10-09|Remove obsoleted port. Use devel/p5-Type-Tiny instead databases/py-alembic16|databases/py-alembic|2022-10-09|Remove obsoleted port. Use databases/py-alembic instead +devel/py-openapi-spec-validator04|devel/py-openapi-spec-validator|2022-10-09|Remove obsoleted port. Use devel/py-openapi-spec-validator instead diff --git a/devel/Makefile b/devel/Makefile index 0c0bc5dd4afa..658712867e91 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4873,7 +4873,6 @@ SUBDIR += py-openapi-schema-validator SUBDIR += py-openapi-schema-validator02 SUBDIR += py-openapi-spec-validator - SUBDIR += py-openapi-spec-validator04 SUBDIR += py-opencensus SUBDIR += py-opencensus-context SUBDIR += py-opendht diff --git a/devel/py-openapi-spec-validator04/Makefile b/devel/py-openapi-spec-validator04/Makefile deleted file mode 100644 index ca071f9cea1b..000000000000 --- a/devel/py-openapi-spec-validator04/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -PORTNAME= openapi-spec-validator -PORTVERSION= 0.4.0 -CATEGORIES= devel python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= 04 - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Validator for OpenAPI 2.0 and 3.0.0 specification -WWW= https://github.com/p1c2u/openapi-spec-validator - -LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=4.0.0<5.0.0:devel/py-jsonschema@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}openapi-schema-validator02>=0.2.0<0.3.0:devel/py-openapi-schema-validator02@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}yaml>=5.1:devel/py-yaml@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-flake8>=0:devel/py-pytest-flake8@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tox>=0:devel/py-tox@${PY_FLAVOR} - -USES= python:3.7+ -USE_PYTHON= autoplist concurrent distutils - -NO_ARCH= yes - -PORTSCOUT= limit:^0\.4\. - -.include <bsd.port.mk> diff --git a/devel/py-openapi-spec-validator04/distinfo b/devel/py-openapi-spec-validator04/distinfo deleted file mode 100644 index 62563bce6099..000000000000 --- a/devel/py-openapi-spec-validator04/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1643971074 -SHA256 (openapi-spec-validator-0.4.0.tar.gz) = 97f258850afc97b048f7c2653855e0f88fa66ac103c2be5077c7960aca2ad49a -SIZE (openapi-spec-validator-0.4.0.tar.gz) = 26679 diff --git a/devel/py-openapi-spec-validator04/pkg-descr b/devel/py-openapi-spec-validator04/pkg-descr deleted file mode 100644 index 1f25d51d9c80..000000000000 --- a/devel/py-openapi-spec-validator04/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -OpenAPI Spec Validator is a Python library that validates OpenAPI Specs against -the OpenAPI 2.0 (aka Swagger) and OpenAPI 3.0.0 specification. The validator -aims to check for full compliance with the Specification.