Update python states and fix pkg:python39 dep issue

This commit is contained in:
Antsiferov Grigory 2021-12-03 16:22:33 +03:00
parent 3ef896832e
commit 83eae49833
5 changed files with 17 additions and 33 deletions

View File

@ -1,5 +1,20 @@
include:
- python.python3
- python.python39
eselect-python:
eselect.set:
- name: python
- target: 'python3.9'
- require:
- pkg: python39
eselect-python3:
eselect.set:
- name: python
- action_parameter: '--python3'
- target: 'python3.9'
- require:
- pkg: python39
pkg_python-config:
pkg.latest:

View File

@ -1,10 +0,0 @@
include:
- python.python39
eselect-python3:
eselect.set:
- name: python
- action_parameter: '--python3'
- target: 'python3.9'
- require:
- pkg: python39

View File

@ -1,9 +0,0 @@
include:
- gentoo.makeconf
python35:
pkg.latest:
- name: dev-lang/python
- slot: '3.5'
- watch:
- augeas: manage-make-conf

View File

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

View File

@ -3,7 +3,7 @@ include:
- gentoo.makeconf
- gentoo.portage.packages
python38:
python39:
pkg.latest:
- name: dev-lang/python
- slot: '3.9'