Support Python 3.6 or later.
This commit is contained in:
parent
b6937fb3be
commit
ec8ab222e4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=552041
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue