diff options
Diffstat (limited to 'dev-python/sphinxcontrib-asyncio')
-rw-r--r-- | dev-python/sphinxcontrib-asyncio/Manifest | 2 | ||||
-rw-r--r-- | dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0-r2.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/sphinxcontrib-asyncio/Manifest b/dev-python/sphinxcontrib-asyncio/Manifest index ffea9ebbc28d..b08497206c00 100644 --- a/dev-python/sphinxcontrib-asyncio/Manifest +++ b/dev-python/sphinxcontrib-asyncio/Manifest @@ -1,3 +1,3 @@ DIST sphinxcontrib-asyncio-0.2.0.tar.gz 10689 BLAKE2B 9e03989a1ed22d7d467bdb7626e2e908407a0de15a943a432ff9707340f0cefe7caf1684380c25764637798b585b32287c4bcfc0f2014a78b7019547405e7ded SHA512 2ca25717c03385ae9bf879b8efeab8d508292d07f96d941032720d755d3db2e7bbc3c9a33c6103af9d83849ed8878bea1048d349bd0873288ee2addfee9756b7 -EBUILD sphinxcontrib-asyncio-0.2.0-r2.ebuild 1017 BLAKE2B f62870115c5080db54d9b8f7237f0975b7de4729870532ca2e94a9e9cb8ac03075aaa9b9c79fabba47bd1485ab25e35496feb65bf415f3414f9227e8b6a357bf SHA512 d3f315d4f10bb0f6f553922a18ce9b95b3936638cdc5d56a31fee102b01e9fca98858b1b55fde897e40934baae7326cdfece59767ae62be3a5256e6707574bb9 +EBUILD sphinxcontrib-asyncio-0.2.0-r2.ebuild 1017 BLAKE2B f21430f14c5124db3cf174d6c5e737c40556cb87efae2c05129f813594d9595f344bcafc2fe751bd9d3e95fde02870bae4cdfe1261259a6c33112afe6c2e9893 SHA512 eb1cdb4a66338c5894f8caaf6ad4b3a2cf8a30c9c7ae24deff47ee6cd8ec66de62f442c2ac6f29904204297096cb5e07ea81d163f29786c96c303708702ac715 MISC metadata.xml 372 BLAKE2B fc779af5274229957de772908e2a2fb9bc0cd75673af9ab88e4b6869164c75b7cca2fff4895beab62bbce984e93255b6578a6360621c5d0eefadcf49ae3f787f SHA512 63aeaf1b521f6c789128dc03be198ddcbfb6dc7e63fa6b24eef1cd23e9557d5de5f7c990514b95dd2b74634f47f3f5db89f233dfbbfb711527e51806bcd5a367 diff --git a/dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0-r2.ebuild b/dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0-r2.ebuild index 91e8040b2f2f..524e0b9d2a41 100644 --- a/dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0-r2.ebuild +++ b/dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0-r2.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,6,7} ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) inherit distutils-r1 DESCRIPTION="sphinx extension to support coroutines in markup" |