summaryrefslogtreecommitdiff
path: root/dev-python/pyu2f
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-python/pyu2f
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/pyu2f')
-rw-r--r--dev-python/pyu2f/Manifest2
-rw-r--r--dev-python/pyu2f/pyu2f-0.1.4.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pyu2f/Manifest b/dev-python/pyu2f/Manifest
index 7a6588cc33d0..ab0f2e3838b3 100644
--- a/dev-python/pyu2f/Manifest
+++ b/dev-python/pyu2f/Manifest
@@ -1,3 +1,3 @@
DIST pyu2f-0.1.4.tar.gz 38797 BLAKE2B 4240083b03bd596d1f87e42047980ab7c75d0064eec0ed2050d77bb92d26fac651af515c2c9b10d338e27ecd778e80ff47b5c33a68cd86328dc913c0e70cb1da SHA512 16f948b812edd5f0e4d97350872809b7c1b52f38eea49170e4aa21e0f695935dc0d71d4fa077ee1c1a3ef2f0711d62f0cc49983a89c841aa31aadf7b76340035
-EBUILD pyu2f-0.1.4.ebuild 1134 BLAKE2B 9e52b6a6bff58b1fa5e147507e775d3807df99938d3542f006f2dcd7bd5a2ea50f045de1a62977132aa9a16b427f2ad8d8f03f3ec5af358a52298278d7ccc85f SHA512 e2035433f076ef408ef3fa1a5d685c56e0387da55e4eb84a315274da82d718a78c91684566455ab3c189c9c22d6516d00fe21164f3d27751de11310a92f8f890
+EBUILD pyu2f-0.1.4.ebuild 1132 BLAKE2B f07026730e1f21c18f9733180c7d67a8895708c7631f1fe57aa893219608d117be0c2945781f61a13722d40527076fd991fcee2963ffd633ee9fb7f5462a549d SHA512 e99fa11534ba4e8711699a6ec6cd9cd1a2545e098cae9af7f93053ddacf83629477d5dff55399d6c713ad72aaf5089d86d6e75dfc23417f4076e0506f689dba5
MISC metadata.xml 364 BLAKE2B f739254d4208658fd33151170987b9214670cf97ec8babc6c97ea4acdd19f3cd29f35e9d719b8462d90fbf0ff71e3bdbf30cadc2fd91ee54f2868018cddeb220 SHA512 d1f71740b09b54385ca269bedf3ce44ac424272e69881245a77796eb6c9e618e63c8837009d097b43dee477c765adf31b9e4bab7fa26606e57c3894c7bed429e
diff --git a/dev-python/pyu2f/pyu2f-0.1.4.ebuild b/dev-python/pyu2f/pyu2f-0.1.4.ebuild
index b3fff3594026..ac6ee246d1ab 100644
--- a/dev-python/pyu2f/pyu2f-0.1.4.ebuild
+++ b/dev-python/pyu2f/pyu2f-0.1.4.ebuild
@@ -1,9 +1,9 @@
-# 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=( python2_7 python3_{5,6,7} )
+PYTHON_COMPAT=( python2_7 python3_{6,7} )
inherit distutils-r1