Home
last modified time | relevance | path

Searched full:python_version (Results 1 – 25 of 89) sorted by relevance

1234

/external/python/rsa/
DPipfile.lock8 "python_version": "3.6"
41 …arkers": "python_version >= '2.7' and python_version != '3.1.*' and python_version != '3.3.*' and
114 …arkers": "python_version != '3.1.*' and python_version >= '2.6' and python_version != '3.2.*' and
151 …arkers": "python_version != '3.1.*' and python_version != '3.3.*' and python_version != '3.2.*' an…
202 …arkers": "python_version != '3.1.*' and python_version != '3.3.*' and python_version != '3.2.*' an…
210 …arkers": "python_version != '3.1.*' and python_version != '3.3.*' and python_version != '3.2.*' an…
284 …arkers": "python_version != '3.1.*' and python_version != '3.3.*' and python_version != '3.2.*' an…
307python_version != '3.1.*' and python_version >= '2.6' and python_version != '3.3.*' and python_ver…
315 …"markers": "python_version != '3.1.*' and python_version != '3.2.*' and python_version != '3.0.*' …
DPipfile16 pathlib2 = {version = "*", markers="python_version < '3.6'"}
19 python_version = "3.6"
/external/python/dateutil/
Dappveyor.yml4 - PYTHON_VERSION: 27
5 - PYTHON_VERSION: 33
6 - PYTHON_VERSION: 34
7 - PYTHON_VERSION: 35
8 - PYTHON_VERSION: 36
17 PYTHON_VERSION: 33
19 PYTHON_VERSION: 34
21 PYTHON_VERSION: 35
25 - set TOXENV=py%PYTHON_VERSION%
26 …TFORM% == "X64" (set PYTHON_PATH=C:\Python%PYTHON_VERSION%-x64) ELSE (set PYTHON_PATH=C:\Python%PY…
Drequirements-dev.txt2 pytest >= 3.0; python_version != '3.3'
3 pytest < 3.3; python_version == '3.3'
7 mock ; python_version < '3.0'
/external/fonttools/Lib/fonttools.egg-info/
Drequires.txt18 [all:python_version < "3.4"]
23 [all:python_version < "3.7" and platform_python_implementation != "PyPy"]
43 [lxml:python_version < "3.4"]
61 [ufo:python_version < "3.4"]
66 [unicode:python_version < "3.7" and platform_python_implementation != "PyPy"]
/external/libnl/m4/
Dax_python_devel.m411 # Note: Defines as a precious variable "PYTHON_VERSION". Don't override it
23 # version number. Don't use "PYTHON_VERSION" for this: that environment
76 AC_ARG_VAR([PYTHON_VERSION],[The installed Python
81 AC_PATH_PROG([PYTHON],[python[$PYTHON_VERSION]])
83 AC_MSG_ERROR([Cannot find python$PYTHON_VERSION in your system path])
84 PYTHON_VERSION=""
127 interpreter in your system path, please pass the PYTHON_VERSION
130 PYTHON_VERSION=""
146 PYTHON_VERSION=""
184 if test -n "$PYTHON_VERSION"; then
[all …]
/external/conscrypt/release/
DDockerfile66 ENV PYTHON_VERSION 2.7.14
67 RUN wget https://www.python.org/ftp/python/${PYTHON_VERSION}/Python-${PYTHON_VERSION}.tgz && \
68 tar xvzf Python-${PYTHON_VERSION}.tgz && \
69 cd Python-${PYTHON_VERSION} && \
73 cd .. && rm -rf Python-${PYTHON_VERSION}*
/external/python/cpython3/PC/layout/support/
Dprops.py21 "PYTHON_VERSION": os.getenv("PYTHON_NUSPEC_VERSION"),
26 if not PROPS_DATA["PYTHON_VERSION"]:
28 PROPS_DATA["PYTHON_VERSION"] = "{}.{}-{}{}".format(
32 PROPS_DATA["PYTHON_VERSION"] = "{}.{}".format(VER_DOT, VER_MICRO)
49 <PythonVersion>{PYTHON_VERSION}</PythonVersion>
/external/python/cpython2/PC/
Dpython_nt.rc18 #define PYTHON_VERSION PY_VERSION "\0"
62 VALUE "FileVersion", PYTHON_VERSION
67 VALUE "ProductVersion", PYTHON_VERSION
/external/libxml2/
Dconfigure.ac809 PYTHON_VERSION=
842PYTHON_VERSION=`$PYTHON -c "from distutils import sysconfig; print(sysconfig.get_python_version())…
847 echo Found Python version $PYTHON_VERSION
849 if test "$PYTHON_VERSION" != "" -a "$PYTHON_INCLUDES" = ""
851 if test -r $with_python/include/python$PYTHON_VERSION/Python.h
853 PYTHON_INCLUDES=$with_python/include/python$PYTHON_VERSION
855 if test -r $prefix/include/python$PYTHON_VERSION/Python.h
857 PYTHON_INCLUDES=$prefix/include/python$PYTHON_VERSION
859 if test -r /usr/include/python$PYTHON_VERSION/Python.h
861 PYTHON_INCLUDES=/usr/include/python$PYTHON_VERSION
[all …]
/external/python/cpython3/Lib/idlelib/
Dhelp_about.py6 from platform import python_version, architecture
45 f'About IDLE {python_version()} ({build_bits()} bit)')
92 python_version()[:3] + '/library/idle.html',
101 text='Python version: ' + python_version(),
127 text='IDLE version: ' + python_version(),
/external/python/google-api-python-client/
Dtox.ini15 django<2.0.0; python_version < '3.0.0'
16 django>=2.0.0; python_version > '3.0.0'
/external/python/futures/
DREADME.rst17 ':python_version == "2.7"': ['futures']
28 'futures; python_version == "2.7"'
DPKG-INFO25 ':python_version == "2.7"': ['futures']
36 'futures; python_version == "2.7"'
/external/python/cpython3/PC/
Dpython_exe.rc37 VALUE "FileVersion", PYTHON_VERSION
42 VALUE "ProductVersion", PYTHON_VERSION
Dpython_nt.rc40 VALUE "FileVersion", PYTHON_VERSION
45 VALUE "ProductVersion", PYTHON_VERSION
Dpythonw_exe.rc37 VALUE "FileVersion", PYTHON_VERSION
42 VALUE "ProductVersion", PYTHON_VERSION
Dpyshellext.rc34 VALUE "FileVersion", PYTHON_VERSION
39 VALUE "ProductVersion", PYTHON_VERSION
Dpylauncher.rc48 VALUE "FileVersion", PYTHON_VERSION
53 VALUE "ProductVersion", PYTHON_VERSION
/external/python/setuptools/setuptools/_vendor/packaging/
Dmarkers.py86 L("python_version") |
265 "python_full_version": platform.python_version(),
267 "python_version": platform.python_version()[:3],
/external/python/setuptools/pkg_resources/_vendor/packaging/
Dmarkers.py86 L("python_version") |
265 "python_full_version": platform.python_version(),
267 "python_version": platform.python_version()[:3],
/external/python/setuptools/pkg_resources/tests/
Dtest_resources.py197 res = ws.resolve(parse_requirements("Foo;python_version<'2'"), ad)
205 res = ws.resolve(parse_requirements("Foo;python_version>='2'"), ad)
214 req, = parse_requirements("bar;python_version>='2'")
219 req, = parse_requirements("bar;python_version>='2'")
640 Requirement.parse("name==1.1;python_version=='2.7'")
642 Requirement.parse("name==1.1;python_version=='3.3'")
645 Requirement.parse("name==1.0;python_version=='2.7'")
647 Requirement.parse("name==1.2;python_version=='2.7'")
650 Requirement.parse("name[foo]==1.0;python_version=='3.3'")
652 Requirement.parse("name[foo,bar]==1.0;python_version=='3.3'")
/external/python/futures/futures.egg-info/
DPKG-INFO25 ':python_version == "2.7"': ['futures']
36 'futures; python_version == "2.7"'
/external/scapy/
D.appveyor.yml7 PYTHON_VERSION: "2.7.x"
10 PYTHON_VERSION: "3.6.x"
/external/brotli/scripts/
Dappveyor.yml27 PYTHON_VERSION: "2.7.x"
32 PYTHON_VERSION: "3.6.x"

1234