diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
commit | 21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch) | |
tree | e1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-python/testscenarios | |
parent | 7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff) |
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/testscenarios')
-rw-r--r-- | dev-python/testscenarios/Manifest | 2 | ||||
-rw-r--r-- | dev-python/testscenarios/testscenarios-0.5.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/testscenarios/Manifest b/dev-python/testscenarios/Manifest index c71a5ed3fb62..1bcc7c2b040a 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 1026 BLAKE2B ce830dd69689ac9051fbcd9a5686451b6b93da0bd50c7642ed1a3585dd0211c426acd31dabd619d8dc4ddcffdefbf9c8749a2c152550456f0300edcc10b8f3b3 SHA512 32c7ade1464d31b5ea2c0884554492571eb27a308449473c5f0e9bd4cbe949f1185ecaf06d6499f4ce92686cd105e330aa11cf6013066e1ab693d16be68eca98 +EBUILD testscenarios-0.5.0.ebuild 1021 BLAKE2B 6a3ccdf01135a00221c4da77580eb5c4551ff5b9f286b15e4a25beb80dd0952dab4b015e105e99d94d5c590e4faa76a3a0ebcbff9cbe4b85e46c76616f792d8a SHA512 ad82d9b4bc97f41b3d62641f7438eb1a9dc6a182a565dd39da0883b49639da1e3583d88e0c0d05e604c55df5346252a087d56a64a7a32266a9aed3c5f450deec 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 6a1e86af6505..644fbd44ca69 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-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) inherit distutils-r1 |