diff options
Diffstat (limited to 'dev-python/sphinx-multiversion')
-rw-r--r-- | dev-python/sphinx-multiversion/Manifest | 2 | ||||
-rw-r--r-- | dev-python/sphinx-multiversion/sphinx-multiversion-0.2.4.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/sphinx-multiversion/Manifest b/dev-python/sphinx-multiversion/Manifest index 90e367bbd027..3aa03c7d68f9 100644 --- a/dev-python/sphinx-multiversion/Manifest +++ b/dev-python/sphinx-multiversion/Manifest @@ -1,3 +1,3 @@ DIST sphinx-multiversion-0.2.4.tar.gz 20468 BLAKE2B 9bdc59691b63c280d08c77108318b778c8bf948c502538e94e77072589c4e6565bcb7e863a8d765f55be012b21a1a0242d37077248312a7ee18dc788a7dbc633 SHA512 68441793631f59df3330ecc84c0d1aa279f0492021108121f2bdab92d5a3eb61522664f14c4ebe8709126e0088ff8eb323aeeebb5d1e7a2dcbd358eeac772d08 -EBUILD sphinx-multiversion-0.2.4.ebuild 578 BLAKE2B 61470cbdf3a1457303318b303134f87ddf59408dba82e025d6925a3b99d1e5f049c340e924a20b6a06adc023725f1f067b1a979794837c156ec700d4a713e1b4 SHA512 94ed82bcb93b4ae92babd84f521efcbc15c9706a57cdc6aa4c437bceb40a06261371b0742620ac2bf0555c5e06ded5b9ba0c1f2bd9dbabafd1d6a62980e48ad8 +EBUILD sphinx-multiversion-0.2.4.ebuild 578 BLAKE2B 91170a073f06ff8b5a7c424252d083d486e068a6ca07f5e16c8941bef3f24e89c9cd0012db8a2f413881e27713170e6e8ea661ac7e37a5700f980e263b4d4d66 SHA512 5784fbc8f112e2ce6c13e4b24e2c6bd1435bc882a76b1aa5b3cca53b8bb93b5a1fd3b47042d987d6256bf938e5a81fcf09b1b7b7d57ebe3534212e8dd055bb30 MISC metadata.xml 364 BLAKE2B f5e8984e8144c8186ff1f46360e083e3714383a4043fb74bd7890b042688a26dbd8ed43ef865055b1f8b2dd3c7539f481d9ebdb05791b47e4068e35b3de2f1ac SHA512 a2be6179f3becf97abbee610162114a9c323e78a3bf2d30eb917acc99c62cca35da47f8b30fb3887704e69362f8f9cc9fdcd9b851ce60dbe809bdd34337d7259 diff --git a/dev-python/sphinx-multiversion/sphinx-multiversion-0.2.4.ebuild b/dev-python/sphinx-multiversion/sphinx-multiversion-0.2.4.ebuild index f2e37d40c773..feb4c5bc9e93 100644 --- a/dev-python/sphinx-multiversion/sphinx-multiversion-0.2.4.ebuild +++ b/dev-python/sphinx-multiversion/sphinx-multiversion-0.2.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{7..10} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 |