Update default python interpreter to python:3.8 (#155)

This commit is contained in:
niku64 2020-12-17 18:51:02 +03:00 committed by GitHub
parent 59ad97c5be
commit 03075394c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 3 deletions

View File

@ -1,10 +1,10 @@
include:
- python.python37
- python.python38
eselect-python3:
eselect.set:
- name: python
- action_parameter: '--python3'
- target: 'python3.7'
- target: 'python3.8'
- require:
- pkg: python37
- pkg: python38

12
sls/python/python38.sls Normal file
View File

@ -0,0 +1,12 @@
{% import 'pkg/common' as pkg %}
include:
- gentoo.makeconf
- gentoo.portage.packages
python38:
pkg.latest:
- name: dev-lang/python
- slot: '3.8'
- require:
- augeas: manage-make-conf
- file: gentoo.portage.packages