summaryrefslogtreecommitdiff
path: root/dev-python/testscenarios
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
commitb7ebc951da8800f711142f69d9d958bde67a112d (patch)
treee318514216845acb8f2e49fff7a5cba4027e9d91 /dev-python/testscenarios
parentdc7cbdfa65fd814b3b9aa3c56257da201109e807 (diff)
gentoo resync : 28.04.2019
Diffstat (limited to 'dev-python/testscenarios')
-rw-r--r--dev-python/testscenarios/Manifest2
-rw-r--r--dev-python/testscenarios/testscenarios-0.5.0.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/testscenarios/Manifest b/dev-python/testscenarios/Manifest
index 23494f7d1c53..379362f182a4 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 1016 BLAKE2B 1bcdd13f70fb03a599a58637830c88aa628ebda80f4ea4cb94414a915b9ee8b606282f279a020f4e42beade8311f81f2eb2cf6700219802127bda0a737a4a8bf SHA512 d21de406858291c60a0a25a2b4f28c4c4adb01fca24e3e72a19e02646b195bc922136f48b4389e1c992126e34f8c8007c19fc15d1d9e7f2d1738632bc3b9213b
+EBUILD testscenarios-0.5.0.ebuild 1011 BLAKE2B aa3fae702885bbf9a0944f4b439d590355971c09b2041d081677e2a042951ca690ab645771d0ae334b791a33219b9d960786445e87b4aaf4e38acf0258938141 SHA512 b773618235a36ad2db0b3d250ebec44a16539af14c70c94514a4aa922c4497aa554040b8fe89c1ae60108f826902632355e778dd0ff5e72ad9cefe20ae54b70f
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.ebuild
index 960992a0261e..de3ccc2317ed 100644
--- a/dev-python/testscenarios/testscenarios-0.5.0.ebuild
+++ b/dev-python/testscenarios/testscenarios-0.5.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
inherit distutils-r1