Home
last modified time | relevance | path

Searched refs:python_version (Results 51 – 75 of 2413) sorted by relevance

12345678910>>...97

/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/
H A Dedksetup.sh116 python_version=${python##*python}
117 if [ -z "${python_version}" ] || (! command -v $python >/dev/null 2>&1);then
121 origin_version=$python_version
125 if [[ "$origin_version" < "$python_version" ]]; then
126 origin_version=$python_version
157 python_version=${python##*python}
158 if [ -z "${python_version}" ] || (! command -v $python >/dev/null 2>&1);then
163 origin_version=$python_version
167 if [[ "$origin_version" < "$python_version" ]]; then
168 origin_version=$python_version
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/
H A Dedksetup.sh116 python_version=${python##*python}
117 if [ -z "${python_version}" ] || (! command -v $python >/dev/null 2>&1);then
121 origin_version=$python_version
125 if [[ "$origin_version" < "$python_version" ]]; then
126 origin_version=$python_version
157 python_version=${python##*python}
158 if [ -z "${python_version}" ] || (! command -v $python >/dev/null 2>&1);then
163 origin_version=$python_version
167 if [[ "$origin_version" < "$python_version" ]]; then
168 origin_version=$python_version
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/
H A Dedksetup.sh116 python_version=${python##*python}
117 if [ -z "${python_version}" ] || (! command -v $python >/dev/null 2>&1);then
121 origin_version=$python_version
125 ret=`echo "$origin_version < $python_version" |bc`
127 origin_version=$python_version
158 python_version=${python##*python}
159 if [ -z "${python_version}" ] || (! command -v $python >/dev/null 2>&1);then
164 origin_version=$python_version
168 ret=`echo "$origin_version < $python_version" |bc`
170 origin_version=$python_version
/dports/sysutils/edk2/edk2-edk2-stable202102/
H A Dedksetup.sh116 python_version=${python##*python}
117 if [ -z "${python_version}" ] || (! command -v $python >/dev/null 2>&1);then
121 origin_version=$python_version
125 if [[ "$origin_version" < "$python_version" ]]; then
126 origin_version=$python_version
157 python_version=${python##*python}
158 if [ -z "${python_version}" ] || (! command -v $python >/dev/null 2>&1);then
163 origin_version=$python_version
167 if [[ "$origin_version" < "$python_version" ]]; then
168 origin_version=$python_version
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/
H A Dedksetup.sh116 python_version=${python##*python}
117 if [ -z "${python_version}" ] || (! command -v $python >/dev/null 2>&1);then
121 origin_version=$python_version
125 if [[ "$origin_version" < "$python_version" ]]; then
126 origin_version=$python_version
157 python_version=${python##*python}
158 if [ -z "${python_version}" ] || (! command -v $python >/dev/null 2>&1);then
163 origin_version=$python_version
167 if [[ "$origin_version" < "$python_version" ]]; then
168 origin_version=$python_version
/dports/sysutils/ansible2/ansible-2.9.27/test/lib/ansible_test/_internal/sanity/
H A Dcompile.py45 def test(self, args, targets, python_version): argument
52 settings = self.load_processor(args, python_version)
56 cmd = [find_python(python_version), os.path.join(SANITY_ROOT, 'compile', 'compile.py')]
74 return SanitySuccess(self.name, python_version=python_version)
90 return SanityFailure(self.name, messages=results, python_version=python_version)
92 return SanitySuccess(self.name, python_version=python_version)
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/lib/ansible_test/_internal/sanity/
H A Dcompile.py45 def test(self, args, targets, python_version):
52 settings = self.load_processor(args, python_version)
56 cmd = [find_python(python_version), os.path.join(SANITY_ROOT, 'compile', 'compile.py')]
74 return SanitySuccess(self.name, python_version=python_version)
90 return SanityFailure(self.name, messages=results, python_version=python_version)
92 return SanitySuccess(self.name, python_version=python_version)
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/lib/ansible_test/_internal/sanity/
H A Dcompile.py45 def test(self, args, targets, python_version): argument
52 settings = self.load_processor(args, python_version)
56 cmd = [find_python(python_version), os.path.join(SANITY_ROOT, 'compile', 'compile.py')]
74 return SanitySuccess(self.name, python_version=python_version)
90 return SanityFailure(self.name, messages=results, python_version=python_version)
92 return SanitySuccess(self.name, python_version=python_version)
/dports/devel/py-pythonfinder/pythonfinder-1.2.9/
H A Dsetup.cfg49 pathlib2;python_version<"3.5"
73 flake8-bugbear;python_version>="3.5"
77 black;python_version>="3.6"
83 mypy-extensions;python_version>="3.4"
84 mypy;python_version>="3.4"
85 mypytools;python_version>="3.4"
86 monkeytype;python_version>="3.6"
87 pytype;python_version>="3.6"
88 typed-ast;python_version>="3.4"
146 python_version = 2.7
[all …]
/dports/devel/py-clikit/clikit-0.6.2/
H A DPKG-INFO20 Requires-Dist: crashtest (>=0.3.0,<0.4.0); python_version >= "3.6" and python_version < "4.0"
21 Requires-Dist: enum34 (>=1.1,<2.0); python_version >= "2.7" and python_version < "2.8"
24 …-Dist: typing (>=3.6,<4.0); python_version >= "2.7" and python_version < "2.8" or python_version >…
25 Requires-Dist: typing-extensions (>=3.6,<4.0); python_version >= "3.5" and python_full_version < "3…
/dports/devel/pytype/pytype-2021.9.9/pytype/
H A Dload_pytd_test.py61 loader = load_pytd.Loader("base", self.python_version)
69 "base", self.python_version, pythonpath=[d.path])
96 "base", self.python_version, pythonpath=[d.path])
105 "base", self.python_version, pythonpath=[d.path])
117 loader = load_pytd.Loader("base", self.python_version)
126 "base", self.python_version, pythonpath=[d.path])
189 self.python_version,
200 loader = load_pytd.Loader("base", self.python_version)
570 base_module=module.module_name, python_version=self.python_version,
583 base_module=None, python_version=self.python_version,
[all …]
/dports/net/py-errbot/errbot-6.1.8/errbot/
H A Dplugin_info.py22 python_version: VersionType
52 python_version = config.get("Python", "Version", fallback=None)
54 if python_version:
55 if python_version in ("2+", "3"):
56 python_version = (3, 0, 0)
57 elif python_version == "2":
58 python_version = (2, 0, 0)
61 python_version = tuple(
62 version2tuple(python_version)[0:3]
90 name, module, doc, core, python_version, min_version, max_version, deps
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/
H A Dsetup.cfg43 greenlet!=0.4.17;python_version>="3"
45 mypy >= 0.910;python_version>="3"
56 mariadb>=1.0.1;python_version>="3"
58 cx_oracle>=7,<8;python_version<"3"
59 cx_oracle>=7;python_version>="3"
64 asyncpg;python_version>="3"
68 pymysql;python_version>="3"
69 pymysql<1;python_version<"3"
72 aiomysql;python_version>="3"
75 asyncmy>=0.2.3;python_version>="3"
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/third_party/httplib2/script/
H A Dcompile-py3-openssl11.sh5 python_version="3.7.3"
12 if [[ $($install_dir/bin/python -V) != "Python $python_version" ]] ; then
32 curl -fLOsS "https://www.python.org/ftp/python/$python_version/Python-$python_version.tar.xz"
34 tar xf Python-$python_version.tar.xz
35 cd ./Python-$python_version
36 echo "Compiling Python $python_version..."
53 if [[ $(python -V) != "Python $python_version" ]] ; then
/dports/devel/py-xdis/xdis-5.0.13/xdis/
H A Dstd.py67 if python_version >= (3, 6):
73 self.opc = opc = get_opcode_module(python_version, variant)
74 self.python_version = opc.version
123 return _code_info(x, self.python_version)
165 return _disco(self.python_version, code, timestamp=None,
198 def make_std_api(python_version=sys.version_info, variant=VARIANT): argument
214 if isinstance(python_version, float):
215 major = int(python_version)
216 minor = int(((python_version - major) + 0.05) * 10)
217 python_version = (major, minor)
[all …]
/dports/ftp/py-pycurl/pycurl-7.44.1/tests/
H A Dmatrix.py73 for python_version in python_versions:
74 url = 'http://www.python.org/ftp/python/%s/Python-%s.tgz' % (python_version, python_version)
97 for python_version in python_versions:
98 python_version_pieces = [int(piece) for piece in python_version.split('.')[:2]]
100 python_prefix = os.path.abspath('i/Python-%s' % python_version)
102 venv = os.path.abspath('venv/Python-%s-curl-%s' % (python_version, libcurl_version))
150 python_version = options.python
151 if python_version in python_versions:
152 chosen_python_versions = [python_version]
154 … chosen_python_versions = [v for v in python_versions if v.startswith(python_version)]
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/ext-runtime/python/bin/
H A Ddetect47 python_version = None
49 python_version = runtime_config.python_version
51 if not python_version:
53 elif python_version in versions.PYTHON_INTERPRETER_VERSION_MAP:
54 return python_version
108 python_version = PythonVersionFromRuntimeConfig(
122 'python_version': python_version},
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/grafana/.github/workflows/
H A Dansible-test.yml10 python_version: ["3.6"]
19 - name: Set up Python ${{ matrix.python_version }}
22 python-version: ${{ matrix.python_version }}
34 python_version: ["3.6"]
42 - name: Set up Python ${{ matrix.python_version }}
45 python-version: ${{ matrix.python_version }}
51 run: ansible-test units --docker -v --color --python ${{ matrix.python_version }} --coverage
66 python_version: ["3.6"]
68 image: python:${{ matrix.python_version }}-alpine
88 - name: Run integration tests on Python ${{ matrix.python_version }}
[all …]
/dports/devel/py-requirementslib/requirementslib-1.5.16/
H A Dsetup.cfg52 contextlib2;python_version=="2.7"
61 scandir;python_version<"3.5"
69 black;python_version>="3.6"
92 typing;python_version<"3.5"
93 mypy;python_version>="3.4"
95 mypytools;python_version>="3.4"
96 monkeytype;python_version>="3.6"
97 pytype;python_version>="3.4"
98 typed-ast;python_version>="3.4"
176 python_version = 2.7
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/third_party/mock/
H A Dsetup.cfg36 jinja2<2.7:python_version<"3.3" and python_version>="3"
37 Pygments<2:python_version<"3.3" and python_version>="3"
38 sphinx<1.3:python_version<"3.3" and python_version>="3"
39 sphinx:python_version<"3" or python_version>="3.3"
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/third_party/mock/
H A Dsetup.cfg36 jinja2<2.7:python_version<"3.3" and python_version>="3"
37 Pygments<2:python_version<"3.3" and python_version>="3"
38 sphinx<1.3:python_version<"3.3" and python_version>="3"
39 sphinx:python_version<"3" or python_version>="3.3"
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/mock/
H A Dsetup.cfg36 jinja2<2.7:python_version<"3.3" and python_version>="3"
37 Pygments<2:python_version<"3.3" and python_version>="3"
38 sphinx<1.3:python_version<"3.3" and python_version>="3"
39 sphinx:python_version<"3" or python_version>="3.3"
/dports/devel/py-importlab/importlab-0.6.1/importlab/
H A Denvironment.py8 def __init__(self, path, python_version): argument
10 self.python_version = python_version
22 python_version_string = args.python_version
23 python_version = utils.split_version(python_version_string)
25 return Environment(path, python_version)
/dports/devel/pytype/pytype-2021.9.9/pytype/pyc/
H A Dpyc.py39 src, filename, python_version, python_exe: Tuple[List[str], List[str]], argument
63 if utils.can_compile_bytecode_natively(python_version):
112 python_version = magic.magic_word_to_version(magic_word)
118 return loadmarshal.loads(fi.read(), python_version)
144 def compile_src(src, filename, python_version, python_exe, mode="exec"): argument
161 src, filename, python_version, python_exe, mode)
163 if code.python_version != python_version:
166 (utils.format_version(code.python_version),
167 utils.format_version(python_version)))
/dports/lang/cython-devel/cython-2b1e743/appveyor/
H A Dinstall.ps141 function InstallPython ($python_version, $architecture, $python_home) { in InstallPython() argument
42 Write-Host "Installing Python $python_version ($architecture-bit) to $python_home" in InstallPython() variable
47 $py_major = $python_version[0]; $py_minor = $python_version[2] in InstallPython()
51 $dl_filename = "python-" + $python_version + $arch_suffix + ".exe" in InstallPython()
55 $dl_filename = "python-" + $python_version + $arch_suffix + ".msi" in InstallPython()
58 $url = $PYTHON_BASE_URL + $python_version + "/" + $dl_filename in InstallPython()
70 Write-Host "Python $python_version ($architecture-bit) installation complete" in InstallPython() variable

12345678910>>...97