summaryrefslogtreecommitdiff
path: root/dev-python/frozendict
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-01-31 18:57:01 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-01-31 18:57:01 +0000
commit69051588e2f955485fe5d45d45e616bc60a2de57 (patch)
treeef8699cca7ce3773b1de747b167ceeacdc60cb92 /dev-python/frozendict
parentd7ed2b01311f15ba54fe8ea872aab7d59ab2b193 (diff)
gentoo resync : 31.01.2021
Diffstat (limited to 'dev-python/frozendict')
-rw-r--r--dev-python/frozendict/Manifest2
-rw-r--r--dev-python/frozendict/frozendict-1.2.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/frozendict/Manifest b/dev-python/frozendict/Manifest
index f8c717bcf90b..ac7fa03bea14 100644
--- a/dev-python/frozendict/Manifest
+++ b/dev-python/frozendict/Manifest
@@ -1,3 +1,3 @@
DIST frozendict-1.2.tar.gz 2650 BLAKE2B 8c2e10055d60a1fcec76be993c7fa1ba2b445a4880b1f7cc2e1a1be4010912da20bba2e7481fd861445d386814b3523993c9d73786b3f95d3f9e2444c44472ce SHA512 095cf5f6f8b02bf5666e04200431992bf4b3160aae3464d528bc256b1ab643e29dda78fe94d9e8c983dbfe66cd2459e0559122e17b6b8660c0552adc5318b3da
-EBUILD frozendict-1.2.ebuild 413 BLAKE2B f4b03639ffd295d300a22dae150e5cd265292bae83b26d22d10ab1381c100c2a07dfb4ebdf29f8fed3d0f5c524281e7fca04d4e54848629c1ea045209b598d96 SHA512 25f672b13ee45e64f599ddbc01daa72bfc5b52a98e2a59587adf58364e805516f2ae9d089df5005783e513083f326e9ca4297ee50e0b5e0b08bef5ba4499acb6
+EBUILD frozendict-1.2.ebuild 409 BLAKE2B 246d35855c789dcd01fc9006ef394953c1e27b5787f9a880a1b68bdd22cd147f1966f9c4d0f7559b15b7013c5d80e71683d1d9790055087a632bec052c4d4f7a SHA512 dc9b7c048455dc675a1b87b72a4db2019e05c5ebf8f5fc84718f6cda2d715b65d8180f839faddc12aeb7c5a58e69f42b4fc67e06f37e478dda261db016d4da51
MISC metadata.xml 487 BLAKE2B 67520e3f7e0579e7acbe6bb755dc820fc1318d57e6935ecb47aba1703feb3bf064e52c3faaa3c64cf400bf394472246d42bc28a7b6d76e42dda0c4df03b70313 SHA512 f5905f1318188a37e0213bbe38af3f928147ff936cf76264a3b022393522e97bf31913a116c5f037d60096501374aef3f574ad495176d327fa587e7bd27671b2
diff --git a/dev-python/frozendict/frozendict-1.2.ebuild b/dev-python/frozendict/frozendict-1.2.ebuild
index 21b2884c4f77..7f149937f152 100644
--- a/dev-python/frozendict/frozendict-1.2.ebuild
+++ b/dev-python/frozendict/frozendict-1.2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{5,6,7,8} )
+PYTHON_COMPAT=( python3_{7,8} )
inherit distutils-r1