summaryrefslogtreecommitdiff
path: root/dev-python/pymountboot
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
commitd934827bf44b7cfcf6711964418148fa60877668 (patch)
tree0625f358789b5e015e49db139cc1dbc9be00428f /dev-python/pymountboot
parent2e34d110f164bf74d55fced27fe0000201b3eec5 (diff)
gentoo resync : 25.11.2020
Diffstat (limited to 'dev-python/pymountboot')
-rw-r--r--dev-python/pymountboot/Manifest4
-rw-r--r--dev-python/pymountboot/pymountboot-0.2.3.ebuild2
-rw-r--r--dev-python/pymountboot/pymountboot-9999.ebuild2
3 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/pymountboot/Manifest b/dev-python/pymountboot/Manifest
index 3318abb9c918..ac3eeb428eb3 100644
--- a/dev-python/pymountboot/Manifest
+++ b/dev-python/pymountboot/Manifest
@@ -1,4 +1,4 @@
DIST pymountboot-0.2.3.tar.gz 4065 BLAKE2B 81ef6c967a2e8eaa76155446e0c59208ee10e5e3b40fbe9d910d5e4faf3ac1963146ef1df634c4795b56e709b90fb92edb57916586c8a1e5fa14ad92e1721f42 SHA512 fee4c8444b89ff0375c75eb44ec396d1c1e65d4bb08ff230ae0fdb1f822115ed44bf9904c284d3623768df0b4041ef7ab4cf9717596148d3df76badd0a3aa92a
-EBUILD pymountboot-0.2.3.ebuild 509 BLAKE2B 998c83593fe665178e0fcd200eba7420342f82054a57724ac7ce4aa3f277a0ddd93346555b322fc02fe2fccf4826917c7f984ed67397313a4193c281e2185824 SHA512 0d2b31dc308d2944fa9e95d9d7e2a7c6b1473512b0cd1f3b53cedf9da5ed250d024032ed9ffa48d6e41a06053e67320e672185a9e1cdefccc938451bcbe45599
-EBUILD pymountboot-9999.ebuild 470 BLAKE2B 03c4de0bc0a5934f2081bcd9ffd77a49b61b054ec4afaa64dd9b0cd395c12cc1568cbaf716c55a04a1f7a2efd65f35247cd9ba7a21da8e75936b65417b9a9498 SHA512 21887d274fcbbb4b43920352a76f70451a239fc525235b3789530deadd9fffce3a25d5a8ab50fbafdbab584121b1d59e85af413f013c535d82fe78f86a582caf
+EBUILD pymountboot-0.2.3.ebuild 504 BLAKE2B d4a8d5d9228a02b6cb97cb906f1b32dc2efdcb1ad24fdad28ec00063e89d6b5a6a8040bd26660a1cdb65b2c18bfceb3a41af85d5a10da22ca0477e682a59c62e SHA512 0e318728df396affe993f3b1228b7dc901823605f9b07ce153a6e9a2cfc4662a6588534a5d08bdb7db6a32cd47e1cbe45d26bc8718225ca6000a76b0325a7d43
+EBUILD pymountboot-9999.ebuild 465 BLAKE2B 48f229577a3a50ab28cdafbbe43a75f34562b3e3daa07d670c1274eb00f154e20047adc3df87e2d15b3bac859f0db68793e1864876e21f1db858ac25c48bec1b SHA512 22c46f0b655f0dc76aaf52b0d63725499942e136629542e5a264c13ba48fb08487f684555173bf58154d60ac9539b16f6c33a32e58691c88a9e3bf6943ae9cb5
MISC metadata.xml 533 BLAKE2B 682a500aa018e96494eebe8a43af1bdd269fc0a0e049b2b022d014bd8e977fe8160202263d5d6ed5fb5022551ceee3b77ca92f58cdd272faa00141995afccfb4 SHA512 b0708a5c130422d6d5150f1a1d07386ea3494fa667acc4e05f41550d6c33e7334b559fd0b3e71bdce67b53e109ccdcba4e845ad10a0fd39b6505b8ce8b27d17c
diff --git a/dev-python/pymountboot/pymountboot-0.2.3.ebuild b/dev-python/pymountboot/pymountboot-0.2.3.ebuild
index c55bd7d4f1d3..a045b1b45284 100644
--- a/dev-python/pymountboot/pymountboot-0.2.3.ebuild
+++ b/dev-python/pymountboot/pymountboot-0.2.3.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1
diff --git a/dev-python/pymountboot/pymountboot-9999.ebuild b/dev-python/pymountboot/pymountboot-9999.ebuild
index d68a2826bdca..34746325bd92 100644
--- a/dev-python/pymountboot/pymountboot-9999.ebuild
+++ b/dev-python/pymountboot/pymountboot-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1 git-r3