aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Healy <lmiphay@gmail.com>2020-05-17 12:32:36 +0100
committerPaul Healy <lmiphay@gmail.com>2020-05-17 12:32:36 +0100
commit93e466c422d28b04ac060fbcc7848e796ee48ea5 (patch)
tree2928aff5a309ee89bcfc8474875ab7cfab58fe10
parentadd py 3.8 (diff)
downloadlmiphay-93e466c422d28b04ac060fbcc7848e796ee48ea5.tar.gz
lmiphay-93e466c422d28b04ac060fbcc7848e796ee48ea5.tar.bz2
lmiphay-93e466c422d28b04ac060fbcc7848e796ee48ea5.zip
add py 3.8
Signed-off-by: Paul Healy <lmiphay@gmail.com>
-rw-r--r--dev-python/attrdict/Manifest2
-rw-r--r--dev-python/attrdict/attrdict-2.0.1.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/attrdict/Manifest b/dev-python/attrdict/Manifest
index a7e429b..d985fc0 100644
--- a/dev-python/attrdict/Manifest
+++ b/dev-python/attrdict/Manifest
@@ -1,2 +1,2 @@
DIST attrdict-2.0.1.tar.gz 9593 BLAKE2B 49f6c68a41c4fe3bcd7a566eabf8330993d1219ad5503782fcf1e5ed39457bb5e9fc34bebef33c0bba8ba95d371e74ab04e05b12e92e2c161a10494cf9142482 SHA512 719e441bd6993c674f3489dfd58c4790babb3b78d16b98b4468defb27e6b16416f48737ac21f489e19a383b516784c908d47b3ea0c50e7b863b4e5b5bd5e5ad5
-EBUILD attrdict-2.0.1.ebuild 606 BLAKE2B b3237437b192ca703753b13cc286abcc3651a88e1a3f468c249261d68283245d236058aa9fa7c0d1a1854c058ae58bd9986eb60794d6caf644e12398cfe96c64 SHA512 073893b183d393af4da8659b8d28f5beec275dedd7d6a6b3dbe9f0f440836c386dd3b4ff141782ee9bf3712dbf2eb0bc7e7f76d1164466d542b912bcfcb9bd6c
+EBUILD attrdict-2.0.1.ebuild 608 BLAKE2B 1032fcd4d2cf7b96dc949eff80d72bb804666f8eb3a2635740071fbcbc8cc75124e82870853d01f915298373a34cf536c8958995f47f263fadde770c080efc27 SHA512 2cfa3b4d0285dccc403f7dbe70c0fb124695035a200f0fe715e0801c2ce01364d5d8c821a4537dd51f0e4fc96f5853915b0afe10027b923a31e3912960f8f2b9
diff --git a/dev-python/attrdict/attrdict-2.0.1.ebuild b/dev-python/attrdict/attrdict-2.0.1.ebuild
index 6f69177..a89abbd 100644
--- a/dev-python/attrdict/attrdict-2.0.1.ebuild
+++ b/dev-python/attrdict/attrdict-2.0.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
inherit distutils-r1