Home
last modified time | relevance | path

Searched +full:python3 +full:- +full:setuptools (Results 1 – 25 of 287) sorted by relevance

12345678910>>...12

/external/grpc-grpc/tools/internal_ci/macos/
Dgrpc_distribtests_python.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -ex
29 python3.7 -m pip install -U 'cython<3.0.0rc1' setuptools==65.4.1 wheel --user
30 python3.8 -m pip install -U 'cython<3.0.0rc1' setuptools==65.4.1 wheel --user
31 python3.9 -m pip install -U 'cython<3.0.0rc1' setuptools==65.4.1 wheel --user
32 python3.10 -m pip install -U 'cython<3.0.0rc1' setuptools==65.4.1 wheel --user
33 python3.11 -m pip install -U 'cython<3.0.0rc1' setuptools==65.4.1 wheel --user
34 python3.12 -m pip install -U 'cython<3.0.0rc1' setuptools==65.4.1 wheel --user
37 tools/run_tests/task_runner.py -f artifact macos python ${TASK_RUNNER_EXTRA_FILTERS} -j 2 -x build_…
40 rm -rf input_artifacts
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/internal_ci/macos/
Dgrpc_distribtests_python.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -ex
29 python3.7 -m pip install -U cython setuptools==65.4.1 wheel --user
30 python3.8 -m pip install -U cython setuptools==65.4.1 wheel --user
31 python3.9 -m pip install -U cython setuptools==65.4.1 wheel --user
32 python3.10 -m pip install -U cython setuptools==65.4.1 wheel --user
33 python3.11 -m pip install -U cython setuptools==65.4.1 wheel --user
36 tools/run_tests/task_runner.py -f artifact macos python ${TASK_RUNNER_EXTRA_FILTERS} -j 4 -x build_…
39 rm -rf input_artifacts
40 mkdir -p input_artifacts
[all …]
/external/antlr/runtime/Python3/
DREADME4 This is the Python3 package 'antlr3', which is required to use parsers created
12 The Python3 target for ANTLR3 is still in beta. Documentation is lacking, some
14 Also the API might change a bit - it currently mimics the Java implementation,
20 your application. Installing the runtime in the global site-packages directory
39 $ python3 setup.py install
43 If this fails due to an obscure setuptools error, you may need a newer bootstrap
44 script (ez_setup.py): see <https://pypi.python.org/pypi/setuptools/> for full
45 setuptools installation instructions, or simply download the given ez_setup.py
66 files in 'src/org/antlr/codegen/templates/Python3/' and some Java code in
70 If there are no directories 'tests' and 'unittests' in 'runtime/Python3', you
[all …]
/external/bcc/
DINSTALL.md3 * [Kernel Configuration](#kernel-configuration)
5 - [Debian](#debian---binary)
6 - [Ubuntu](#ubuntu---binary)
7 - [Fedora](#fedora---binary)
8 - [Arch](#arch---binary)
9 - [Gentoo](#gentoo---portage)
10 - [openSUSE](#opensuse---binary)
11 - [RHEL](#rhel---binary)
12 - [Amazon Linux 1](#amazon-linux-1---binary)
13 - [Amazon Linux 2](#amazon-linux-2---binary)
[all …]
/external/python/google-api-python-client/.kokoro/
Drelease.sh8 # https://www.apache.org/licenses/LICENSE-2.0
16 set -eo pipefail
19 python3 -m pip install gcp-releasetool
20 python3 -m releasetool publish-reporter-script > /tmp/publisher-script; source /tmp/publisher-script
22 # Ensure that we have the latest versions of Twine, Wheel, and Setuptools.
23 python3 -m pip install --upgrade twine wheel setuptools
29 TWINE_PASSWORD=$(cat "${KOKORO_GFILE_DIR}/secret_manager/google-cloud-pypi-token")
30 cd github/google-api-python-client
31 python3 setup.py sdist bdist_wheel
32 twine upload --username __token__ --password "${TWINE_PASSWORD}" dist/*
/external/python/google-auth-library-python/.kokoro/
Drelease.sh8 # https://www.apache.org/licenses/LICENSE-2.0
16 set -eo pipefail
19 python3 -m pip install gcp-releasetool
20 python3 -m releasetool publish-reporter-script > /tmp/publisher-script; source /tmp/publisher-script
22 # Ensure that we have the latest versions of Twine, Wheel, and Setuptools.
23 python3 -m pip install --upgrade twine wheel setuptools
29 TWINE_PASSWORD=$(cat "${KOKORO_GFILE_DIR}/secret_manager/google-cloud-pypi-token")
30 cd github/google-auth-library-python
31 python3 setup.py sdist bdist_wheel
32 twine upload --username __token__ --password "${TWINE_PASSWORD}" dist/*
/external/python/python-api-core/.kokoro/
Drelease.sh8 # https://www.apache.org/licenses/LICENSE-2.0
16 set -eo pipefail
19 python3 -m pip install gcp-releasetool
20 python3 -m releasetool publish-reporter-script > /tmp/publisher-script; source /tmp/publisher-script
22 # Ensure that we have the latest versions of Twine, Wheel, and Setuptools.
23 python3 -m pip install --upgrade twine wheel setuptools
29 TWINE_PASSWORD=$(cat "${KOKORO_GFILE_DIR}/secret_manager/google-cloud-pypi-token")
30 cd github/python-api-core
31 python3 setup.py sdist bdist_wheel
32 twine upload --username __token__ --password "${TWINE_PASSWORD}" dist/*
/external/openthread/.github/workflows/
Dsimulation-1.1.yml33 branches-ignore:
34 - 'dependabot/**'
37 - 'main'
40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…
41 cancel-in-progress: true
48 packet-verification:
49 runs-on: ubuntu-20.04
57 - name: Harden Runner
58 uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
60 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
[all …]
Dsimulation-1.2.yml33 branches-ignore:
34 - 'dependabot/**'
37 - 'main'
40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…
41 cancel-in-progress: true
43 permissions: # added using https://github.com/step-security/secure-workflows
48 thread-1-3:
49 name: thread-1-3-${{ matrix.compiler.c }}-${{ matrix.arch }}
50 runs-on: ubuntu-20.04
52 CFLAGS: -${{ matrix.arch }}
[all …]
/external/python/setuptools/setuptools/tests/
Dtest_easy_install.py26 from setuptools import sandbox
27 from setuptools.sandbox import run_setup
28 import setuptools.command.easy_install as ei
29 from setuptools.command.easy_install import (
33 from setuptools.dist import Distribution
36 from setuptools.tests.server import MockServer, path_to_url
37 from setuptools.tests import fail_on_ascii
65 from setuptools import setup
82 '^# EASY-INSTALL-ENTRY-SCRIPT', script, flags=re.MULTILINE)
85 # new option '--no-find-links', that blocks find-links added at
[all …]
/external/tensorflow/tensorflow/tools/ci_build/install/
Dinstall_pip_packages.sh8 # http://www.apache.org/licenses/LICENSE-2.0
17 set -e
20 wget https://bootstrap.pypa.io/get-pip.py
21 python3.6 get-pip.py
22 rm -f get-pip.py
24 # Install pip packages from whl files to avoid the time-consuming process of
31 # Install last working version of setuptools. This must happen before we install
32 # absl-py, which uses install_requires notation introduced in setuptools 20.5.
33 pip3 install --upgrade setuptools==39.1.0
38 pip3 install --upgrade six==1.12.0
[all …]
Dinstall_python3.6_pip_packages.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 # Install packages required by Python3.6 build
21 # fkrull/deadsnakes is for Python3.6
22 add-apt-repository -y ppa:fkrull/deadsnakes
24 apt-get update
25 apt-get upgrade
28 apt-get install python-dev
30 apt-get install libbz2-dev
32 apt-get install libncurses5 libncurses5-dev
33 apt-get install libncursesw5 libncursesw5-dev
[all …]
Dinstall_deb_packages.sh8 # http://www.apache.org/licenses/LICENSE-2.0
18 # ./install_deb_packages [--without_cmake]
19 # Pass --without_cmake to prevent cmake from being installed with apt-get
21 set -e
22 ubuntu_version=$(cat /etc/issue | grep -i ubuntu | awk '{print $2}' | \
23 awk -F'.' '{print $1}')
25 if [[ "$1" != "" ]] && [[ "$1" != "--without_cmake" ]]; then
31 apt-get update
32 apt-get install -y gnupg2
36 apt-key adv --keyserver keyserver.ubuntu.com --recv 084ECFC5828AB726
[all …]
/external/google-fruit/extras/dockerfiles/
DDockerfile.ubuntu-23.106 RUN bash -x /common_install.sh
8 COPY ubuntu-23.10_custom.list /etc/apt/sources.list.d/
10 RUN apt-get update
12 RUN apt-get install -y --allow-unauthenticated --no-install-recommends \
13 g++-9 \
14 g++-10 \
15 g++-11 \
16 g++-12 \
17 g++-13 \
18 clang-13 \
[all …]
DDockerfile.ubuntu-24.046 RUN bash -x /common_install.sh
8 COPY ubuntu-24.04_custom.list /etc/apt/sources.list.d/
10 RUN apt-get update
12 RUN apt-get install -y --allow-unauthenticated --no-install-recommends \
13 g++-9 \
14 g++-10 \
15 g++-11 \
16 g++-12 \
17 g++-13 \
18 g++-14 \
[all …]
DDockerfile.ubuntu-20.046 RUN bash -x /common_install.sh
8 COPY ubuntu-20.04_custom.list /etc/apt/sources.list.d/
10 RUN apt-get update
12 RUN apt-get remove -y python3-pip
13 RUN python3 -m easy_install pip
15 RUN apt-get install -y --allow-unauthenticated --no-install-recommends \
16 g++-7 \
17 g++-8 \
18 g++-9 \
19 g++-10 \
[all …]
/external/selinux/
DREADME.md7 [![OSS-Fuzz Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/selinux.svg)](https:/…
16 SELinux-based system.
24 ------------
32 * Gentoo (https://packages.gentoo.org/packages/sys-apps/policycoreutils)
34 * Yocto Project (http://git.yoctoproject.org/cgit/cgit.cgi/meta-selinux/tree/recipes-security/selin…
39 --------------------
46 audit-libs-devel \
48 bzip2-devel \
49 CUnit-devel \
54 glib2-devel \
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/distrib/python/xds_protos/
Dsetup.py1 #! /usr/bin/env python3
8 # http://www.apache.org/licenses/LICENSE-2.0
19 import setuptools
24 # Use setuptools to build Python package
27 PACKAGES = setuptools.find_packages(where=".", exclude=EXCLUDE_PYTHON_FILES)
29 'Development Status :: 3 - Alpha',
38 SETUP_REQUIRES = INSTALL_REQUIRES + ['grpcio-tools']
39 setuptools.setup(
40 name='xds-protos',
43 description='Generated Python code from envoyproxy/data-plane-api',
[all …]
/external/tensorflow/tensorflow/lite/tools/pip_package/debian/
Dcontrol1 Source: tflite-runtime
5 Build-Depends:
7 dh-python,
8 python3-all,
9 python3-numpy (>= 1:1.12.1),
10 python3-setuptools,
11 python3-wheel
12 Standards-Version: 3.9.8
15 Package: python3-tflite-runtime
19 ${python3:Depends},
[all …]
/external/tensorflow/tensorflow/tools/dockerfiles/partials/ubuntu/
Dpython.partial.Dockerfile2 ENV LANG C.UTF-8
4 RUN apt-get update && apt-get install -y \
5 python3 \
6 python3-pip
8 RUN python3 -m pip --no-cache-dir install --upgrade \
10 setuptools
13 RUN ln -s $(which python3) /usr/local/bin/python
/external/grpc-grpc/tools/distrib/python/xds_protos/
Dsetup.py1 #! /usr/bin/env python3
8 # http://www.apache.org/licenses/LICENSE-2.0
19 import setuptools
30 # Use setuptools to build Python package
33 PACKAGES = setuptools.find_packages(where=".", exclude=EXCLUDE_PYTHON_FILES)
35 "Development Status :: 3 - Alpha",
45 SETUP_REQUIRES = INSTALL_REQUIRES + ["grpcio-tools>=1.49.0"]
47 setuptools.setup(
48 name="xds-protos",
51 description="Generated Python code from envoyproxy/data-plane-api",
[all …]
/external/grpc-grpc/templates/tools/dockerfile/
Drun_tests_python_deps.include7 RUN apt-get update && apt-get install -y ${'\\'}
8 python3 ${'\\'}
9 python3-pip ${'\\'}
10 python3-setuptools ${'\\'}
11 python3-yaml ${'\\'}
12 && apt-get clean
15 RUN python3 -m pip install --upgrade pip==19.3.1
19 RUN python3 -m pip install six==1.16.0
Drun_tests_python_deps_pep668.include7 RUN apt-get update && apt-get install -y ${'\\'}
8 python3 ${'\\'}
9 python3-pip ${'\\'}
10 python3-setuptools ${'\\'}
11 python3-yaml ${'\\'}
12 && apt-get clean
16 # --break-system-packages is to workaround that. We should look into using
18 RUN python3 -m pip install --break-system-packages --upgrade pip==19.3.1
22 RUN python3 -m pip install six==1.16.0
/external/python/dateutil/
Dsetup.py5 import setuptools
6 from setuptools import setup, find_packages
7 from setuptools.command.test import test as TestCommand
18 if LooseVersion(setuptools.__version__) <= LooseVersion("24.3"):
19 warnings.warn("python_requires requires setuptools version > 24.3",
36 with io.open('README.rst', encoding='utf-8') as f:
43 lines_out.append('.. code-block:: python3\n')
51 setup(name="python-dateutil",
63 long_description_content_type='text/x-rst',
66 package_data={"dateutil.zoneinfo": ["dateutil-zoneinfo.tar.gz"]},
[all …]
/external/openthread/etc/docker/environment/
DDockerfile5 ENV LANG en_US.UTF-8
7 RUN set -x \
8 && apt-get update -y \
9 && apt-get install -y locales \
10 && localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8 \
11 && apt-get --no-install-recommends install -fy \
14 ninja-build \
15 python3 \
16 python3-pip \
17 python3-setuptools \
[all …]

12345678910>>...12