Home
last modified time | relevance | path

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

12

/third_party/protobuf/python/
Drelease.sh3 set -ex
6 grep "__version__ = '.*'" python/google/protobuf/__init__.py | sed -r "s/__version__ = '(.*)'/\1/"
14 # Setuptools 45.0 removed support for Python 2, so to test with Python 2 we
15 # pass --no-setuptools here and then install an older setuptools version
17 virtualenv -p `which $PYTHON` --no-setuptools test-venv
21 touch test-venv/bin/protoc
22 chmod +x test-venv/bin/protoc
24 source test-venv/bin/activate
25 pip install "setuptools<45"
26 pip install -i ${PYPI} protobuf==${VERSION} --no-cache-dir
[all …]
/third_party/mesa3d/.gitlab-ci/container/debian/
Dx86_test-base.sh3 set -e
4 set -o xtrace
8 apt-get install -y ca-certificates gnupg2 software-properties-common
10 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list
16 python3-dev \
17 python3-pip \
18 python3-setuptools \
19 python3-wheel \
23 apt-key add .gitlab-ci/container/debian/llvm-snapshot.gpg.key
24 add-apt-repository "deb https://apt.llvm.org/bullseye/ llvm-toolchain-bullseye-13 main"
[all …]
Darm_build.sh3 set -e
4 set -o xtrace
6 apt-get -y install ca-certificates
7 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list
9 apt-get update
11 apt-get -y install \
25 glslang-tools \
28 libdrm-dev \
29 libelf-dev \
30 libexpat1-dev \
[all …]
Dx86_build-base.sh3 set -e
4 set -o xtrace
8 apt-get install -y ca-certificates gnupg2 software-properties-common
11 apt-key add .gitlab-ci/container/debian/llvm-snapshot.gpg.key
12 add-apt-repository "deb https://apt.llvm.org/bullseye/ llvm-toolchain-bullseye-13 main"
14 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list
19 python3-pip \
20 python3-setuptools \
23 apt-get update
25 apt-get install -y --no-remove \
[all …]
Dx86_test-vk.sh5 set -e
6 set -o xtrace
15 g++-mingw-w64-i686-posix \
16 g++-mingw-w64-x86-64-posix \
17 glslang-tools \
18 libexpat1-dev \
20 libgbm-dev \
21 libgles2-mesa-dev \
22 liblz4-dev \
23 libpciaccess-dev \
[all …]
/third_party/openh264/
D.travis.yml5 - g++
6 - clang
9 - sudo apt-get update -qq
10- sudo apt-get install -qq nasm g++-multilib gcc-multilib libc6-dev-i386 python3-pip python3-setup…
11 - sudo python3 -m pip install meson==0.50.1 ninja
14 - make gmp-bootstrap
15 - make gtest-bootstrap
16 - meson builddir
17 - ninja -C builddir -v
20 - WorkingDir=`pwd`
[all …]
/third_party/libfuse/
D.travis.yml5 - curl https://spot.fedorapeople.org/spotfoss-ppa.key | sudo apt-key add -
6 - wget https://launchpad.net/~spotfoss/+archive/ubuntu/ppa/+files/valgrind_3.16.1-2_amd64.deb
7 - sudo apt install ./valgrind_3.16.1-2_amd64.deb
9 - c
10 - c++
14 - sourceline: 'ppa:ubuntu-toolchain-r/test'
16 - doxygen
17 - clang
18 - libstdc++-7-dev
19 - libstdc++-10-dev
[all …]
/third_party/python/Doc/library/
Dvenv.rst1 :mod:`venv` --- Creation of virtual environments
16 --------------
30 …<https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/#creating-a-vir…
34 -----------------------------
36 .. include:: /using/venv-create.inc
39 .. _venv-def:
59 :attr:`sys.base_exec_prefix` point to the non-virtual environment Python
63 :attr:`sys.base_exec_prefix` (they all point to a non-virtual environment
74 shell-dependent), which prepends the virtual environment's directory for
81 Python Launcher for Windows installed (this was added to Python in 3.3 - see
[all …]
Dimportlib.metadata.rst25 By "installed package" we generally mean a third-party package installed into
26 Python's ``site-packages`` directory via tools such as `pip
28 it means a package with either a discoverable ``dist-info`` or ``egg-info``
42 .. code-block:: shell-session
44 $ python3 -m venv example
50 .. code-block:: pycon
59 sequence of :ref:`EntryPoint <entry-points>` objects.
64-Version', 'Name', 'Version', 'Summary', 'Home-page', 'Author', 'Author-email', 'Maintainer', 'Mai…
77 .. _entry-points:
80 ------------
[all …]
/third_party/harfbuzz/.github/workflows/
Dlinux-ci.yml1 name: linux-ci
11 runs-on: ubuntu-18.04
14 - uses: actions/checkout@v2
15 - name: install dependencies
16-get install pkg-config gcc ragel gcovr gtk-doc-tools libfreetype6-dev libglib2.0-dev libcairo2-de…
17 - run: sudo pip3 install fonttools meson==0.47.0
18 - name: run
19 …run: meson build -Db_coverage=true --auto-features=enabled -Dgraphite=enabled -Dchafa=disabled -Do…
20 - name: ci
21 run: meson test --print-errorlogs -Cbuild
[all …]
/third_party/mesa3d/.gitlab-ci/container/
Dcreate-rootfs.sh3 set -ex
6 ARCH_PACKAGES="firmware-qcom-media
7 firmware-linux-nonfree
10 libglu1-mesa
11 libvulkan-dev
15 apt-get -y install --no-install-recommends wget gnupg2 software-properties-common
16 apt-key add /llvm-snapshot.gpg.key
17 add-apt-repository "deb https://apt.llvm.org/bullseye/ llvm-toolchain-bullseye-13 main"
19 ARCH_PACKAGES="firmware-amd-graphics
20 inetutils-syslogd
[all …]
/third_party/pulseaudio/
D.gitlab-ci.yml4 # effectively a no-op. All of this infrastructure is inherited from the
5 # wayland/ci-templates repository which is the recommended way to set up CI
14 - container
15 - build
22 FDO_DISTRIBUTION_TAG: '2020-03-07-01'
32 - project: 'wayland/ci-templates'
36 build-container:
37 extends: .fdo.container-ifnot-exists@ubuntu
45 FDO_DISTRIBUTION_PACKAGES: >-
49 bash-completion
[all …]
/third_party/grpc/
Dgrpc.spec10 Source0: https://github.com/grpc/grpc/archive/v%{version}/%{name}-%{version}.tar.gz
12 Patch0006: repair-pkgconfig-path.patch
13 Patch0007: add-secure-compile-option-in-Makefile.patch
14 Patch0010: backport-grpc-1.41.1-python-grpcio-use-system-abseil.patch
16 BuildRequires: gcc-c++ pkgconfig protobuf-devel protobuf-compiler
17 BuildRequires: openssl-devel c-ares-devel gtest-devel zlib-devel gperftools-devel
18 BuildRequires: python3-devel python3-setuptools python3-Cython
21 BuildRequires: abseil-cpp-devel
22 Requires: protobuf-compiler
32 Requires: %{name} = %{version}-%{release}
[all …]
/third_party/python/Doc/tutorial/
Dvenv.rst2 .. _tut-venv:
24 self-contained directory tree that contains a Python installation for a
41 system, you can select a specific Python version by running ``python3`` or
47 python3 -m venv tutorial-env
49 This will create the ``tutorial-env`` directory if it doesn't exist,
63 tutorial-env\Scripts\activate.bat
67 source tutorial-env/bin/activate
79 .. code-block:: bash
81 $ source ~/envs/tutorial-env/bin/activate
82 (tutorial-env) $ python
[all …]
/third_party/jinja2/
DCONTRIBUTING.rst8 -----------------
15 - The ``#get-help`` channel on our Discord chat:
17 - The mailing list flask@python.org for long term discussion or larger
19 - Ask on `Stack Overflow`_. Search with Google first using:
26 ----------------
30 - Describe what you expected to happen.
31 - If possible, include a `minimal reproducible example`_ to help us
34 - Describe what actually happened. Include the full traceback if there
36 - List your Python and Jinja versions. If possible, check if this
40 .. _minimal reproducible example: https://stackoverflow.com/help/minimal-reproducible-example
[all …]
/third_party/markupsafe/
DCONTRIBUTING.rst8 -----------------
15 - The ``#get-help`` channel on our Discord chat:
17 - The mailing list flask@python.org for long term discussion or larger
19 - Ask on `Stack Overflow`_. Search with Google first using:
26 ----------------
30 - Describe what you expected to happen.
31 - If possible, include a `minimal reproducible example`_ to help us
34 - Describe what actually happened. Include the full traceback if there
36 - List your Python and MarkupSafe versions. If possible, check if this
40 .. _minimal reproducible example: https://stackoverflow.com/help/minimal-reproducible-example
[all …]
/third_party/python/Doc/using/
Dvenv-create.inc1 Creation of :ref:`virtual environments <venv-def>` is done by executing the
4 python3 -m venv /path/to/new/virtual/environment
13 ``lib/pythonX.Y/site-packages`` subdirectory (on Windows, this is
14 ``Lib\site-packages``). If an existing directory is specified, it will be
15 re-used.
20 <https://docs.python.org/dev/whatsnew/3.6.html#deprecated-features>`_.
29 c:\>c:\Python35\python -m venv c:\path\to\myenv
32 your :ref:`Python installation <using-on-windows>`::
34 c:\>python -m venv c:\path\to\myenv
36 The command, if run with ``-h``, will show the available options::
[all …]
Dwindows.rst3 .. _using-on-windows:
12 This document aims to give an overview of Windows-specific behaviour you should
19 are primarily intended to add a per-user installation of Python, with the
22 available for application-local distributions.
32 :ref:`windows-full` contains all components and is the best option for
35 :ref:`windows-store` is a simple installation of Python that is suitable for
41 :ref:`windows-nuget` are lightweight installations intended for continuous
45 :ref:`windows-embeddable` is a minimal package of Python suitable for
49 .. _windows-full:
55 ------------------
[all …]
/third_party/python/Doc/
DMakefile7 PYTHON = python3
9 SPHINXBUILD = PATH=$(VENVDIR)/bin:$$PATH sphinx-build
14 SPHINXERRORHANDLING = -W
17 PAPEROPT_a4 = -D latex_elements.papersize=a4paper
18 PAPEROPT_letter = -D latex_elements.papersize=letterpaper
20 ALLSPHINXOPTS = -b $(BUILDER) -d build/doctrees $(PAPEROPT_$(PAPER)) \
24 suspicious coverage doctest pydoc-topics htmlview clean dist check serve \
25 autobuild-dev autobuild-stable venv
42 @echo " pydoc-topics to regenerate the pydoc topics file"
49 -mkdir -p build
[all …]
/third_party/python/Doc/installing/
Dindex.rst3 .. _installing-index:
9 :Email: distutils-sig@python.org
22 :ref:`distribution guide <distributing-index>`.
37 * A *virtual environment* is a semi-isolated Python environment that allows
71 <https://packaging.python.org/installing/#creating-virtual-environments>`__
83 python -m pip install SomePackage
99 python -m pip install SomePackage==1.0.4 # specific version
100 python -m pip install "SomePackage>=1.0.4" # minimum version
106 python -m pip install --upgrade SomePackage
127 --------------------------------------------------------------
[all …]
/third_party/python/Lib/test/
Dtest_venv.py4 Copyright (C) 2011-2012 Vinay Sajip.
62 self.exe = os.path.split(executable)[-1]
82 def get_text_file_contents(self, *args, encoding='utf-8'):
167 '-m',
170 '--upgrade',
172 'setuptools'
189 cmd = [envpy, '-c', None]
204 ('Lib', 'site-packages'),
212 ('lib', 'python%d.%d' % sys.version_info[:2], 'site-packages'),
285 Test isolation from system site-packages
[all …]
/third_party/python/Lib/venv/
D__init__.py4 Copyright (C) 2011-2014 Vinay Sajip.
16 CORE_VENV_DEPS = ('pip', 'setuptools')
26 By default, the builder makes the system (global) site-packages dir
29 If invoked using the Python -m option, the default is to use copying
33 :param system_site_packages: If True, the system (global) site-packages
54 if prompt == '.': # see bpo-38901
125 libpath = os.path.join(env_dir, 'Lib', 'site-packages')
131 'site-packages')
135 # Issue 21197: create lib64 as a symlink to lib on 64-bit non-OS X POSIX
146 # environment, in case it isn't simply the executable script (e.g. bpo-45337)
[all …]
/third_party/python/Misc/NEWS.d/
D3.8.0b1.rst2 .. date: 2019-05-21-23-20-18
4 .. release date: 2019-06-04
7 CVE-2019-9948: Avoid file reading by disallowing ``local-file://`` and
14 .. date: 2019-02-24-18-48-16
19 loop when there are too many non-ASCII characters in a header.
24 .. date: 2018-03-30-12-26-47
34 .. date: 2019-06-03-00-51-02
44 .. date: 2019-06-01-20-03-13
54 .. date: 2019-06-01-16-53-41
55 .. nonce: dZ3-NY
[all …]
D3.10.0b1.rst2 .. date: 2021-05-02-17-50-23
4 .. release date: 2021-05-03
15 .. date: 2021-05-01-13-13-40
20 without forward secrecy and with SHA-1 MAC are disabled by default. Security
28 .. date: 2021-04-25-07-46-37
42 .. date: 2021-04-21-22-53-31
46 Ensures interpreter-level audit hooks receive the
53 .. date: 2021-04-18-00-56-44
63 .. date: 2021-04-07-12-57-41
74 .. date: 2021-04-06-18-07-48
[all …]
/third_party/python/Doc/whatsnew/
D3.10.rst38 sufficient; the e-mail address isn't necessary.
53 Summary -- Release highlights
60 .. PEP-sized items next.
71 * :pep:`618`, Add Optional Length-Checking To zip.
95 .. _whatsnew310-pep563:
98 ------------------------------
106 .. code-block:: python
134 .. code-block:: python
151 ---------------------
161 .. code-block:: python
[all …]

12