1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-06-11 19:35:28 +02:00

Update PYTHON_COMPAT

This commit is contained in:
2026-06-01 20:26:39 +02:00
parent a70a9e3ecb
commit cbea509b5a
55 changed files with 55 additions and 286 deletions
+1 -1
View File
@@ -1 +1 @@
EBUILD vimwiki2html-9999.ebuild 498 BLAKE2B 244647f1cfdba3a0b291204d005943fe2cb594eef61beb9c7ffd69f7e32de992f079a015ca0c6d253ffb55c286b99740cb331cfc1c9e4bf77edb522f89a30815 SHA512 4c82f79b872b03e2c7032d8bbce2efd2ca1909b4fa179be091e01684654e4bd9c3a3688acfc9846b29e848d100775bf3877ef82afd77b58dda2f9eaab500ba96
EBUILD vimwiki2html-9999.ebuild 498 BLAKE2B e0ec00323b383a0ea502013e6f78cb0e7a2ea72a9ca0a51038d854eed86a10413f2ce30b93d5111729975229ee03f5715775b974b41cbdf9edbfcbacfb021f79 SHA512 71bfb49dbc61068cbaa5d90314ba7896c65f0c58112b8b05df2135c2e94d2579d738c02eb65b46ed8aadfa68c42c4c31f40c602422309fcca9dc66d2ce0c7451
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..13} )
PYTHON_COMPAT=( python3_{11..15} )
inherit git-r3
inherit distutils-r1