mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
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
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
PORTNAME= dict-toolbox
|
PORTNAME= dict-toolbox
|
||||||
PORTVERSION= 1.9
|
PORTVERSION= 1.9
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= sysutils python
|
CATEGORIES= sysutils python
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
||||||
@ -11,7 +12,7 @@ COMMENT= Collection of python dictionary management tools
|
|||||||
|
|
||||||
LICENSE= APACHE20
|
LICENSE= APACHE20
|
||||||
|
|
||||||
USES= python shebangfix
|
USES= python:3.6+ shebangfix
|
||||||
USE_PYTHON= autoplist distutils
|
USE_PYTHON= autoplist distutils
|
||||||
|
|
||||||
USE_GITLAB= yes
|
USE_GITLAB= yes
|
||||||
|
Loading…
Reference in New Issue
Block a user