Skip to content

Commit

Permalink
portage-converter: Update specs (drop support to py3.7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Rondina committed Jan 13, 2023
1 parent c7ef750 commit c0d145b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions portage-converter/artefacts/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,11 +292,11 @@ artefacts:
- nios2
- python_targets_python3_10
- python_targets_python3_8
- python_targets_python3_7
- python_targets_python2_7
- sh
enabled:
- python_targets_pypy3
- python_targets_python2_7
- python_targets_python3_7
- python_targets_python3_9
packages:
- dev-lang/python-exec:2
Expand All @@ -318,11 +318,11 @@ artefacts:
- python_targets_python2_7
- python_targets_python3_10
- python_targets_python3_8
- python_targets_python3_7
- sh
- static-libs
enabled:
- python
- python_targets_python3_7
- python_targets_python3_9
packages:
- sys-libs/libcap-ng
Expand All @@ -344,12 +344,12 @@ artefacts:
- nios2
- python_targets_python3_10
- python_targets_python3_8
- python_targets_python3_7
- sh
- static-libs
enabled:
- nls
- python
- python_targets_python3_7
- python_targets_python3_9
- split-usr
- zlib
Expand Down Expand Up @@ -419,6 +419,7 @@ artefacts:
- slang
- su
- udev
- python_targets_python3_7
enabled:
- caps
- cramfs
Expand All @@ -427,7 +428,6 @@ artefacts:
- nls
- pam
- python
- python_targets_python3_7
- python_targets_python3_9
- readline
- split-usr
Expand Down Expand Up @@ -486,12 +486,12 @@ artefacts:
- python_targets_python3_8
- sh
- static-libs
- python_targets_python3_7
- test
enabled:
- icu
- ipv6
- python
- python_targets_python3_7
- python_targets_python3_9
- readline
packages:
Expand Down Expand Up @@ -860,12 +860,12 @@ artefacts:
- python_targets_python3_10
- python_targets_python3_8
- seccomp
- python_targets_python3_7
- sh
- static-libs
enabled:
- bzip2
- python
- python_targets_python3_7
- python_targets_python3_9
- zlib
packages:
Expand Down Expand Up @@ -897,6 +897,7 @@ artefacts:
- sh
- slang
- su
- python_targets_python3_7
- udev
enabled:
- caps
Expand All @@ -906,7 +907,6 @@ artefacts:
- nls
- pam
- python
- python_targets_python3_7
- python_targets_python3_9
- readline
- split-usr
Expand All @@ -925,9 +925,9 @@ artefacts:
- python_targets_python2_7
- python_targets_python3_10
- python_targets_python3_8
- python_targets_python3_7
- sh
enabled:
- python_targets_python3_7
- python_targets_python3_9
packages:
- dev-python/setuptools
Expand All @@ -946,10 +946,10 @@ artefacts:
- selinux
- sh
- test
- python_targets_python3_7
enabled:
- ipc
- native-extensions
- python_targets_python3_7
- python_targets_python3_9
- xattr
packages:
Expand Down Expand Up @@ -1015,12 +1015,12 @@ artefacts:
- python_targets_python2_7
- python_targets_python3_10
- python_targets_python3_8
- python_targets_python3_7
- seccomp
- sh
enabled:
- python
- python_single_target_python3_9
- python_targets_python3_7
- python_targets_python3_9
packages:
- app-misc/pax-utils
Expand Down Expand Up @@ -1092,11 +1092,11 @@ artefacts:
- python_single_target_python3_8
- python_targets_python3_10
- python_targets_python3_8
- python_targets_python3_7
- sh
- zsh-completion
enabled:
- python_single_target_python3_9
- python_targets_python3_7
- python_targets_python3_9
packages:
- app-admin/ego
Expand Down Expand Up @@ -1274,13 +1274,13 @@ artefacts:
- nios2
- python_targets_python3_10
- python_targets_python3_8
- python_targets_python3_7
- qt5
- sh
- static-libs
enabled:
- cxx
- python
- python_targets_python3_7
- python_targets_python3_9
packages:
- app-crypt/gpgme:1
Expand Down
2 changes: 1 addition & 1 deletion portage-converter/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ reposcan_requires_slot: true
reposcan_contraints:
packages:
- dev-lang/python:3.9
- dev-lang/python:3.7
- sys-devel/gcc:11.3.0


Expand Down Expand Up @@ -163,6 +162,7 @@ reposcan_disabled_use_flags:
# I disable pypy support atm
- python_single_target_pypy3
- python_targets_python3_6
- python_targets_python3_7
- python_targets_python3_8
- python_targets_python3_10
- python_targets_pypy3
Expand Down

0 comments on commit c0d145b

Please sign in to comment.