diff --git a/sls/python/python3.sls b/sls/python/python3.sls index 45601f0..02b6f79 100644 --- a/sls/python/python3.sls +++ b/sls/python/python3.sls @@ -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 diff --git a/sls/python/python38.sls b/sls/python/python38.sls new file mode 100644 index 0000000..b36d572 --- /dev/null +++ b/sls/python/python38.sls @@ -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