summaryrefslogtreecommitdiff
path: root/dev-python/kaitaistruct
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/kaitaistruct
parent07c1e2fbaa2f7d2cad4c16a747cebcf7ae7a6724 (diff)
gentoo auto-resync : 14:01:2023 - 17:52:11
Diffstat (limited to 'dev-python/kaitaistruct')
-rw-r--r--dev-python/kaitaistruct/Manifest2
-rw-r--r--dev-python/kaitaistruct/kaitaistruct-0.10.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/kaitaistruct/Manifest b/dev-python/kaitaistruct/Manifest
index 821f664f37bc..2507c1f903ef 100644
--- a/dev-python/kaitaistruct/Manifest
+++ b/dev-python/kaitaistruct/Manifest
@@ -1,3 +1,3 @@
DIST kaitaistruct-0.10.tar.gz 7061 BLAKE2B 2d1f8c00415d43223b53c51ca185d79c8fdd9bbb1e512d2e3b8b800b5e7f52e90c35b869d8f82a116f15cc1f1222c41a62a01d07a7f62c567a4d7a82c0657d52 SHA512 b4db8b67fe5dd310121ecfad6db79d424e2bd7308b5ae2cc1cdbcd73538533b5bbe4047b71e2ff65d8109b213ad0a5b88a96cd593b08f910ea6ae9bf3c4cbfac
-EBUILD kaitaistruct-0.10.ebuild 494 BLAKE2B c47946b4aa1bacae14fbe8f82d6e708a6c2ac9b4f7a7af7f58633c8f97113a1dff0cf5e2f9540053841fa09dde28aca4088240648186222dc29cca06ab52c4db SHA512 c0c39c269de8e66971951a719a83c77c5436947ba8078e8445d6f72146189cfff849262fa5120d8adf7fb60e7747d2fbf771fb01e0d8d558688d00e6246cd9c8
+EBUILD kaitaistruct-0.10.ebuild 494 BLAKE2B 1333bc6b31bda05ee0cd26df922891463bc1a4ef4669c0a3af3b42e143514fc77a110ac581e56a14d53d5e51768c7c896396a2690a4bb4c0969798a39261b15a SHA512 1dd7c131e6916eb447bff48e1333c0572ea7bbc70a20941bd196ed27b27fbd5c4ff3890d7849ad6e8138119138676a78b5edd5ed778344984ee311607369ea40
MISC metadata.xml 666 BLAKE2B 181ab1c55ef3e407cecb2e140d0a33955f2499a91daf0fbc8856b7faa28a142ab706f05d9eae9ed1043d7d7b148b435f98a4afb635df234559f2996e8f3f75bd SHA512 e29651517b39fc0be833c92edbe1e83d5591c1cbdc0a40019353b82a154c303dd08f87e1d36436ad4ff9c67cda95aec6c6ecaad62bc18d61c949054960d2d764
diff --git a/dev-python/kaitaistruct/kaitaistruct-0.10.ebuild b/dev-python/kaitaistruct/kaitaistruct-0.10.ebuild
index 447b97a54d4e..a7eb4939d9e7 100644
--- a/dev-python/kaitaistruct/kaitaistruct-0.10.ebuild
+++ b/dev-python/kaitaistruct/kaitaistruct-0.10.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