Date: Mon, 27 Sep 2021 15:59:06 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: b9f86979c7ba - main - devel/py-libcst: Update to 0.3.21 Message-ID: <202109271559.18RFx60j031038@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=b9f86979c7ba3df10cb9ab47ed7b5de00ae1c186 commit b9f86979c7ba3df10cb9ab47ed7b5de00ae1c186 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-09-27 15:37:57 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-09-27 15:55:58 +0000 devel/py-libcst: Update to 0.3.21 Changes: https://github.com/Instagram/LibCST/releases --- devel/py-libcst/Makefile | 3 ++- devel/py-libcst/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/devel/py-libcst/Makefile b/devel/py-libcst/Makefile index 4cb395d3c169..7964b2d9aaca 100644 --- a/devel/py-libcst/Makefile +++ b/devel/py-libcst/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= libcst -PORTVERSION= 0.3.20 +PORTVERSION= 0.3.21 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +12,7 @@ COMMENT= Concrete syntax tree with AST-like properties LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=5.2:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4.2:devel/py-typing-extensions@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-inspect>=0.4.0:devel/py-typing-inspect@${PY_FLAVOR} diff --git a/devel/py-libcst/distinfo b/devel/py-libcst/distinfo index f53e8a37083c..f8218dd27def 100644 --- a/devel/py-libcst/distinfo +++ b/devel/py-libcst/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632037094 -SHA256 (libcst-0.3.20.tar.gz) = 9d50d4eab28b570e254cc63287ce3009b945be4114c7a29662b67204cfc18060 -SIZE (libcst-0.3.20.tar.gz) = 418791 +TIMESTAMP = 1632664342 +SHA256 (libcst-0.3.21.tar.gz) = 4302a8f09cd9e5ab5962f8e126d032bba98541893dd38cce6b4770969fed059d +SIZE (libcst-0.3.21.tar.gz) = 576548
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109271559.18RFx60j031038>