Home
last modified time | relevance | path

Searched refs:PY_MINOR (Results 1 – 2 of 2) sorted by relevance

/dports/math/py-cdecimal/cdecimal-2.3/
H A Dsetup.py109 PY_MINOR = sys.version_info[1] variable
141 if not ((PY_MAJOR == 2 and PY_MINOR >= 5) or PY_MAJOR >= 3):
281 if not (PY_MAJOR == 2 and PY_MINOR == 5):
/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/third_party/ycmd/
H A Dbuild.py25 PY_MAJOR, PY_MINOR = sys.version_info[ 0 : 2 ] variable
308 major = PY_MAJOR, minor = PY_MINOR ), re.X )
310 major = PY_MAJOR, minor = PY_MINOR ), re.X )