summaryrefslogtreecommitdiff
path: root/dev-python/aiotest
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-python/aiotest
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/aiotest')
-rw-r--r--dev-python/aiotest/Manifest2
-rw-r--r--dev-python/aiotest/aiotest-0.3.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/aiotest/Manifest b/dev-python/aiotest/Manifest
index 2f43f28cb224..f522b9ec9262 100644
--- a/dev-python/aiotest/Manifest
+++ b/dev-python/aiotest/Manifest
@@ -1,3 +1,3 @@
DIST aiotest-0.3.tar.gz 10146 BLAKE2B 730da4dcdf50d0cc6262f8ec07c260981440734b672be6c997dd7f98afa7b71300f0461d5b3ebfc052995327b1f9f9429a1e84658b100dc689f633e8d7db5071 SHA512 6af65e283dfae1ff0f09fb09498f1a5be971daef4907c5079acc1c7ad353f4aa415e03f3fb18d9fac28c54abe35c9db917584082a56b4b43cd80cbf5fa689d59
-EBUILD aiotest-0.3.ebuild 798 BLAKE2B 968a8570c94d20123502aba40a3ba432301b4242f322ad4c9bf633d24c6d172e83ac56381280128bdc06d5e452b72021dea47104125237a2eccfbb4a13dc0298 SHA512 1f40a8b8a93bb578f8a7a3caed3e0376218d8e490ebd2d87a766bcaa0ceb06554b9c0e73d58058bc3590a30653dce8588493a467fa12296b3adcf689b3ac882b
+EBUILD aiotest-0.3.ebuild 788 BLAKE2B 243b931a7e5eb8d85815c3272bf2c1b0fd746d0b181dd38dd36810c8a4213eba1a8624495e5e69c7048923b853dffda91de25fd261af2be1a43049822145c1a6 SHA512 227f2f861dd175c708f68093bf18e86b4a1d6f655d29ab354553468f9fc88cb6082e6fe78c0ade767d406a431ef19d7e4df3da28c3689a3ccc329b829c90a09c
MISC metadata.xml 344 BLAKE2B c1f17b0db31bed7998b4d75c436520f05722062eb60f64df7fbb3b9d75d324d77f7e6f96cd3dcf2baabd6a0c9e11219b87c13f354f0e04239032dd3796ee7bc6 SHA512 da7c8a88e3043b5148eed4f1de62acd094f7e0f791cbb7d9707a97ba5fc85a1833c9754ab3beac904ccfca500b20196999b1381a8f5bdafb5375f2c9b7689819
diff --git a/dev-python/aiotest/aiotest-0.3.ebuild b/dev-python/aiotest/aiotest-0.3.ebuild
index 60c70aa897ca..f17915b2cd3a 100644
--- a/dev-python/aiotest/aiotest-0.3.ebuild
+++ b/dev-python/aiotest/aiotest-0.3.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=6
-PYTHON_COMPAT=( python2_7 python3_5 python3_6 )
+PYTHON_COMPAT=( python2_7 python3_6 )
inherit distutils-r1
DESCRIPTION="Test suite for an implementation of asyncio (PEP 3156)"