summaryrefslogtreecommitdiff
path: root/dev-python/PyECLib
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /dev-python/PyECLib
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'dev-python/PyECLib')
-rw-r--r--dev-python/PyECLib/Manifest2
-rw-r--r--dev-python/PyECLib/PyECLib-1.6.0.ebuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/PyECLib/Manifest b/dev-python/PyECLib/Manifest
index 5b7cc9148ed4..efe53caa4947 100644
--- a/dev-python/PyECLib/Manifest
+++ b/dev-python/PyECLib/Manifest
@@ -1,3 +1,3 @@
DIST pyeclib-1.6.0.tar.gz 6685306 BLAKE2B 0b758bd500afc7f9d8e38513cc41f1916413d8ad6f3b1bd34d9ff46d6d33321391eaf90164e412154a14d63d4ba61502457bb943e124dd7054a5d5ec20732294 SHA512 507f78388e941e4600f4b77f636ce27b7f63e635f108dd5a452b3f98f779e87d94d8f82239d9d5733846faa5cc574c0474e366d99e44b8f03b70707d352f56c8
-EBUILD PyECLib-1.6.0.ebuild 635 BLAKE2B e507277929675e5480f4f58df89f43304e0350c425aea3c6ca77289f706d014d5aabda1b860e41bcf2c99cc10d09b434375258fe37cd3e002556b8ff0a886338 SHA512 2a9b9ae2580bdf03f2662cdfbde21e71124b00bcb940679012bc41915f51c757e2c25fb28652c470fd5067e1ed82b99cb93835a0fb5229871d6e13abc43a5212
+EBUILD PyECLib-1.6.0.ebuild 638 BLAKE2B 32ea099cd1f6b171bac143a8ddc8a836b2920c5880cea5a8b3d42f2858f0b3b4ce2fcaf203b474f63a31268ba99bd9cd2907ae054af6302c7062b8c9e84e2aa2 SHA512 8dc42d22b383bd9940df3de1d72d03f17d789c35257e27fd0713b8a055005943e7933a34d430a911e50aab1043f5af2b2f825f7da4d35c7804aec0b172d02907
MISC metadata.xml 674 BLAKE2B 82076810eced6e375c341ec804b814d8d9bbad8e02c22a233f1c7891d75e6af7afcb23e835dd49c366e50c56f715b1e8d45675504bb6080347cf826ee66eeb44 SHA512 864d9c85e024752e0060644f9feca3b0d81c6f64610ca60be06c3218e1efc82be66b24bb61b966de238ab6e9278618013f613693fa1fca082287d4f53b4f98e5
diff --git a/dev-python/PyECLib/PyECLib-1.6.0.ebuild b/dev-python/PyECLib/PyECLib-1.6.0.ebuild
index 72e3bb14389a..a333cdf73126 100644
--- a/dev-python/PyECLib/PyECLib-1.6.0.ebuild
+++ b/dev-python/PyECLib/PyECLib-1.6.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python3_7 python3_8 )
+PYTHON_COMPAT=( python3_7 python3_8 python3_9 )
-inherit distutils-r1 eutils multilib
+inherit distutils-r1 multilib
DESCRIPTION="Messaging API for RPC and notifications over different messaging transports"
HOMEPAGE="https://pypi.org/project/PyECLib/"