svn commit: r550778 - head/devel/py-libcst
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Oct 1 08:03:28 UTC 2020
Author: sunpoet
Date: Thu Oct 1 08:03:24 2020
New Revision: 550778
URL: https://svnweb.freebsd.org/changeset/ports/550778
Log:
Update to 0.3.11
Changes: https://github.com/Instagram/LibCST/releases
Modified:
head/devel/py-libcst/Makefile
head/devel/py-libcst/distinfo
Modified: head/devel/py-libcst/Makefile
==============================================================================
--- head/devel/py-libcst/Makefile Thu Oct 1 08:03:19 2020 (r550777)
+++ head/devel/py-libcst/Makefile Thu Oct 1 08:03:24 2020 (r550778)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= libcst
-PORTVERSION= 0.3.10
+PORTVERSION= 0.3.11
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -25,7 +25,7 @@ NO_ARCH= yes
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} < 3700
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dataclasses>=0:devel/py-dataclasses@${PY_FLAVOR}
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dataclasses>=0.6.0:devel/py-dataclasses@${PY_FLAVOR}
.endif
.include <bsd.port.post.mk>
Modified: head/devel/py-libcst/distinfo
==============================================================================
--- head/devel/py-libcst/distinfo Thu Oct 1 08:03:19 2020 (r550777)
+++ head/devel/py-libcst/distinfo Thu Oct 1 08:03:24 2020 (r550778)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1598029463
-SHA256 (libcst-0.3.10.tar.gz) = b0dccbfc1cff7bfa3214980e1d2d90b4e00b2fed002d4b276a8a411217738df3
-SIZE (libcst-0.3.10.tar.gz) = 395395
+TIMESTAMP = 1601485415
+SHA256 (libcst-0.3.11.tar.gz) = bbc9ef10f9d263f8a99f8a84ea0408b8d26b58236cb581016485e3658ffa1b24
+SIZE (libcst-0.3.11.tar.gz) = 408031
More information about the svn-ports-all
mailing list