summaryrefslogtreecommitdiff
path: root/dev-python/testscenarios
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/testscenarios
parent07c1e2fbaa2f7d2cad4c16a747cebcf7ae7a6724 (diff)
gentoo auto-resync : 14:01:2023 - 17:52:11
Diffstat (limited to 'dev-python/testscenarios')
-rw-r--r--dev-python/testscenarios/Manifest2
-rw-r--r--dev-python/testscenarios/testscenarios-0.5.0-r3.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/testscenarios/Manifest b/dev-python/testscenarios/Manifest
index 6af46c2256b2..36bbacd079a1 100644
--- a/dev-python/testscenarios/Manifest
+++ b/dev-python/testscenarios/Manifest
@@ -1,3 +1,3 @@
DIST testscenarios-0.5.0.tar.gz 20951 BLAKE2B 154915281456aad3353e144ffec8404514622fdeb8d2129ba530d3d5a02814599c2fead9dc25ab4904bad68b2892a435f9cbbcde92503d71477624bbec154f53 SHA512 f08b868babf504482369c5cb945d3e95bca1cc00f92d5013f6898c488051be0c26dc49aaabcef362aea45450a8d041d9826fb6b5c848beec013fb102d6935521
-EBUILD testscenarios-0.5.0-r3.ebuild 926 BLAKE2B 652590ae76ffb2ac66142080f2f5bc4f466dfea575e51a829ae556f58f8d2d0a7f79526b7441a9bd0996db0d1e938984b3b1980c16669a95bcf7a40b647803c4 SHA512 2182abe32e7652332ebc5331c2b39c7adb28bedf4322fd1a14f0011687a58d33722efc2b014673102e2de07231e228d0da038eabcae4e03a2a999380f0cf364d
+EBUILD testscenarios-0.5.0-r3.ebuild 926 BLAKE2B 37a5ba814479a46f983a9697dc6398578732fd2d2434707e73b2a7b0aa59894a51a896dd9e6c0303ba09a62101ff2a212ebfc34cd4a8eb0ef7ea7bd0f3456a39 SHA512 71d1ec213e2f8ee2fc9585637a69b79a2fd3bf1ca463ee3e006e5af3bc3a154bbf8203566531c2572b28889bc637478b8df4dd574cdb266722054351c917fabe
MISC metadata.xml 1004 BLAKE2B 0c59a0b59cfd0cdca9e8460cb677511978561762c224c0583ad02e21b88d0a1aa0a1973273e71f6dfc7de372155a4e6eca9c14747e8c0749cd513ec921ec0b1b SHA512 23f6bb47cd7ed020626309ff41c94929c4cc136ed68be7ff8c45db7f28901bd575e5585a2c5aa0c06c04134edeb184f8034cea5756c4919635f76c744f9d0235
diff --git a/dev-python/testscenarios/testscenarios-0.5.0-r3.ebuild b/dev-python/testscenarios/testscenarios-0.5.0-r3.ebuild
index 40984c0ce0f3..759ab7de8029 100644
--- a/dev-python/testscenarios/testscenarios-0.5.0-r3.ebuild
+++ b/dev-python/testscenarios/testscenarios-0.5.0-r3.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} pypy3 )
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
inherit distutils-r1