Skip to content

Commit

Permalink
feat: add python3.12-venv to 24.04 (#255)
Browse files Browse the repository at this point in the history

---------

Co-authored-by: Cristovao Cordeiro <[email protected]>
  • Loading branch information
dulmandakh and cjdcordeiro authored Jul 19, 2024
1 parent 10fbfb3 commit 85de0f8
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
15 changes: 15 additions & 0 deletions slices/python3-pip-whl.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
package: python3-pip-whl

essential:
- python3-pip-whl_copyright

slices:
wheels:
essential:
- ca-certificates_data
contents:
/usr/share/python-wheels/pip-*-py3-none-any.whl:

copyright:
contents:
/usr/share/doc/python3-pip-whl/copyright:
13 changes: 13 additions & 0 deletions slices/python3-setuptools-whl.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
package: python3-setuptools-whl

essential:
- python3-setuptools-whl_copyright

slices:
wheels:
contents:
/usr/share/python-wheels/setuptools-*-py3-none-any.whl:

copyright:
contents:
/usr/share/doc/python3-setuptools-whl/copyright:
17 changes: 17 additions & 0 deletions slices/python3.12-venv.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
package: python3.12-venv

essential:
- python3.12-venv_copyright

slices:
ensurepip:
essential:
- python3-pip-whl_wheels
- python3-setuptools-whl_wheels
- python3.12_standard
contents:
/usr/lib/python3.12/ensurepip/*.py:

copyright:
contents:
/usr/share/doc/python3.12-venv: {symlink: /usr/share/doc/python3.12}

0 comments on commit 85de0f8

Please sign in to comment.