Home
last modified time | relevance | path

Searched refs:get_python_version (Results 1 – 25 of 279) sorted by relevance

12345678910>>...12

/dports/www/uwsgi/uwsgi-2.0.20/plugins/python/
H A Duwsgiplugin.py5 def get_python_version(): function
25 version = get_python_version()
34 libdir = '%s/lib/python%s/config-%s' % (sys.prefix, version, get_python_version())
38 … libdir = '%s/lib/python%s/config-%s-%s' % (sys.prefix, version, get_python_version(), multiarch)
67 LIBS.append('-lpython%s' % get_python_version())
/dports/databases/py-mysql-connector-python/mysql-connector-python-8.0.27/cpydist/
H A Dsdist.py43 from distutils.sysconfig import get_python_version
147 "".format(get_python_version()[0]))
178 python_version = get_python_version()
209 python_version=get_python_version()[0])
236 "-py{}".format(get_python_version()[0]))
H A Dbdist.py41 from distutils.sysconfig import get_python_version
80 python_version = "-py{}".format(get_python_version()) \
157 if get_python_version().startswith('3'):
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
H A Dsysconfig.py53 def get_python_version(): function
88 return os.path.join(prefix, "include", "python" + get_python_version())
118 "lib", "python" + get_python_version())
128 if get_python_version() < "2.2":
197 if get_python_version() < '2.2':
404 elif get_python_version() < '2.1':
431 (linkerscript, PREFIX, get_python_version()))
449 g['VERSION'] = get_python_version().replace(".", "")
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/
H A Dsysconfig.py53 def get_python_version(): function
88 return os.path.join(prefix, "include", "python" + get_python_version())
123 "lib", "python" + get_python_version())
133 if get_python_version() < "2.2":
214 if get_python_version() < '2.2':
417 elif get_python_version() < '2.1':
444 (linkerscript, PREFIX, get_python_version()))
462 g['VERSION'] = get_python_version().replace(".", "")
/dports/lang/python-legacy/Python-2.7.18/Lib/distutils/
H A Dsysconfig.py63 def get_python_version(): function
103 return os.path.join(prefix, "include", "python" + get_python_version())
133 "lib", "python" + get_python_version())
143 if get_python_version() < "2.2":
244 if get_python_version() < '2.2':
426 g['VERSION'] = get_python_version().replace(".", "")
/dports/lang/python27/Python-2.7.18/Lib/distutils/
H A Dsysconfig.py63 def get_python_version(): function
103 return os.path.join(prefix, "include", "python" + get_python_version())
133 "lib", "python" + get_python_version())
143 if get_python_version() < "2.2":
244 if get_python_version() < '2.2':
426 g['VERSION'] = get_python_version().replace(".", "")
/dports/devel/py-scikit-build/scikit-build-0.12.0/tests/
H A Dtest_cmaker.py24 assert re.match(r'^[23](\.?)\d+$', CMaker.get_python_version())
28 python_include_dir = CMaker.get_python_include_dir(CMaker.get_python_version())
34 python_library = CMaker.get_python_library(CMaker.get_python_version())
/dports/math/py-brial/BRiAl-1.2.10/sage-brial/brial/
H A Dcontext.py13 from distutils.sysconfig import get_python_version
14 return float(get_python_version()) > 2.4
/dports/math/brial/BRiAl-1.2.10/sage-brial/brial/
H A Dcontext.py13 from distutils.sysconfig import get_python_version
14 return float(get_python_version()) > 2.4
/dports/lang/python37/Python-3.7.12/Lib/distutils/command/
H A Dbdist_wininst.py11 from distutils.sysconfig import get_python_version
94 short_version = get_python_version()
184 pyversion = get_python_version()
317 cur_version = get_python_version()
/dports/lang/python-legacy/Python-2.7.18/Lib/distutils/command/
H A Dbdist_wininst.py12 from sysconfig import get_python_version
99 short_version = get_python_version()
191 pyversion = get_python_version()
333 cur_version = get_python_version()
/dports/lang/python27/Python-2.7.18/Lib/distutils/command/
H A Dbdist_wininst.py12 from sysconfig import get_python_version
99 short_version = get_python_version()
191 pyversion = get_python_version()
333 cur_version = get_python_version()
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/command/
H A Dbdist_wininst.py12 from sysconfig import get_python_version
99 short_version = get_python_version()
191 pyversion = get_python_version()
333 cur_version = get_python_version()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
H A Dbdist_wininst.py12 from sysconfig import get_python_version
95 short_version = get_python_version()
187 pyversion = get_python_version()
329 cur_version = get_python_version()
/dports/databases/py-sqlite3/Python-3.8.12/Lib/distutils/
H A Dsysconfig.py80 def get_python_version(): function
113 python_dir = 'python' + get_python_version() + build_flags
150 "lib", "python" + get_python_version())
258 config_file = 'config-{}{}'.format(get_python_version(), build_flags)
460 g['VERSION'] = get_python_version().replace(".", "")
/dports/databases/py-gdbm/Python-3.8.12/Lib/distutils/
H A Dsysconfig.py80 def get_python_version(): function
113 python_dir = 'python' + get_python_version() + build_flags
150 "lib", "python" + get_python_version())
258 config_file = 'config-{}{}'.format(get_python_version(), build_flags)
460 g['VERSION'] = get_python_version().replace(".", "")
/dports/lang/python37/Python-3.7.12/Lib/distutils/
H A Dsysconfig.py81 def get_python_version(): function
114 python_dir = 'python' + get_python_version() + build_flags
151 "lib", "python" + get_python_version())
259 config_file = 'config-{}{}'.format(get_python_version(), build_flags)
461 g['VERSION'] = get_python_version().replace(".", "")
/dports/lang/python-tools/Python-3.8.12/Lib/distutils/
H A Dsysconfig.py80 def get_python_version(): function
113 python_dir = 'python' + get_python_version() + build_flags
150 "lib", "python" + get_python_version())
258 config_file = 'config-{}{}'.format(get_python_version(), build_flags)
460 g['VERSION'] = get_python_version().replace(".", "")
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/distutils/
H A Dsysconfig.py80 def get_python_version(): function
113 python_dir = 'python' + get_python_version() + build_flags
150 "lib", "python" + get_python_version())
258 config_file = 'config-{}{}'.format(get_python_version(), build_flags)
460 g['VERSION'] = get_python_version().replace(".", "")
/dports/lang/python38/Python-3.8.12/Lib/distutils/
H A Dsysconfig.py80 def get_python_version(): function
113 python_dir = 'python' + get_python_version() + build_flags
150 "lib", "python" + get_python_version())
258 config_file = 'config-{}{}'.format(get_python_version(), build_flags)
460 g['VERSION'] = get_python_version().replace(".", "")
/dports/databases/py-gdbm/Python-3.8.12/Lib/distutils/command/
H A Dbdist_wininst.py13 from distutils.sysconfig import get_python_version
102 short_version = get_python_version()
192 pyversion = get_python_version()
327 cur_version = get_python_version()
/dports/finance/electrum/Electrum-4.1.5/packages/setuptools/_distutils/command/
H A Dbdist_wininst.py13 from distutils.sysconfig import get_python_version
102 short_version = get_python_version()
192 pyversion = get_python_version()
327 cur_version = get_python_version()
/dports/lang/python38/Python-3.8.12/Lib/distutils/command/
H A Dbdist_wininst.py13 from distutils.sysconfig import get_python_version
102 short_version = get_python_version()
192 pyversion = get_python_version()
327 cur_version = get_python_version()
/dports/lang/python-tools/Python-3.8.12/Lib/distutils/command/
H A Dbdist_wininst.py13 from distutils.sysconfig import get_python_version
102 short_version = get_python_version()
192 pyversion = get_python_version()
327 cur_version = get_python_version()

12345678910>>...12