git: 77b10c99f376 - main - devel/py-pbr: Fix RUN_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 22 May 2022 05:15:30 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=77b10c99f376dec2efcb14481d0cad03961bbd3c commit 77b10c99f376dec2efcb14481d0cad03961bbd3c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-05-22 04:23:09 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-05-22 04:37:25 +0000 devel/py-pbr: Fix RUN_DEPENDS - Bump PORTREVISION for dependency change pbr finished removing invocations of pip since 1.0.0. --- devel/py-pbr/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/devel/py-pbr/Makefile b/devel/py-pbr/Makefile index 09bad209d6cf..4a39147bf99e 100644 --- a/devel/py-pbr/Makefile +++ b/devel/py-pbr/Makefile @@ -2,6 +2,7 @@ PORTNAME= pbr PORTVERSION= 5.9.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +13,6 @@ COMMENT= Python Build Reasonableness LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>=0:devel/py-pip@${PY_FLAVOR} - USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils