summaryrefslogtreecommitdiff
path: root/dev-python/dictpath
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/dictpath
parent07c1e2fbaa2f7d2cad4c16a747cebcf7ae7a6724 (diff)
gentoo auto-resync : 14:01:2023 - 17:52:11
Diffstat (limited to 'dev-python/dictpath')
-rw-r--r--dev-python/dictpath/Manifest2
-rw-r--r--dev-python/dictpath/dictpath-0.1.3.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/dictpath/Manifest b/dev-python/dictpath/Manifest
index dbb0227e7ea0..6cb13c465ac9 100644
--- a/dev-python/dictpath/Manifest
+++ b/dev-python/dictpath/Manifest
@@ -1,3 +1,3 @@
DIST dictpath-0.1.3.gh.tar.gz 10823 BLAKE2B 4b9ef37810f9267790dbea8d858fd768c2bed7f7c1987a83bb2bd2ac81cc2c61b334a473c73dfa300adba77522d4d5c985a4278828a85c04fe330e94570a5dcc SHA512 bc5929856401854588b570a8b22cae66d4ea190d344ce1417f7406ab8a9859a10310a454d9f3d380eae1061ed93346a43f4ee6c19b1afedf6b5d8a1ba1431ed5
-EBUILD dictpath-0.1.3.ebuild 724 BLAKE2B 66d20c7fed3a55b6b7be5249e06ce266e360f537cd06b3f71136c65e8e7114f0fe67d8e7a28bf7c9fce7758272da5156b7a28c3502d90bab1d39ba6081faf929 SHA512 a0a8df9abbc4f43f3b951e43bbc09b28b00fbc7e7fab14de4bb4a5854ed9a344a4836b7d283ab4902448026264b4df5a545ffd727559176513ec6e21ed655b4f
+EBUILD dictpath-0.1.3.ebuild 729 BLAKE2B 92cc7a175b17468fc2dd5020b2c4993302a88fa4012acdc60c16ae9ed830e4ebb265f38441fa3641ebfac63260e314261193c63b256154ebc65990dadb5f5847 SHA512 9f63c4769f78a9200c8329d1c454c91020678d680522c70bab7db204bad701cd0ed40626220611b9b7fec7acb651ad985dd6aafc9edda8927f2f2927ae212a56
MISC metadata.xml 290 BLAKE2B 5bebb5e4bce1eff9266cf5d839cf2f054bcf2087ff6bf691c0ddaea05db577e734f5d3a1d1a4d09b734d6f928dad346376469d4360e788e372235500d45df586 SHA512 4ac838ee9a65686d0f8d436bc8026c5316d50256255c311a6bd1867d63fb74a1f83b638bb9df74658e717741c5a771b7332906ffd870a2304f2ff86af2430bb2
diff --git a/dev-python/dictpath/dictpath-0.1.3.ebuild b/dev-python/dictpath/dictpath-0.1.3.ebuild
index 35dc2a0168da..56d189db5afa 100644
--- a/dev-python/dictpath/dictpath-0.1.3.ebuild
+++ b/dev-python/dictpath/dictpath-0.1.3.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