Make installable on Ubuntu Jammy
- Move to python3.10 - Move to ruby3.0
This commit is contained in:
parent
8aa9c1ed9f
commit
e01e2351b2
26 changed files with 50 additions and 50 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python3.9
|
||||
#!/usr/bin/env python3.10
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
|
||||
|
|
@ -27,13 +27,13 @@ apps:
|
|||
eris:
|
||||
command: bin/eris
|
||||
environment:
|
||||
PYTHONPATH: $SNAP/lib/python3.9/site-packages:$SNAP/lib/python3.9/dist-packages:$PYTHONPATH
|
||||
PYTHONPATH: $SNAP/lib/python3.10/site-packages:$SNAP/lib/python3.10/dist-packages:$PYTHONPATH
|
||||
plugs:
|
||||
- home
|
||||
webserver:
|
||||
command: bin/eris-webserver
|
||||
environment:
|
||||
PYTHONPATH: $SNAP/lib/python3.9/site-packages:$SNAP/lib/python3.9/dist-packages:$PYTHONPATH
|
||||
PYTHONPATH: $SNAP/lib/python3.10/site-packages:$SNAP/lib/python3.10/dist-packages:$PYTHONPATH
|
||||
plugs:
|
||||
- home
|
||||
- network-bind
|
||||
|
|
@ -53,9 +53,9 @@ parts:
|
|||
- ./fill3
|
||||
- ./eris
|
||||
build-environment:
|
||||
- SNAPCRAFT_PYTHON_INTERPRETER: python3.9
|
||||
- SNAPCRAFT_PYTHON_INTERPRETER: python3.10
|
||||
stage-packages:
|
||||
- python3.9-venv
|
||||
- python3.10-venv
|
||||
- python3-distutils
|
||||
- python3-pkg-resources
|
||||
- """, end="")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue