git: 7b23c2096f12 - main - devel/py-prance: Unbreak this port after 19e3341468e743268c8e803d1ca73e21ecda16d3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Nov 2021 21:19:12 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7b23c2096f12c29a95be934e3c8bedc9c1b9eb50 commit 7b23c2096f12c29a95be934e3c8bedc9c1b9eb50 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-11-21 21:15:21 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-11-21 21:15:21 +0000 devel/py-prance: Unbreak this port after 19e3341468e743268c8e803d1ca73e21ecda16d3 - Change RUN_DEPENDS from py-click to py-click7 - Bump PORTREVISION for dependency change --- devel/py-prance/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/py-prance/Makefile b/devel/py-prance/Makefile index 7a1213a5cc66..837437685aad 100644 --- a/devel/py-prance/Makefile +++ b/devel/py-prance/Makefile @@ -2,6 +2,7 @@ PORTNAME= prance PORTVERSION= 0.21.2 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -33,7 +34,7 @@ ICU_DESC= Unicode support OSV_DESC= Use py-openapi-spec-validator as backend SSV_DESC= Use py-swagger-spec-validator as backend -CLI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=7.0<8:devel/py-click@${PY_FLAVOR} +CLI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click7>=7.0<8:devel/py-click7@${PY_FLAVOR} FLEX_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flex>=6.13<7:devel/py-flex@${PY_FLAVOR} ICU_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyicu>=2.4<3:devel/py-pyicu@${PY_FLAVOR} OSV_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openapi-spec-validator>=0.2.1:devel/py-openapi-spec-validator@${PY_FLAVOR}