Skip to content

Commit

Permalink
⚰️ Remove pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jemrobinson committed Jul 26, 2023
1 parent ddc018f commit b176e94
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,6 @@ write_files:
content: |
{{packages-python.yaml}}
- path: "/opt/build/pyenv/pyproject_template.toml"
permissions: "0400"
content: |
{{pyenv_pyproject_template.toml}}
- path: "/opt/build/rstudio.debinfo"
permissions: "0400"
content: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,6 @@ write_files:
content: |
{{packages-python.yaml}}
- path: "/opt/build/pyenv/pyproject_template.toml"
permissions: "0400"
content: |
{{pyenv_pyproject_template.toml}}
- path: "/opt/build/rstudio.debinfo"
permissions: "0400"
content: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,6 @@ write_files:
content: |
{{packages-python.yaml}}
- path: "/opt/build/pyenv/pyproject_template.toml"
permissions: "0400"
content: |
{{pyenv_pyproject_template.toml}}
- path: "/opt/build/rbase.debinfo"
permissions: "0400"
content: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ if [ $# -ne 1 ]; then
fi
PYTHON_VERSION=$1
PYENV_ROOT="$(pyenv root)"
PYPROJECT_TOML="/opt/build/python-${PYTHON_VERSION}-pyproject.toml"
MONITORING_LOG="/opt/monitoring/python-${PYTHON_VERSION}-package-versions.log"
REQUIREMENTS_TXT="/opt/build/python-${PYTHON_VERSION}-requirements.txt"
REQUESTED_PACKAGE_LIST="/opt/build/packages/packages-python-${PYTHON_VERSION}.list"
Expand Down

This file was deleted.

0 comments on commit b176e94

Please sign in to comment.