From 691e2add6e4efe2341b8f36f6e0b61f210f263ae Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Tue, 21 Apr 2020 22:17:12 +0100 Subject: dev-python/mnemonic: enable python3_8 Package-Manager: Portage-2.3.89, Repoman-2.3.20 --- dev-python/mnemonic/mnemonic-0.19.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python') diff --git a/dev-python/mnemonic/mnemonic-0.19.ebuild b/dev-python/mnemonic/mnemonic-0.19.ebuild index e14003ab..88e7b4c5 100644 --- a/dev-python/mnemonic/mnemonic-0.19.ebuild +++ b/dev-python/mnemonic/mnemonic-0.19.ebuild @@ -3,11 +3,11 @@ EAPI=6 -PYTHON_COMPAT=( python{3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7,3_8} ) inherit distutils-r1 DESCRIPTION="Mnemonic code for generating deterministic keys, BIP39" -HOMEPAGE="https://trezor.io/" +HOMEPAGE="https://github.com/trezor/python-mnemonic" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" -- cgit v1.2.3