Home
last modified time | relevance | path

Searched defs:PYTHON3_VERSION (Results 1 – 5 of 5) sorted by relevance

/dports/devel/py-mypy/mypy-0.910/mypy/
H A Ddefaults.py6 PYTHON3_VERSION = (3, 6) # type: Final variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/bootstrap/
H A Dwin_tools.bat39 if not "x!LINE:cpython3/=!" == "x!LINE!" set PYTHON3_VERSION=!LINE:*version:=! variable
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/
H A DMakefile98 PYTHON3_VERSION ?= $(shell python3 -c 'import sys; print("%s.%s" % sys.version_info[:2])') macro
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/
H A DMakefile104 PYTHON3_VERSION ?= $(shell python3 -c 'import sys; print("%s.%s" % sys.version_info[:2])') macro
/dports/sysutils/ansible2/ansible-2.9.27/
H A DMakefile133 PYTHON3_VERSION ?= $(shell python3 -c 'import sys; print("%s.%s" % sys.version_info[:2])') macro