diff options
author | James Beddek <telans@posteo.de> | 2021-10-09 22:01:27 +1300 |
---|---|---|
committer | James Beddek <telans@posteo.de> | 2021-10-09 22:30:09 +1300 |
commit | 02b1f0a9ea7b7c18fd17e357b1a1cf61f26835b6 (patch) | |
tree | 72579680271e715cde289018aa7014798a43de0e /dev-games | |
parent | sci-geosciences/mapillary_tools: add S (diff) | |
download | guru-02b1f0a9ea7b7c18fd17e357b1a1cf61f26835b6.tar.gz guru-02b1f0a9ea7b7c18fd17e357b1a1cf61f26835b6.tar.bz2 guru-02b1f0a9ea7b7c18fd17e357b1a1cf61f26835b6.zip |
*/*: drop dead python impls
Signed-off-by: James Beddek <telans@posteo.de>
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/godot/godot-3.3.2-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-games/surgescript/surgescript-0.5.4.4.ebuild | 2 | ||||
-rw-r--r-- | dev-games/surgescript/surgescript-0.5.5.ebuild | 2 | ||||
-rw-r--r-- | dev-games/surgescript/surgescript-9999.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/dev-games/godot/godot-3.3.2-r1.ebuild b/dev-games/godot/godot-3.3.2-r1.ebuild index 3224a44f5..ee8031070 100644 --- a/dev-games/godot/godot-3.3.2-r1.ebuild +++ b/dev-games/godot/godot-3.3.2-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..9} ) inherit desktop python-any-r1 scons-utils xdg diff --git a/dev-games/surgescript/surgescript-0.5.4.4.ebuild b/dev-games/surgescript/surgescript-0.5.4.4.ebuild index 6016491e0..9a6e4d217 100644 --- a/dev-games/surgescript/surgescript-0.5.4.4.ebuild +++ b/dev-games/surgescript/surgescript-0.5.4.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..9} ) DOCS_BUILDER="mkdocs" DOCS_DEPEND=" dev-python/mkdocs diff --git a/dev-games/surgescript/surgescript-0.5.5.ebuild b/dev-games/surgescript/surgescript-0.5.5.ebuild index 297698c7f..6885387d8 100644 --- a/dev-games/surgescript/surgescript-0.5.5.ebuild +++ b/dev-games/surgescript/surgescript-0.5.5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..9} ) DOCS_BUILDER="mkdocs" DOCS_DEPEND="dev-python/mkdocs-material" diff --git a/dev-games/surgescript/surgescript-9999.ebuild b/dev-games/surgescript/surgescript-9999.ebuild index 297698c7f..6885387d8 100644 --- a/dev-games/surgescript/surgescript-9999.ebuild +++ b/dev-games/surgescript/surgescript-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..9} ) DOCS_BUILDER="mkdocs" DOCS_DEPEND="dev-python/mkdocs-material" |