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/tempest-lib | |
parent | 7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff) |
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/tempest-lib')
-rw-r--r-- | dev-python/tempest-lib/Manifest | 2 | ||||
-rw-r--r-- | dev-python/tempest-lib/tempest-lib-1.0.0-r1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/tempest-lib/Manifest b/dev-python/tempest-lib/Manifest index 74fa294b4db3..7bac8977113b 100644 --- a/dev-python/tempest-lib/Manifest +++ b/dev-python/tempest-lib/Manifest @@ -1,3 +1,3 @@ DIST tempest-lib-1.0.0.tar.gz 115527 BLAKE2B 4937aaa84ad8b6315bc4db03edb64303a64801fb4915489f0e48262bd52224a047687d2adfb6524273763976053eca5f209d12f93914408f4c21e2e2e69a1171 SHA512 e47716d897c2df4be08b863352cbee986194db00d113a9135d57cc440436c97dea5c009d6a24c4b489360b04585b2a54a9b66a5776d17a988dfb9f0baf57e484 -EBUILD tempest-lib-1.0.0-r1.ebuild 1770 BLAKE2B 200ae70599b83ff1536855509bd4b8e6729251c926dfbb6e2f9e9b0a669cda15115267956ae30c67b641ca3de6e99af7572fde7cfd28e80525ca00f063437102 SHA512 14a20619454d33a7d34efbf7011f46335e16374e659b09971919d40a4e20055711966274bbaecafd5f7294742c974384903bd7fdc7c007ff2a181c3104ba4bbc +EBUILD tempest-lib-1.0.0-r1.ebuild 1760 BLAKE2B fab74961da773066a56de7b993123c89d5717befc54b3a7827879aaeb9d80f12ee9fc3ea7a5fd9b6fe78f018c0bc047644f810922f6b76b29b4b29d382b13cd3 SHA512 0cab90160654a72f3c732bd8fa992f70dc49c552724f00f402aefaf3e136a6bba649189dfc09535610855a49a8e82655430e9a60c4940161fc889915e4942b14 MISC metadata.xml 783 BLAKE2B 14e7df8454923e775a91e481b5c0fb30730fa9d255a9971600351392cc3f3e72d7c02d2bebd4cf0f65e1d02afcd152ccf73ee4de854b5ad0c082c4a2718b1216 SHA512 4c90ae3bab98585854785700c90545fcd89ef89e5f11f8f53a102a67f59342a347f683f98429cec498537a6c2307d36cad3f0f4c9bd0e7f12af75090f8d14dad diff --git a/dev-python/tempest-lib/tempest-lib-1.0.0-r1.ebuild b/dev-python/tempest-lib/tempest-lib-1.0.0-r1.ebuild index f4bd9a7b00c4..553ff74bd878 100644 --- a/dev-python/tempest-lib/tempest-lib-1.0.0-r1.ebuild +++ b/dev-python/tempest-lib/tempest-lib-1.0.0-r1.ebuild @@ -1,8 +1,8 @@ -# 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=( python{2_7,3_{5,6}} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 |