aboutsummaryrefslogtreecommitdiff
path: root/devel/py-lark/Makefile
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-11-19 08:12:01 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-11-19 08:12:01 +0000
commitd721c4e8744994f408551e8e9e875c8c46eb7650 (patch)
treec1f85caa0a41e5d288347f4e9e5cdf6d8d37cb2c /devel/py-lark/Makefile
parent5b10c0d8631431d76d889d7aa20c44265d758b9c (diff)
downloadports-d721c4e8744994f408551e8e9e875c8c46eb7650.tar.gz
ports-d721c4e8744994f408551e8e9e875c8c46eb7650.zip
devel/py-lark: Update to 1.1.3
Diffstat (limited to 'devel/py-lark/Makefile')
-rw-r--r--devel/py-lark/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-lark/Makefile b/devel/py-lark/Makefile
index aaccc7604b2c..945fcf4f68a7 100644
--- a/devel/py-lark/Makefile
+++ b/devel/py-lark/Makefile
@@ -1,5 +1,5 @@
PORTNAME= lark
-PORTVERSION= 1.1.2
+PORTVERSION= 1.1.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +11,7 @@ WWW= https://github.com/lark-parser/lark
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= python:3.7+
+USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes