summaryrefslogtreecommitdiff
path: root/dev-python/attrdict
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
commitb7ebc951da8800f711142f69d9d958bde67a112d (patch)
treee318514216845acb8f2e49fff7a5cba4027e9d91 /dev-python/attrdict
parentdc7cbdfa65fd814b3b9aa3c56257da201109e807 (diff)
gentoo resync : 28.04.2019
Diffstat (limited to 'dev-python/attrdict')
-rw-r--r--dev-python/attrdict/Manifest2
-rw-r--r--dev-python/attrdict/attrdict-2.0.0.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/attrdict/Manifest b/dev-python/attrdict/Manifest
index 4a4712975c8c..b96670afd2c1 100644
--- a/dev-python/attrdict/Manifest
+++ b/dev-python/attrdict/Manifest
@@ -1,3 +1,3 @@
DIST attrdict-2.0.0.tar.gz 8994 BLAKE2B 5d2fa4faaf19d275cbf3c21125ea0916e5d52da5a443702c2c2fbfbacf362890218610cb799ef718e8131dacac403ab18e54e3e588012b6155d42ea7f3522855 SHA512 6dd363eb3bca83c84dcbcdd04fb2a7f5360ff5c97b7e52159c4efe61856a37bb6a9427da00da07cb9222f3cef6de18b94bf2da5d0192372f9252a130fa476b7d
-EBUILD attrdict-2.0.0.ebuild 611 BLAKE2B 951bc7a10df33edf9024fb9adab507d803a7e181b5596c9bce3919100ba62f77471e4d1c4af5d915fa116ed70c2d2d24b85ec51951105c06261c70197354ea89 SHA512 c00f5f1066430e47575ca0816722d0438092d0e8d1d40e5c56bad21dfe608affffb1d6caceb5f1ff59c6ab1b0b61329e5f825d13a7e65eb24db8fe096f36f06d
+EBUILD attrdict-2.0.0.ebuild 606 BLAKE2B 1822ac4da040578a75fd3d5f584ee9026a1943581151d0cf0d78a89d4c4f5cab43a6a661ce4ec6cd7b33a5809af78a2e930a9d433024430b7178b496f58f657e SHA512 407f21708a7294d9cf085ebe8a6ff96d5ac1a7b3c9f3843678069f8f883cfe7fe270ba1616597cdbd9fa766c6a5440e871278dd6135a1e40fd6647eee8e8a0cb
MISC metadata.xml 262 BLAKE2B 796cd107cbabe7ee51379cd87904fadc8f225edc1cf7fdb82d3e226564d0430d17275acd7c8925fa792d02fabd52768a1e63ac16ce191fd1eae2fa94f95f6e39 SHA512 3d79c02053b58c92ddd7a6ccae5e3d4c82953fe3a0307deb90f9d22902f1146cf7bc69c8cc79fd6a1d72f74223b0687395124c1c2628321a74611aa6bde97656
diff --git a/dev-python/attrdict/attrdict-2.0.0.ebuild b/dev-python/attrdict/attrdict-2.0.0.ebuild
index 8c9ab3e48326..03642d3ce00e 100644
--- a/dev-python/attrdict/attrdict-2.0.0.ebuild
+++ b/dev-python/attrdict/attrdict-2.0.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 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} )
+PYTHON_COMPAT=( python2_7 python3_{5,6} )
inherit distutils-r1