summaryrefslogtreecommitdiff
path: root/dev-python/tcolorpy
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/tcolorpy
parent07c1e2fbaa2f7d2cad4c16a747cebcf7ae7a6724 (diff)
gentoo auto-resync : 14:01:2023 - 17:52:11
Diffstat (limited to 'dev-python/tcolorpy')
-rw-r--r--dev-python/tcolorpy/Manifest2
-rw-r--r--dev-python/tcolorpy/tcolorpy-0.1.2-r1.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/tcolorpy/Manifest b/dev-python/tcolorpy/Manifest
index 2660dde0c5b2..a043e9d519c1 100644
--- a/dev-python/tcolorpy/Manifest
+++ b/dev-python/tcolorpy/Manifest
@@ -1,3 +1,3 @@
DIST tcolorpy-0.1.2.tar.gz 11024 BLAKE2B 7d2b8e525f507f2061c7401e452e06b76e3f85db1611a579b6f80d3a781c640b0379c22da85b4ec5878bf9762e1c471303e5bf79f51393c3a0ae8ff8fa3bcd51 SHA512 e5a0b26439291d0c7a045cf92818ad50a5c9fcf5d31e8140231ce8bb4c52a1ce163d125a2094e3738a6a14d29b99036ee7a9d5014ea8578f09307d4a4e5674e8
-EBUILD tcolorpy-0.1.2-r1.ebuild 457 BLAKE2B 48f847f1f147a687777d07ce2321b543058962926e53af923c7fd043a3db64049f86efec508d9d1e0bf749d34217df2bf3d0c755d1d553358c89e83ebe40c1e8 SHA512 811361b3883b4741279c235af4b71f9bbee5d9da3516964e2153daf29beec564c00df02a85babf67cdbdc6953daf6cae1659ab4a040a54b04c3eef95a828f7f1
+EBUILD tcolorpy-0.1.2-r1.ebuild 462 BLAKE2B 84ae7d5515c8a7eb58538e292f3dfb86e92ea9dd1e9aef0d0480ab0c52db286e3d21ce06f9016b3cc076937ee98cf70fbe3b3db9aad96e2c0399bc2584d3c6a2 SHA512 930023c499af91127525473217db35a3f6e092e6ad2e7f1373036f6a0a74991ee9e6ef6c916a4458a123b177c7a6db46e22895835fbc94bcbc00a454ccc49272
MISC metadata.xml 372 BLAKE2B 83814ee2a7eb02f03e516b528f52d482d8ebf6d95923c03cf527a797f66f71a22de1f498578e1288251cf461d1b0f81f1c069a734e4b09dbd3b87ad82a5c7cb5 SHA512 ab4767ee7d098a9d99ad8a806b2079ddced2dbb650d5e9b5cc1762cb20ffadba4807524a05ae19acc3a469601420562ce1b31cccf966550869d4fd79360a7689
diff --git a/dev-python/tcolorpy/tcolorpy-0.1.2-r1.ebuild b/dev-python/tcolorpy/tcolorpy-0.1.2-r1.ebuild
index 9c4b8e36e4a5..cad805688d6e 100644
--- a/dev-python/tcolorpy/tcolorpy-0.1.2-r1.ebuild
+++ b/dev-python/tcolorpy/tcolorpy-0.1.2-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-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