Skip to content

Commit

Permalink
dev-python/importlib_metadata: added python 3.9 support
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Peter Vielberth <code@peter-vielberth.de>
  • Loading branch information
vibpe committed Feb 22, 2021
1 parent cf1308e commit 69cd79d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-python/importlib_metadata/importlib_metadata-3.4.0.ebuild
Expand Up @@ -4,7 +4,7 @@
EAPI=7

# Included in Python >= 3.8
PYTHON_COMPAT=( pypy3 python3_{7,8} )
PYTHON_COMPAT=( pypy3 python3_{7..9} )

inherit distutils-r1

Expand All @@ -17,7 +17,7 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"

RDEPEND="
$(python_gen_cond_dep 'dev-python/typing-extensions[${PYTHON_USEDEP}]' python3_{6,7})
$(python_gen_cond_dep 'dev-python/typing-extensions[${PYTHON_USEDEP}]' python3_{7..9})
dev-python/zipp[${PYTHON_USEDEP}]
"
BDEPEND="
Expand Down

0 comments on commit 69cd79d

Please sign in to comment.