diff options
Diffstat (limited to 'dev-python/python-ddp')
-rw-r--r-- | dev-python/python-ddp/Manifest | 2 | ||||
-rw-r--r-- | dev-python/python-ddp/python-ddp-0.1.5.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/python-ddp/Manifest b/dev-python/python-ddp/Manifest index 2206d444dac7..80d5f4d54fc6 100644 --- a/dev-python/python-ddp/Manifest +++ b/dev-python/python-ddp/Manifest @@ -1,3 +1,3 @@ DIST python-ddp-0.1.5.tar.gz 6032 BLAKE2B c549f1ae3252473b38f2b5742b664cf0eabd9d89e55a21015a94082979d58b3b60aa803a712a54f849c1a49d3126a53abae5480e3b4e9e2fba59c7464105b39b SHA512 25200624a4a2145d3189646c00ba023f1e55010ca1756eb36505f85b6faa24da8a505f2784b8c445232ed471d5d402b4c0f487b3c9460c948295cda74faa7fbb -EBUILD python-ddp-0.1.5.ebuild 558 BLAKE2B 068ddd2c5c844ee01bc0ef8448da92d878bd785c8de1f004572534a03b3e03d46a21a52ae8bf01248b0eb893ab33a499dda49712a6d9f28e57420ef5be3b0b7a SHA512 d61e9ce8d0c82c18a8e5d615c0290008a508ed398ae1e8a21aa1de245ea8ab36bb9862d85164db00b3309f737dad5c9aa8eb58c48748f3195b1dbea8654f42c9 +EBUILD python-ddp-0.1.5.ebuild 551 BLAKE2B 05dcf0798c7e57246415aadd3b391003327ebc757c41f4a6f85fe1969fc950ef1979c362dfec2b4ecad3ac0fa1178fd75a6c383e568ef85842ba556b1b436e06 SHA512 e9647b7ef7b27b928d6714fb3c9de0bc3cd3cd01799c86990e78d8c098b3935af246ca6f4c663cfe5ab56cb1e8de12b2da18a87e9f640e8fd4652f265aa10e9e MISC metadata.xml 578 BLAKE2B e7994a0ad1cca168ba43ea03cb55cf1b4d1080f397b580c0f96a000a006b54442176222484d0f7904f600e9364028e9d08a4b248d146b36e0638b28f7d7075d4 SHA512 1e66e8908ef5f4fced36e2d6386cf0f53fa16bbddd0bc08891f8d6cdfa27e3f9546b2fa8015289b8a0a254dcf0b192269fc4c212df1187dba5729249ba5a8c45 diff --git a/dev-python/python-ddp/python-ddp-0.1.5.ebuild b/dev-python/python-ddp/python-ddp-0.1.5.ebuild index 2d02dbf1eb11..e47f500e8231 100644 --- a/dev-python/python-ddp/python-ddp-0.1.5.ebuild +++ b/dev-python/python-ddp/python-ddp-0.1.5.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=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_5,3_6} ) inherit distutils-r1 |