summaryrefslogtreecommitdiff
path: root/dev-python/testscenarios
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-23 10:22:15 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-23 10:22:15 +0100
commit8b4ace9c50842c5b83401ea7b179dcab940387e1 (patch)
tree230f3135ceaace633cf93e9838b185c4a6664c2e /dev-python/testscenarios
parent9ee6d97c2883d42f204a533a8bc1f4562df778fb (diff)
gentoo resync : 23.09.2020
Diffstat (limited to 'dev-python/testscenarios')
-rw-r--r--dev-python/testscenarios/Manifest2
-rw-r--r--dev-python/testscenarios/testscenarios-0.5.0-r1.ebuild (renamed from dev-python/testscenarios/testscenarios-0.5.0.ebuild)2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/testscenarios/Manifest b/dev-python/testscenarios/Manifest
index a458aca9310c..6bc8ed2c57ad 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.ebuild 882 BLAKE2B 697120873b6c2ce48834a732ed9a8ee5094f5366747af285966de1e4b39a33a8da5635ed582ea98e503df2635379e5de12ae8dba6933938c939d02070e1f7ed5 SHA512 ca59285e82dac99f317fe2eb8a5beec4ae3cae3d9ba8d3d3ea41d114939785ba14805f0bfd94d0a427da635c66b58130c4202970151ba4c494698acc4731e0f7
+EBUILD testscenarios-0.5.0-r1.ebuild 872 BLAKE2B 81350b1d4f65b636bca8a90e36b359d1ca43ab35c70ae943ae7db4dd6da7f91ad4c745dbe01c3c984b8d12592dc02181dabfc5bd10e4b1a9395fd54fecd9b52d SHA512 23b566a14bf5353efdaef703477be27d77b5f7fc7748ee654392e295936cd4dd98150a636f3352833ca0388a2a07f7070180aa1d5f34729aa00a59e5662b7114
MISC metadata.xml 979 BLAKE2B ab0d7bfbefdae5ba546ff15669d1caec70e59bf398e6e2ae329821bb141aced038cc946fc309b79a0348051352f7d758e24c081348d6a7e587fc326df14dda09 SHA512 f043d2244673a34d80a88f07c79ac199ad6b2509c3af7a7e934c94330bf745e2dbfbf78fb7f38508cdb1968a87e30cea3e346aad63eb93f94ca762461b3d20e4
diff --git a/dev-python/testscenarios/testscenarios-0.5.0.ebuild b/dev-python/testscenarios/testscenarios-0.5.0-r1.ebuild
index 4c2e3e972ef6..d8cb4ec3455b 100644
--- a/dev-python/testscenarios/testscenarios-0.5.0.ebuild
+++ b/dev-python/testscenarios/testscenarios-0.5.0-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6..9} pypy3 )
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
inherit distutils-r1