Support Python 3.6 or later.

This commit is contained in:
Kirill Ponomarev 2020-10-11 09:55:56 +00:00
parent b6937fb3be
commit ec8ab222e4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=552041

View File

@ -3,6 +3,7 @@
PORTNAME= dict-toolbox
PORTVERSION= 1.9
PORTREVISION= 1
CATEGORIES= sysutils python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -11,7 +12,7 @@ COMMENT= Collection of python dictionary management tools
LICENSE= APACHE20
USES= python shebangfix
USES= python:3.6+ shebangfix
USE_PYTHON= autoplist distutils
USE_GITLAB= yes