summaryrefslogtreecommitdiff
path: root/dev-python/matterhook
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/matterhook
parent07c1e2fbaa2f7d2cad4c16a747cebcf7ae7a6724 (diff)
gentoo auto-resync : 14:01:2023 - 17:52:11
Diffstat (limited to 'dev-python/matterhook')
-rw-r--r--dev-python/matterhook/Manifest2
-rw-r--r--dev-python/matterhook/matterhook-0.2-r2.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/matterhook/Manifest b/dev-python/matterhook/Manifest
index c380fdfc5fb4..7a8260722f1d 100644
--- a/dev-python/matterhook/Manifest
+++ b/dev-python/matterhook/Manifest
@@ -1,3 +1,3 @@
DIST matterhook-0.2.tar.gz 4458 BLAKE2B 83dae9d38eaa9de3abdca4925378475660ab6f9571565f9275425cb9579397c2f3d106735d4268b7045d6af2572bdb8e1f60aa89030b1fa44c4c5c1b19fcd106 SHA512 aa476a00a5b571c5c8bb21eccc5b1c325e0932da7e4f8095e3ad29356afd4716384abfa9e4927a820e6d1fcf8e62a516943f6372d90cd7a9e76d0292c352c483
-EBUILD matterhook-0.2-r2.ebuild 462 BLAKE2B d094553d58bc47d838179e78bc1b982ce248b74537d6f7d26c87119e2642b4d9fb839c0d8588edfc7cec28d16052f8da0a751a8ec73c8168be4c2a0d7917ec20 SHA512 56a0eecb70087d401b9223e9c3040942b9e57a139ef68fe5a71a82a821d9a1c4338c5a46314ef5d5039a6d708e6f75c01c89f2c7a33a9c4e6635c603c62fe5d7
+EBUILD matterhook-0.2-r2.ebuild 462 BLAKE2B 8d185dc3d06563d66da31bd30f911f4dad3469524396b53cec8da70686fb8b644ca0b5883233e69708a3f77e4f2e54653025fad63c1778889c4620ad0e1f01fb SHA512 fc7b64985c60caa7b6237261a21338d0c17bff0d505134f0b518d431cd5b3017ffbb1ea878eee7b7252e08d8db2e3c34007b650d445cc1c42c2672323f2e289c
MISC metadata.xml 376 BLAKE2B 9daed1ae92c654a29e69a651f3c8db46b1d92176799f2f0f0a04c9984d2326d30b7472bb1ca79be73537a9daa5e033cfd6e6691d9b84d1e8e6454bd7628db1f6 SHA512 3d71ea32de49c887a0229923e832e2e8ee6ac1194391cdf05a8ef21c8e2cad0679852de28d24cf955f087176d7a469cb27da48b02d739b86c768c0ad17a6f6ba
diff --git a/dev-python/matterhook/matterhook-0.2-r2.ebuild b/dev-python/matterhook/matterhook-0.2-r2.ebuild
index 6000976deeb0..6ca5647f1d1c 100644
--- a/dev-python/matterhook/matterhook-0.2-r2.ebuild
+++ b/dev-python/matterhook/matterhook-0.2-r2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1