diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-04-21 22:17:12 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-04-25 15:13:50 +0100 |
commit | 691e2add6e4efe2341b8f36f6e0b61f210f263ae (patch) | |
tree | a67939b234c54ac3ed0decb713886519a7a6917a | |
parent | dev-python/shamir-mnemonic: Shamir's Secret-Sharing for Mnemonic Codes (diff) | |
download | portage-691e2add6e4efe2341b8f36f6e0b61f210f263ae.tar.xz |
dev-python/mnemonic: enable python3_8
Package-Manager: Portage-2.3.89, Repoman-2.3.20
-rw-r--r-- | dev-python/mnemonic/mnemonic-0.19.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |