diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-04-28 09:54:45 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-04-28 09:54:45 +0100 |
commit | b7ebc951da8800f711142f69d9d958bde67a112d (patch) | |
tree | e318514216845acb8f2e49fff7a5cba4027e9d91 /dev-python/aadict | |
parent | dc7cbdfa65fd814b3b9aa3c56257da201109e807 (diff) |
gentoo resync : 28.04.2019
Diffstat (limited to 'dev-python/aadict')
-rw-r--r-- | dev-python/aadict/Manifest | 2 | ||||
-rw-r--r-- | dev-python/aadict/aadict-0.2.3.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/aadict/Manifest b/dev-python/aadict/Manifest index ebc81db10cc5..cbc5c1ef8c65 100644 --- a/dev-python/aadict/Manifest +++ b/dev-python/aadict/Manifest @@ -1,3 +1,3 @@ DIST aadict-0.2.3.tar.gz 16511 BLAKE2B ab9450e358fe0339f60f4d6be6445064c67303420e2d4045a21661f8038ad506c8cfe551fef9353404822b1a2824f6eb6461fc783e252ae156f5d76de41c9d3e SHA512 16f3ff59f41d5dd1f9504ed11d660636766758332a0317544253daef9d76f2fdfc654add6346ad809e56e2be51c1f19a645c1047ef01e1e4aee8db24afcab113 -EBUILD aadict-0.2.3.ebuild 715 BLAKE2B 2685cf91922276ddad88530e638a8b19c3f156de12003c4828fe6b284bbfc4de7bbb802ef3e0c7cb22d31eacb81b71ac81b336787b8895324aab2fc3b713fb38 SHA512 7c47abf57b6b51b7b8275fab57061626eccf7747eb04fee5b20f81c728c6a820bd932d6706f3d7d6f2d2bc31acb617864027f705b7f275016df4a50d24f26bda +EBUILD aadict-0.2.3.ebuild 710 BLAKE2B 0a4c05d4a629b853280b58faf8280dc8727b15ac39102dd54d602f3288593e536af1c10323156419b7a81f2c73a73064a9578ec480bc8c64abb4a61cd32e42f7 SHA512 29200f394a84ae9db38865cd3a985906e9f6562950ca6304bd0a1a737cfcf7f91c83779bfbac1898964502149698304dc9afd5603136b599513aff2101c6db2b MISC metadata.xml 503 BLAKE2B b917d303ed73f424328952a01daa1302e3dae2876f1e5fea0c0cf6792e2fe0957a873062cd9f7b5e2fa5e27ba56c3d98d06e112e2d20da0508fc6876f5d16933 SHA512 31dd3aecd967835f84c7f6449b1adaf8c8e6cbd2f8513dcb2b0d3193c97b8588f58fd881f27c7b766e072cead538f6327492977d2d03ae54654756b04ab9b5fc diff --git a/dev-python/aadict/aadict-0.2.3.ebuild b/dev-python/aadict/aadict-0.2.3.ebuild index f5f468b1d0db..b4815bac1bf6 100644 --- a/dev-python/aadict/aadict-0.2.3.ebuild +++ b/dev-python/aadict/aadict-0.2.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{5,6} pypy pypy3 ) inherit distutils-r1 |