summaryrefslogtreecommitdiff
path: root/dev-python/helpdev
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-06-17 17:57:35 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-06-17 17:57:35 +0100
commit7932d472a02d4c016ff7dff4b7a5479ab9d1883d (patch)
treed07709230f82777cae6ba7dab35aee31896060fb /dev-python/helpdev
parentd18bf1e01b65ee4bf0c804e2843b282d3d4e5d7c (diff)
gentoo resync : 17.06.2021
Diffstat (limited to 'dev-python/helpdev')
-rw-r--r--dev-python/helpdev/Manifest2
-rw-r--r--dev-python/helpdev/helpdev-0.7.1.ebuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/helpdev/Manifest b/dev-python/helpdev/Manifest
index 7b0c8767eaec..74c94c0410d5 100644
--- a/dev-python/helpdev/Manifest
+++ b/dev-python/helpdev/Manifest
@@ -1,3 +1,3 @@
DIST helpdev-0.7.1.tar.gz 51575 BLAKE2B b780513c8b7af12296c003360c5805e8414e5c82fe459ab1e4ccaf68c9f029c817a6cb86535d26ad0143ea7dc60fb86126f6d87d4a84e85a9b29a9dbe651e2c8 SHA512 ba0af843617c7cc69aae2bfe88d437e90df14afa90dd0a76c0e7c1062f03963270514ff7653c859a70caec0cde3cc3f18ca87573fdb6a1d5e2fd5874cc24e59e
-EBUILD helpdev-0.7.1.ebuild 714 BLAKE2B b5075b2ac2f71d1435ca507220e0d32be2211b4e9fd1a88bc8b0f499f348e806084c656bd61622fe64d1baf44577cda555f367c6457251932f9ea0a878e0c012 SHA512 c302b7b52eb36e25f7b7383abc94d3455df8148b223dac80acd6562036e150bb6356c968654cebc4a2dbf166b9ab391931a178b72ff38060bdf8c995223a2bf1
+EBUILD helpdev-0.7.1.ebuild 713 BLAKE2B 658be2bd7d270a0ec27f4f1b2c02f2340c34225154d6d79f8b860e0a812e34f2a264b9c74942e349bcf1590eb3abbeafed5aef3e01211c34d3ebea0bada5d022 SHA512 555ff74f2ce56ce5f98def46eff35731ac58f65cc6a54f021ffce019d4fdd4541286acb514a6135acb381ca08aa962048440f5dad2eed601d914077e3abd7f6c
MISC metadata.xml 352 BLAKE2B ba9c28461a42a8288e52cf5642cc41b1fcb59749d11f7fc0acb17b9ec9178607374faf5b4a8ed7dbb3d8eacefdcc92cfa5262ed15c1de0604dfc92f203d8f92f SHA512 d9854c85277d1cac96b5675a864d8d6992dbb810f660367363b684e69c3f5ae09e4536767ee19876e5d9aaf9414c4144f806c71135928b4a50b3faa3b5ecf059
diff --git a/dev-python/helpdev/helpdev-0.7.1.ebuild b/dev-python/helpdev/helpdev-0.7.1.ebuild
index 8bb73a9bec0f..ce272819a659 100644
--- a/dev-python/helpdev/helpdev-0.7.1.ebuild
+++ b/dev-python/helpdev/helpdev-0.7.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7..10} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
@@ -17,7 +17,7 @@ SLOT="0"
KEYWORDS="amd64 x86"
RDEPEND="
- $(python_gen_cond_dep 'dev-python/importlib_metadata[${PYTHON_USEDEP}]' python3_{6,7,8} )
+ $(python_gen_cond_dep 'dev-python/importlib_metadata[${PYTHON_USEDEP}]' python3_{7..8} )
dev-python/psutil[${PYTHON_USEDEP}]
"