svn commit: r543302 - head/devel/py-libcst

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jul 24 19:00:50 UTC 2020


Author: sunpoet
Date: Fri Jul 24 19:00:46 2020
New Revision: 543302
URL: https://svnweb.freebsd.org/changeset/ports/543302

Log:
  Update to 0.3.8
  
  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	Fri Jul 24 19:00:41 2020	(r543301)
+++ head/devel/py-libcst/Makefile	Fri Jul 24 19:00:46 2020	(r543302)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libcst
-PORTVERSION=	0.3.7
+PORTVERSION=	0.3.8
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,7 +18,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}yaml>=5.2:devel/py
 		${PYTHON_PKGNAMEPREFIX}typing-inspect>=0.4.0:devel/py-typing-inspect@${PY_FLAVOR}
 
 USES=		python:3.6+
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 

Modified: head/devel/py-libcst/distinfo
==============================================================================
--- head/devel/py-libcst/distinfo	Fri Jul 24 19:00:41 2020	(r543301)
+++ head/devel/py-libcst/distinfo	Fri Jul 24 19:00:46 2020	(r543302)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1593161503
-SHA256 (libcst-0.3.7.tar.gz) = 3ded555ceb853862ff26bb9bb9a81db0dceb5385f226f12f16bd4c28532dcdf1
-SIZE (libcst-0.3.7.tar.gz) = 388981
+TIMESTAMP = 1595578488
+SHA256 (libcst-0.3.8.tar.gz) = 484fc3bf0b9b15773349548a466a36b137fbd94705fac8cdf25734fd8261fa17
+SIZE (libcst-0.3.8.tar.gz) = 389836


More information about the svn-ports-all mailing list