File tree Expand file tree Collapse file tree 13 files changed +67
-39
lines changed Expand file tree Collapse file tree 13 files changed +67
-39
lines changed Original file line number Diff line number Diff line change 2
2
3
3
case " ${1} " in
4
4
install)
5
- git clone --depth=1 https://github.com/awslabs/aws-encryption-sdk-python
6
5
cd aws-encryption-sdk-python
7
- git rev-parse HEAD
8
6
uv pip install -e .
9
7
uv pip install -r test/upstream-requirements-py311.txt
10
8
;;
Original file line number Diff line number Diff line change 2
2
3
3
case " ${1} " in
4
4
install)
5
- git clone --depth=1 https://github.com/certbot/josepy
6
5
cd josepy
7
- git rev-parse HEAD
8
6
curl -sSL https://install.python-poetry.org | python3 -
9
7
" ${HOME} /.local/bin/poetry" self add poetry-plugin-export
10
8
" ${HOME} /.local/bin/poetry" export -f constraints.txt --dev --without-hashes -o constraints.txt
Original file line number Diff line number Diff line change 2
2
3
3
case " ${1} " in
4
4
install)
5
- git clone --depth=1 https://github.com/certbot/certbot
6
5
cd certbot
7
- git rev-parse HEAD
8
6
uv pip install pip
9
7
tools/pip_install.py -e ./acme[test]
10
8
tools/pip_install.py -e ./certbot[test]
Original file line number Diff line number Diff line change 2
2
3
3
case " ${1} " in
4
4
install)
5
- git clone --depth=1 https://github.com/awslabs/aws-dynamodb-encryption-python
6
5
cd aws-dynamodb-encryption-python
7
- git rev-parse HEAD
8
6
uv pip install -e .
9
7
uv pip install -r test/upstream-requirements-py311.txt
10
8
;;
Original file line number Diff line number Diff line change 2
2
3
3
case " ${1} " in
4
4
install)
5
- git clone --depth=1 https://github.com/mitmproxy/mitmproxy
6
5
cd mitmproxy
7
- git rev-parse HEAD
8
6
uv pip install -r <( uv export --locked) -e .
9
7
;;
10
8
run)
Original file line number Diff line number Diff line change 2
2
3
3
case " ${1} " in
4
4
install)
5
- git clone --depth=1 https://github.com/paramiko/paramiko
6
5
cd paramiko
7
- git rev-parse HEAD
8
6
uv --version
9
7
uv sync --inexact --active
10
8
;;
Original file line number Diff line number Diff line change 2
2
3
3
case " ${1} " in
4
4
install)
5
- VERSION=$( curl https://pypi.org/pypi/pyOpenSSL/json | jq -r .info.version)
6
- git clone https://github.com/pyca/pyopenssl
7
5
cd pyopenssl
8
- git checkout " $VERSION "
9
6
uv pip install -e " .[test]"
10
7
;;
11
8
run)
Original file line number Diff line number Diff line change 2
2
3
3
case " ${1} " in
4
4
install)
5
- git clone --depth=1 https://github.com/pyca/pyopenssl
6
5
cd pyopenssl
7
- git rev-parse HEAD
8
6
uv pip install -e " .[test]"
9
7
;;
10
8
run)
Original file line number Diff line number Diff line change 2
2
3
3
case " ${1} " in
4
4
install)
5
- git clone --depth=1 https://github.com/secdev/scapy
6
5
cd scapy
7
- git rev-parse HEAD
8
6
uv pip install tox
9
7
;;
10
8
run)
Original file line number Diff line number Diff line change @@ -4,9 +4,8 @@ case "${1}" in
4
4
install)
5
5
# NOTE: placed in /tmp to avoid inscrutable pytest failures
6
6
# with 'unrecognized arguments: --benchmark-disable'
7
- git clone --depth=1 https://github.com/sigstore/ sigstore-python /tmp/sigstore-python
7
+ cp -r sigstore-python /tmp/sigstore-python
8
8
cd /tmp/sigstore-python
9
- git rev-parse HEAD
10
9
uv pip install pip
11
10
pip install -e " .[test]"
12
11
;;
You can’t perform that action at this time.
0 commit comments