Merge pull request #198 from rbkmoney/fix_update-python-states

Update python states and fix pkg:python39 dep issue
This commit is contained in:
niku64 2021-12-03 16:25:40 +03:00 committed by GitHub
commit 0526b6c4e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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'