summaryrefslogtreecommitdiff
path: root/dev-python/mkautodoc
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-14 17:52:12 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-14 17:52:12 +0000
commita90c84e720803f3d26c0ade8f1f1e405ca97502a (patch)
treef788ea0972d51c66823825021dd83427e1d466c4 /dev-python/mkautodoc
parent07c1e2fbaa2f7d2cad4c16a747cebcf7ae7a6724 (diff)
gentoo auto-resync : 14:01:2023 - 17:52:11
Diffstat (limited to 'dev-python/mkautodoc')
-rw-r--r--dev-python/mkautodoc/Manifest2
-rw-r--r--dev-python/mkautodoc/mkautodoc-0.2.0.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/mkautodoc/Manifest b/dev-python/mkautodoc/Manifest
index 428b766a2066..7e6e074888cc 100644
--- a/dev-python/mkautodoc/Manifest
+++ b/dev-python/mkautodoc/Manifest
@@ -1,3 +1,3 @@
DIST mkautodoc-0.2.0.gh.tar.gz 6914 BLAKE2B dc00da8415933775dba4d3dd1e2082b74c1c32da5953e68e1cf01727c6ba0471b83b9c45641975945a914a2403159f96c347a48f0fd743bdf446da2ee3f9e801 SHA512 d0151294fb530c0bf1f10fbf026426487acc68c5b2da0067847ade86a4327a0c826a0f51e7cc0f519594a3a38a1a1d3d304bd5be47bdfc1979b6fa20eb57187f
-EBUILD mkautodoc-0.2.0.ebuild 715 BLAKE2B 41905cbf52e489b9abb035d5e1cbd55f1452a551bbd344c4eab2846261502618bd49db74ea350a408e9f3bf83e424939914e93505b9875714ce03dc7972874ca SHA512 f16f94035f022949696aef3fa73c3a368d8ad34a9f5837571abb32b1ae06a82765fc1e15cdea016b035c87890b81bfa9d2704c2c72d19bb14ba91156dfc4c428
+EBUILD mkautodoc-0.2.0.ebuild 715 BLAKE2B 66d6c9605f9f739f7866383dd1f74a47cd4cdababb642a1509618482df62adc04815c658fd0ea061cfe9acadc948138cd21ac61ff2721a79149d6bb4ffe84fa2 SHA512 e21a9967b8a21fe7eab78b6174a349555ae152fa39001e42e62ae3eaeb169c5284708db67a19a2a505a95d9a7478c0da4c5c3c7c36d05c81113df1e408c909e8
MISC metadata.xml 517 BLAKE2B 982eb0e73c28e8565ebcd08f9822e5d35258e8cb1f44b57a3218b928c6d9873b1d5ae8890d4688ca4775806aa140c3be3ba52c9af8afe87f7ba2e89ae09c1e97 SHA512 640db2d746a27484dcdbd4d84951dd207a0ec6ce9047346432fddc1b08ad98f19077d320c603a85297161c8202dd1c5328486280c343987976a3108667978a51
diff --git a/dev-python/mkautodoc/mkautodoc-0.2.0.ebuild b/dev-python/mkautodoc/mkautodoc-0.2.0.ebuild
index f5e837d4c962..13b36aecd4e9 100644
--- a/dev-python/mkautodoc/mkautodoc-0.2.0.ebuild
+++ b/dev-python/mkautodoc/mkautodoc-0.2.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1