svn commit: r560016 - head/devel/py-jedi

Steven Kreuzer skreuzer at FreeBSD.org
Sun Jan 3 16:17:46 UTC 2021


Author: skreuzer
Date: Sun Jan  3 16:17:45 2021
New Revision: 560016
URL: https://svnweb.freebsd.org/changeset/ports/560016

Log:
  Update RUN_DEPENDS
  
  Update RUN_DEPENDS to depend on a newer version of py-parso
  
  Reported by:	Roland Smith <rsmith at xs4all.nl>

Modified:
  head/devel/py-jedi/Makefile

Modified: head/devel/py-jedi/Makefile
==============================================================================
--- head/devel/py-jedi/Makefile	Sun Jan  3 16:00:09 2021	(r560015)
+++ head/devel/py-jedi/Makefile	Sun Jan  3 16:17:45 2021	(r560016)
@@ -3,6 +3,7 @@
 
 PORTNAME=	jedi
 PORTVERSION=	0.18.0
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +14,7 @@ COMMENT=	Autocompletion tool for Python
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}parso>=0.3.0:textproc/py-parso@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}parso>=0.8.1:textproc/py-parso@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
 
 NO_ARCH=	yes


More information about the svn-ports-all mailing list