Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Oct 2022 15:39:08 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c4d5b077935c - main - devel/py-openapi-schema-validator02: Remove obsoleted port
Message-ID:  <202210091539.299Fd8NN041922@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c4d5b077935ce44a9d25a6ac4d3d7346cafcd181

commit c4d5b077935ce44a9d25a6ac4d3d7346cafcd181
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-10-09 15:20:40 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-10-09 15:37:46 +0000

    devel/py-openapi-schema-validator02: Remove obsoleted port
    
    Use devel/py-openapi-schema-validator instead.
---
 MOVED                                         |  1 +
 devel/Makefile                                |  1 -
 devel/py-openapi-schema-validator02/Makefile  | 33 ---------------------------
 devel/py-openapi-schema-validator02/distinfo  |  3 ---
 devel/py-openapi-schema-validator02/pkg-descr |  3 ---
 5 files changed, 1 insertion(+), 40 deletions(-)

diff --git a/MOVED b/MOVED
index 26bb363f3b83..1e66f5292232 100644
--- a/MOVED
+++ b/MOVED
@@ -17582,3 +17582,4 @@ deskutils/lookbook|deskutils/iconbrowser|2022-10-05|Project was renamed, now it
 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
+devel/py-openapi-schema-validator02|devel/py-openapi-schema-validator|2022-10-09|Remove obsoleted port. Use devel/py-openapi-schema-validator instead
diff --git a/devel/Makefile b/devel/Makefile
index 658712867e91..3734628bbd51 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4871,7 +4871,6 @@
     SUBDIR += py-openapi-codec
     SUBDIR += py-openapi-core
     SUBDIR += py-openapi-schema-validator
-    SUBDIR += py-openapi-schema-validator02
     SUBDIR += py-openapi-spec-validator
     SUBDIR += py-opencensus
     SUBDIR += py-opencensus-context
diff --git a/devel/py-openapi-schema-validator02/Makefile b/devel/py-openapi-schema-validator02/Makefile
deleted file mode 100644
index 51a54349af4a..000000000000
--- a/devel/py-openapi-schema-validator02/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-PORTNAME=	openapi-schema-validator
-PORTVERSION=	0.2.3
-CATEGORIES=	devel python
-MASTER_SITES=	CHEESESHOP
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-PKGNAMESUFFIX=	02
-
-MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	OpenAPI schema validation for Python
-WWW=		https://github.com/p1c2u/openapi-schema-validator
-
-LICENSE=	BSD3CLAUSE
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jsonschema>=3.0.0<5.0.0:devel/py-jsonschema@${PY_FLAVOR}
-
-USES=		python:3.7+
-USE_PYTHON=	autoplist concurrent distutils
-
-NO_ARCH=	yes
-
-PORTSCOUT=	limit:^0\.2\.
-
-OPTIONS_DEFINE=	ISODATE RFC3339_VALIDATOR STRICT_RFC3339
-ISODATE_DESC=		Datetime validator via isodate
-RFC3339_VALIDATOR_DESC=	Datetime validator via rfc3339-validator
-STRICT_RFC3339_DESC=	Datetime validator via strict-rfc3339
-
-ISODATE_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}isodate>=0:devel/py-isodate@${PY_FLAVOR}
-RFC3339_VALIDATOR_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}rfc3339-validator>=0:devel/py-rfc3339-validator@${PY_FLAVOR}
-STRICT_RFC3339_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}strict-rfc3339>=0:devel/py-strict-rfc3339@${PY_FLAVOR}
-
-.include <bsd.port.mk>
diff --git a/devel/py-openapi-schema-validator02/distinfo b/devel/py-openapi-schema-validator02/distinfo
deleted file mode 100644
index 03b3d44dcb79..000000000000
--- a/devel/py-openapi-schema-validator02/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1643971072
-SHA256 (openapi-schema-validator-0.2.3.tar.gz) = 2c64907728c3ef78e23711c8840a423f0b241588c9ed929855e4b2d1bb0cf5f2
-SIZE (openapi-schema-validator-0.2.3.tar.gz) = 7503
diff --git a/devel/py-openapi-schema-validator02/pkg-descr b/devel/py-openapi-schema-validator02/pkg-descr
deleted file mode 100644
index 66384a3b1f1e..000000000000
--- a/devel/py-openapi-schema-validator02/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Openapi-schema-validator is a Python library that validates schema against the
-OpenAPI Schema Specification v3.0 which is an extended subset of the JSON Schema
-Specification Wright Draft 00.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210091539.299Fd8NN041922>