forked from Lainports/freebsd-ports
*/*: Reword python ignore mesage
This commit is contained in:
parent
24acc5e482
commit
49f6d74ff5
3 changed files with 3 additions and 3 deletions
|
|
@ -32,7 +32,7 @@ SUB_LIST= PYTHON_CMD=${PYTHON_CMD}
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} > 30900
|
||||
BROKEN= Python-3.9 is not supported
|
||||
BROKEN= Python-3.9 or later is not supported
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensi
|
|||
.endif
|
||||
|
||||
.if ${PYTHON_REL} > 30900
|
||||
BROKEN= python-3.9 is not supported
|
||||
BROKEN= python-3.9 or later is not supported
|
||||
.endif
|
||||
|
||||
do-test:
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ NO_ARCH= yes
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} > 30900
|
||||
BROKEN= python-3.9 is not supported
|
||||
BROKEN= python-3.9 or later is not supported
|
||||
.endif
|
||||
|
||||
do-test:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue