Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Dec 2022 10:54:13 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: f8de7461f9e8 - main - devel/py-monkeytype: Change RUN_DEPENDS from py-libcst to py-libcst03
Message-ID:  <202212301054.2BUAsDXW072988@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=f8de7461f9e8f98526aadc0db6801b1751350bb9

commit f8de7461f9e8f98526aadc0db6801b1751350bb9
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-12-30 10:51:54 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-12-30 10:51:54 +0000

    devel/py-monkeytype: Change RUN_DEPENDS from py-libcst to py-libcst03
    
    - Bump PORTREVISION for dependency change
---
 devel/py-monkeytype/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/py-monkeytype/Makefile b/devel/py-monkeytype/Makefile
index ba8ddccc5f96..1a142770d7e5 100644
--- a/devel/py-monkeytype/Makefile
+++ b/devel/py-monkeytype/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	monkeytype
 PORTVERSION=	22.2.0
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +12,7 @@ WWW=		https://github.com/Instagram/MonkeyType
 
 LICENSE=	BSD3CLAUSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}libcst>=0.3.7:devel/py-libcst@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}libcst03>=0.3.7:devel/py-libcst03@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}mypy_extensions>=0:devel/py-mypy_extensions@${PY_FLAVOR}
 
 USES=		python:3.7+



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