summaryrefslogtreecommitdiff
path: root/dev-python/cbor
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/cbor
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/cbor')
-rw-r--r--dev-python/cbor/Manifest2
-rw-r--r--dev-python/cbor/cbor-1.0.0.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/cbor/Manifest b/dev-python/cbor/Manifest
index b1c1113645d7..22c92363f555 100644
--- a/dev-python/cbor/Manifest
+++ b/dev-python/cbor/Manifest
@@ -1,3 +1,3 @@
DIST cbor-1.0.0.tar.gz 20096 BLAKE2B 0e15bc4984155c1046836c94f3025f8dd451aaad438c78de25a739738e6de8d3ff3e737dbaeaace3d837be08e9702a3b7d18d840c0bc5459cd3919159eabd728 SHA512 996b61c7d16cbe8bd7b056d09286a17f3a6a29cb97ef9e5ca1d1bfe8c53393ae3d2b7565c937a283cb78f377af14c070bd663aabbce995dc7e5b9d2f69a6ba73
-EBUILD cbor-1.0.0.ebuild 498 BLAKE2B 49f9d0dbdd9702e492bd5e31bb2bfe07e90afb97012edf11d33b6e000ef6d395a0e6f6fe742356e42cc5e83a845451ab78242560b176d405248838337dab259a SHA512 878b43c12bfd69b70d086e08cc9d56fae83ee53afcb85341ef7c66ed065cff73e5f03fff4270b4c7908d838b7959ab77fe13b61e71fe1341af9d29d31fa841dc
+EBUILD cbor-1.0.0.ebuild 494 BLAKE2B 429ab2997fd0b52c4ecf5d5d66715044ae1d53a8ae2df908986aa683ea0db32883ef6d2841ce86cc51aae2a0537ff25e369facd71494bb153f5804deb004c81d SHA512 b57fed6e3c3a8b111ba600d82418b43c42fa256c83c7717906ddd8dc30271a5fbffd8e0b982fbbac5e6457c9cf75082e1021ff1c977315576095853837aae1fe
MISC metadata.xml 996 BLAKE2B 086a81c0714c78e89681623baec48d9b2ef864a107a1ef87a2bbccc1de657f96e6250f03e028f724e59b6bd70fe9970255d4bd2c13faf20b696a9fd330fbf36d SHA512 eadcb582ff299f943fedef2af5932750a9530f3de9c0962d1a288eb667eec5933ce5b96b5fa9212a3b4020f70b5686ead34e2591f24aec64f1b21c2ff7a69e6b
diff --git a/dev-python/cbor/cbor-1.0.0.ebuild b/dev-python/cbor/cbor-1.0.0.ebuild
index 3db5b91c12d5..2373bdc11cf7 100644
--- a/dev-python/cbor/cbor-1.0.0.ebuild
+++ b/dev-python/cbor/cbor-1.0.0.ebuild
@@ -1,8 +1,8 @@
-# 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} )
+PYTHON_COMPAT=( python2_7 python3_6 )
inherit distutils-r1