1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

www/py-google-cloud-datastore: Change RUN_DEPENDS from py-libcst to py-libcst03

- Bump PORTREVISION for dependency change
This commit is contained in:
Po-Chuan Hsieh 2022-12-30 18:52:01 +08:00
parent 266d04163c
commit 39dfff492e
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -1,5 +1,6 @@
PORTNAME= google-cloud-datastore
PORTVERSION= 2.10.0
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -24,6 +25,6 @@ NO_ARCH= yes
OPTIONS_DEFINE= LIBCST
LIBCST_DESC= Fixup scripts
LIBCST_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libcst>=0.2.5:devel/py-libcst@${PY_FLAVOR}
LIBCST_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libcst03>=0.2.5:devel/py-libcst03@${PY_FLAVOR}
.include <bsd.port.mk>